/* CSS Document */

*{
border:none;
margin:0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
}
body{
background-image:url(../images/body_bg.png);
background-repeat:repeat;


}
#data_con_1 img{
width:220px;
margin-left:84px
}
#global_wrapper{
width:1000px;
height:630px;
margin-left:auto;
margin-right:auto;
margin-top:35px;
background-image:url(../images/wrapper_bg.png);
}
#data_con{
width:inherit;
height:auto;
padding-top:130px;
}
#data_con_1{
float:left;
margin-left:60px;
width:440px;
}
#data_con_2{
float:right;
margin-right:60px;
width:440px;
}
#fg_pwd{
cursor:pointer;
color:#000000;

}
#fg_pwd:hover{
text-decoration:underline;
}
#data_tex1 {
  border-top: 1px solid #C9CACB;
  color: #ADADB1;
  font-size: 14px;
  margin-left: 100px;

  margin-top: 147px;
  padding-top: 15px;
  text-align: center;
  width: 190px;
}
#data_tex2{

font-size:14px;
width:420px;

}
#data_tex2 a{
color:#000;
}
#frm_cont{
width:inherit;
margin-top:40px;
padding-top:50px;
padding-bottom:50px;
border-top:2px dashed #fdd68d;
border-bottom:2px dashed #fdd68d;
}
#us_name{

background-color: #e7e7e7; 

border:2px solid #cecece;
margin-top:3px;
background-position:2px 2px;
/*padding-left:30px;*/
background-repeat:no-repeat;
padding-top:4px;
padding-bottom:4px;
margin-bottom:9px;
font-weight:bold;
color:#5A5A5A;
}
#pdw{
background-color: #e7e7e7; 

border:2px solid #cecece;
margin-top:3px;
background-position:2px 2px;
/*padding-left:30px;*/
background-repeat:no-repeat;
padding-top:4px;
padding-bottom:4px;
margin-bottom:9px;
font-weight:bold;
color:#5A5A5A;}

#log_btn {
 -webkit-border-radius: 2px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  background: -webkit-linear-gradient(#fafafa, #f4f4f4 40%, #e5e5e5);
  border: 1px solid #aaa;
  color: #444;
  font-size: inherit;
  margin-bottom: 0px;
  min-width: 4em;
  padding: 3px 12px 3px 12px;
  font-family: sans-serif;
  margin-bottom:5px;
  cursor:pointer
}
#log_btn:hover{
-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
  background: #ebebeb -webkit-linear-gradient(#fefefe, #f8f8f8 40%, #e9e9e9);
  border-color: #999;
  color: #222;
}
#fg_pwd{
color:#5a5a5a;
font-size:14px;
}
input{

}
#footer{
float:right;
color:#adadb1;
font-size:11px;
margin-top:45px;

}