@charset "utf-8";
@import url('fonts/fonts.css');
/* CSS Document */
body{ font-family:Arial; font-size:12px;}
body,html{ width:100%; height:100%;}
h1{font-family: 'open_sanssemibold'; color:#FFFFFF; font-size:16px;}
.FloatRight{ float:right}
.FloatLeft{ float:left; }
.MarginTop20{ margin-top:20px;}
.MarginTop10{ margin-top:10px;}
hr{ color: #cdcdcd;
background-color: #cdcdcd;
height: 1px; border:0; margin:15px 0 1px 0;}

a{color:#5B5B5B;}

#BlackWindow{ width:100%; height:100%; position:fixed; z-index:900; background-color:rgba(0, 0, 0, 0.5); display:none;}
.EnterLogin{ width:390px; height:180px; background:#FFFFFF; position:fixed; display:none; z-index:901; margin:auto; left:0; right:0; bottom:0; top:0; 
 border: 10px solid rgba(0, 0, 0, .7); -webkit-border-radius: 20px;-moz-border-radius: 20px; border-radius: 20px; padding:20px;}
 .EnterLogin span{font-family: 'open_sanssemibold'; font-size:18px; display:block; width:100%; border-bottom:solid #dddddd 1px; padding:0px 0 10px 0; color:#199ee3; margin-bottom:15px;}
 .EnterLogin .login-input{ line-height:30px; width:170px; margin:5px; font-size:12px; color:#6E6E6E; font-family:Arial; -webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px; border:solid #A0A0A0 1px; padding:0 5px;}
 .EnterLogin .login-send{ line-height:32px; width:180px; margin:5px; font-size:14px; color:#000; font-family:Arial; border:none; -webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px; padding:0 10px; background:url(../images/blue-hover.jpg) repeat-x; font-family: 'open_sanssemibold'; cursor:pointer; margin-right:10px;}

  .EnterLogin .sing-up{ line-height:32px; width:180px; margin:5px; font-size:14px; color:#000; font-family:Arial; border:none; -webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px; padding:0 10px; background:url(../images/blue-hover-vip.jpg) repeat-x; font-family: 'open_sanssemibold'; cursor:pointer; margin-right:10px;}

.EnterLogin .login-send:hover, .EnterLogin .sing-up:hover{ background:url(../images/header-menu-bg.jpg) repeat-x; color:#FFFFFF;}


 .EnterLogin label{ line-height:30px; margin-right:115px; }
 
 .MarginBottom50{ margin-bottom:50px;}

