
* {
	margin: 0;
	padding: 0;
	
}
body{
   background: url(images/bgnwy4.jpg);
}
#conout{
    	background-image:url(images/myjan.png);
	background-repeat:no-repeat;
	background-position: center center; 
	width: 100%;
        z-index: 100;
	height: 690px;
}

.logincontent{
    width:auto;
	height: 40px;
	background: #dd9c32;
	font-family: "Trebuchet MS", sans-serif
}
.logincontent a{
	color: #FFF;
	text-decoration: none;
}
.loginform{
        padding: 10px;
	background: #dd9c32;
	border-bottom: solid 2px #c18024;
	width: auto;
}
.r1{
   margin: 0 80px;
}
.r2{
   margin: 0 2px;
   font-size: 14px;
   font-weight: bold;
}
span{
  font-size: 10px;
  font-family: "Century Gothic";
  color: #ddd;
}

.regcontent{
  background: #e4972d;
  margin: 5px auto;
  width: 588px;
  font-size: 12px;
  font-family: Century Gothic;
  font-weight: bold;
  border-left: solid 3px #a0a0a0;
  border-right: solid 2px #a0a0a0;
  height: auto;
  display:none;
}
.forgotdiv{
  background: #e4972d;
  margin: 0 auto;
  width: 410px;
  font-size: 12px;
  font-family: Century Gothic;
  font-weight: bold;
  border: solid 8px #FFFFFF;
  height: auto;
  display:none;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px
  filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
  opacity: 0.85;
}
.forgotjust{
width: 220px;
margin: 0 auto;
clear: both;
}
.fpass,.lgnw{
  font-weight: bold;
  cursor:pointer;
}
#idn{
  font-size: 16px;
  border: solid 3px #cecece;
  padding: 2px 5px;
  text-align: center;
}
.clos{
  float: right;
  text-decoration: none;
  color: #fa981e;
  font-weight: bold;
  font-family: Verdana;
  font-size: 14px;
  padding: 3px 5px;
  background: #FFFFFF;
}


.forgotdiv form{
  margin: 20px 20px 20px 30px
}

div.d1{
  border-top: solid #FFF 1px;
  padding: 5px 20px;
 }
div.d1:hover{
  background:#898a8a;
  cursor:pointer;
}
.regform{
    padding: 25px;
	margin: 0 15px;
	background: #ddd;
	height: auto;
}
.success{
     background: #494949;
	 width: 450px;
	 filter:alpha(opacity=78); /* IE's opacity*/
    	 opacity: 0.78;
	 display: none;
	 border: solid 5px #FFF;
	  
}

.success p
  {
  font-size: 15px;
  padding: 15px 10px;
  font-weight:bold;
  color:#FFF;
  font-family: Century Gothic;
  }
.load{
	background-position: center center;
	background-repeat:no-repeat;
	width:100px;
	color:#08bf07;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:100px;
	display:none;
}

.regcontent input{
}
.regcontent label{
   
}

.regcontent a{
   text-decoration:none;
   color: #000;
}
.captcha{
  margin: 10px 30px;
}
label.error
{
font-size:11px;
background-color:#cc0000;
color:#FFFFFF;
padding:3px;
margin-left:5px;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}
#mname{
 text-transform:uppercase;
}
#lname{
 text-transform:uppercase;
}
#fname{
 text-transform:uppercase;
}


