
/* ============================================
Standard Input Corner Hint Styles 1

Usage examples:
<input class="Error">Warning!You took my underware!</p>
============================================ */
input.Ok{
	height:18px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background:#FFF url(images/input_ok_corner.gif) top right no-repeat;	
}
input.Warning{
	height:18px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background:#FFF url(images/input_warning_corner.gif) bottom right no-repeat;	
}
input.Error{
	height:18px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background:#FFF url(images/input_error_corner.gif) bottom right no-repeat;	
}
input.Normal{
	height:18px;
	padding:2px 8px 0 3px;
	border:1px solid #A7A6AA;
	background-color:#FFF;	
	background-image:none;
}


.OkMsg{
	padding:5px 5px 5px 25px;
	border:1px solid #00BE00;
	background:#E6FFE6 url(images/standard_msg_ok.gif) 5px 5px no-repeat;
	color:#000;
}
.WarningMsg{
	padding:5px 5px 5px 25px;
	border:1px solid #00A8FF;
	background:#E2F5FF url(images/standard_msg_warning.gif) 5px 5px no-repeat;	
	color:#000;
}
.ErrorMsg{
	padding:5px 5px 5px 25px;
	border:1px solid #F60;
	background:#FFF2E9 url(images/standard_msg_error.gif) 5px 5px no-repeat;	
	color:#000;
}
.HintMsg{
	padding:5px 5px 5px 5px;
	border:1px solid #FFF;
	background-color:transparent;
	background-image:none;
	color:#999;
}
.HintMsg a:link, .HintMsg a:visited{
	color:#666;
	text-decoration:none;
}
/* ============================================
Standard Message Styles 2

Usage examples:
<p class="ErrorMsg">Warning!You took my underware!</p>
============================================ */
.OkMsg_lite{
	padding:5px;
	border:1px solid #00BE00;
	background-color:#E6FFE6;	
}
.WarningMsg_lite{
	padding:5px;
	border:1px solid #00A8FF;
	background-color:#E2F5FF;	
}
.ErrorMsg_lite{
	padding:5px;
	border:1px solid #F60;
	background-color:#FFF2E9;	
}




ul.RegForm{
	margin:0;
	padding:0;
	list-style-type:none;
	background:transparent url(images/ul_bk.gif) left bottom repeat-y;
}
ul.RegForm li{
	width:100%;
	margin:0;
	padding:0;
	background:transparent url(images/li_bk.gif) left bottom repeat-y;
}
ul.RegForm li.Title{
	padding:20px 0 10px 0;
	font-size:14px;
	color:#F30;
	background:transparent url(images/title_bk.gif) left top repeat-y;
}
ul.RegForm li .Hint{
	float:left;
	width:160px;
	font-size:14px;
	text-align:right;
	margin-right:5px;
	line-height:28px;
}
ul.RegForm li .Input{
	float:left;
	width:220px;
	margin-top:3px;
	margin-bottom:5px;
	
}
ul.RegForm li .Input1{
	float:left;
	width:550px;
	margin-top:3px;
	margin-bottom:5px;
	
}
ul.RegForm li .Info{
	float:left;
	width:350px;
	margin:1px 0 5px;
}
p.SubmitBox{
	text-align:center;
	background:none;
}
p.SubmitBox input{
	display:block;
	height:30px;
	background-color:#DADADA;
	margin:10px auto 20px;
}
#check_username{
	margin-top:5px;
}

div.HintMsg{
	margin:0;
	color:#111;
}
div.HintMsg a:link,div.HintMsg a:visited{
	color:#04D;
}

li#ReadContract{
	margin:20px 0 10px;
	line-height:200%;
	text-align:center;
}
li#ReadContract #ContractContent{
	margin:0 auto;
	width:86%;
	height:60px;
	padding:5px;
	border:1px solid #CCC;
	background-color:#FAFAFA;
	text-align:left;
	overflow:auto;
}
li#ReadContract #ContractContent p{
	margin:0;
	line-height:150%;
	text-indent:24px;
}



/* Taobao.com , Created by ChengZhi@taobao.com , 2004-01-24
	Modified 2005-10-28*/

body,p,th,td,input,select,textarea{
    font-size:12px;
    color:#111111;
}

.HackBox{
   border-top:1px solid transparent !important;
   border-top:0;
   clear:both;
}





#Content{
	width:760px;
	text-align:left;
	clear:both;
}