/* General Reset */
@charset "utf-8"
html, body{min-width:960px;}
body{
	margin:0;
	color:#000;
	font:12px/17px Arial, Helvetica, sans-serif;
	background:#fcfdfd url(../images/bg-body.gif) repeat-y 100% 0;
}
img{border-style:none;}
input,
textarea,
select{
	color:#000;
	vertical-align:middle;
	font:100% Arial, Helvetica, sans-serif;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
blockquote, q{quotes: none;}
q:before,
q:after {content: '';}
a{
	color:#A0A0A0;
	text-decoration:none;
}
a:hover{text-decoration:underline;}
a:focus,
input:focus,
textarea:focus,
select:focus{outline:none;}
/* General settings */
.wrapper{
	width:940px;
	margin:10px auto 0;
	border-top:1px solid #9d9ea0;
	padding:5px 0 20px;
}
/* header */
#header{
	background:url(../images/bg-header.gif) repeat-y;
	width:940px;
	padding:19px 0;
	margin-bottom:34px;
}
#header .logo{	margin:0 auto;	text-indent:-9999px;	overflow:hidden;	background:url(../images/logo.gif) no-repeat;
	width:280px;
	height:100px;}#header .logo a{	display:block;	height:100%;}
/* main */
#main{
	width:100%;
	padding-bottom:13px;
}
.info{
	overflow:hidden;
	padding:0 0 11px 11px;
}
.info .left{
	float:left;
	width:575px;
}
.info .left .img{
	float:left;
	width:385px;
	position:relative;
}
.info .left img{vertical-align:top;}
.info .left .img .num1{
	position:absolute;
	bottom:52px;
	left:17px;
}
.info .left .num2{
	position:absolute;
	bottom:52px;
	right:146px;
}
.info .left .select-area1{
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg-select-area.png) no-repeat;
	width:158px;
	height:42px;
	position:absolute;
	left:30px;
	bottom:23px;
}
.info .left .select-area2{
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/bg-select-area2.png) no-repeat;
	width:56px;
	height:30px;
	position:absolute;
	left:206px;
	bottom:28px;
}
.info .left ul{
	float:right;
	overflow:hidden;
	margin:0;	padding:190px 5px 0 0;	list-style:none;
	font-size:12px;
	line-height:22px;
	width:185px;
}
.info .left ul li{
	width:100%;	overflow:hidden;
	vertical-align:top;
	padding-bottom:9px;
}
.info .left ul .num{
	float:left;
	margin-right:3px;
}
.info .text{overflow:hidden;}
.info h2{
	font:bold 12px/17px Arial, Helvetica, sans-serif;
	margin:0 0 11px;
}
.info p{margin:0 0 16px;}
.info .text ul{
	margin:0;	padding:0;	list-style:none;}
.info .text ul li{
	width:100%;	overflow:hidden;
	vertical-align:top;
}
.info .text ul .num{
	float:left;
	margin-right:4px;
}
/* sign-form */
.sign-form{
	padding:14px 230px 10px 11px;
	#border-top:1px solid #9d9ea0;
}
.sign-form .row{
	overflow:hidden;
	padding:4px 0px 9px 3px;
}
.sign-form label{
	float:left;
	font-weight:bold;
	font-size:12px;
	line-height:18px;
	padding:3px 0px 0px;
}
.sign-form .right{
	float:right;
	width:317px;
}
.sign-form .txt-holder{
	float:left;
	background:url(../images/bg-txt2.png) no-repeat;
	width:131px;
	height:23px;
	margin:0px 2px 0px 0px;
	padding:1px 13px 9px 6px;
}
.sign-form .txt-holder3{
	float:left;
	background:url(../images/bg-txt3.png) no-repeat;
	width:81px;
	height:23px;
	margin:0px 2px 0px 0px;
	padding:1px 13px 9px 6px;
}

.InputTXT130 {
	float:left;
	background:url(../images/bg-txt.png) no-repeat;
	background-size:145px 27px;
	width:131px;
	height:23px;
	margin:0px 2px 0px 0px;
	padding:0px 13px 9px 3px;
	#border-top:1px solid #9d9ea0;
}
.sign-form .txt{
	float:left;
	padding:4px 0px;
	margin:0px;
	border:0px;
	background:none;
	font:bold 12px/15px Arial, Helvetica, sans-serif;
	height:15px;
	width:211px;
}
.sign-form .marker{
	float:left;
	text-indent:-9999px;
	overflow:hidden;
	width:34px;
	height:33px;
	margin:-4px 0px 0px;
	position:relative;
	display:none;
}

.sign-form .valid .marker{
	display:block;
	background:url(../images/ico-valid.png) no-repeat;
}
.sign-form .error .marker{
	display:block;
	background:url(../images/ico-error.png) no-repeat 0px 9px;
}
.sign-form .check-area{
	width:100%;	overflow:hidden;
	padding:26px 0px 36px;
}
.sign-form .chk{
	float:left;
	margin:0px 8px 0px 0px;
	padding:0px;
	width:16px;
	height:15px;
}
.sign-form .check-area label{
	font-weight:normal;
	padding:0px;
	line-height:15px;
}
.sign-form .btn-holder{
	overflow:hidden;
	padding:0px 45px;
}

.sign-form .btn{float:right;}

.WARNING  {
	color:#FF0000;
	

}
.rounded {  
	height:18px;
	border: 1px solid #ccc;  
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;  
	border-radius: 3px;  
	-moz-box-shadow: 2px 2px 3px #666;  
	-webkit-box-shadow: 2px 2px 3px #666;  
	box-shadow: 2px 2px 3px #666;  
	font-size: 12px;  
	padding: 2px 5px;  
	outline: 0px;  
	-webkit-appearance: none;  
}  

.rounded_gr {  
	height:24px;
	border: 1px solid #ccc;  
	-moz-border-radius: 3px;  
	-webkit-border-radius: 3px;  
	border-radius: 3px;  
	-moz-box-shadow: 2px 2px 3px #666;  
	-webkit-box-shadow: 2px 2px 3px #666;  
	box-shadow: 2px 2px 3px #666;  
	font-size: 16px;  
	font-weight: bold;
	text-align:center;
	padding: 2px 5px;  
	outline: 0px;  
	-webkit-appearance: none;  
}  

.Register {
	height:380px;
	overflow:auto;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
	}

.LoginArea {
	
	height:380px;
	overflow:auto;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
	
	}
	
.LoginArea2 {
	width:670px;
	overflow:hidden;
	overflow-x: hidden;
	-ms-overflow-x: hidden;
	}

.inputtable td { 
	height: 27px; 
} 


/* footer */
#footer{
	width:100%;
	border-bottom:1px solid #9d9ea0;
	padding-bottom:1px;
}
#footer .slogan{
	width:100%;	overflow:hidden;
	text-align:right;
	font-size:16px;
	line-height:21px;
	color:#676d71;
}
#footer .slogan span{color:#d90024;}

 


.ui-autocomplete {
    max-height: 150px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }
  /* IE 6 doesn't support max-height
   * we use height instead, but this forces the menu to always be this tall
   */
  * html .ui-autocomplete {
    height: 150px;
  }
  
  
  .ui-autocomplete-loading {
    background: white url("images/loading.gif") right center no-repeat;
  }