@charset "utf-8";
body{
	margin:0 0 25px 0;
	padding:0;
	font-family:"Microsoft YaHei", Arial,"宋体", Helvetica, sans-serif;
	background:white url(images/bg.png);
	font-size:12px;
}
ul,li,dl,dd,dt{
	margin:0;
	padding:0;
	list-style-type:none;
}
img{
	border:none;
}
#textfield,#textfield2{
	width:160px;
	height:16px;
}
input{
	font-size:12px;
	color:#F30;
}
p{
	line-height:18px;
}
a{
	text-decoration:none;
	}
a:hover{
	border-bottom:1px dotted #ccf800;
	color:#ccf800;
}
#language{
	width:770px;
	margin:0 auto;
	line-height:25px;
	padding-right:25px;
	padding-top:10px;
	text-align:right;
	color:#666;
}
#language a{
	text-decoration:none;
	color:#000;
}
#language a:hover{
	border-bottom:1px dotted #ccf800;
	color:#ccf800;
}
#container{
	background:url("images/bg_left.jpg") no-repeat 0 0;
}
#content{
	width:779px;
	margin:0 auto;
	padding:0 8px;
	background-repeat: repeat-y;
	background-image:url("images/bg_06.png");
	background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://img.create-e.org.cn/match/images/bg_06.png", sizingMethod="scale");
}
#content .right{
/*	height:662px;*/
}
#header{
	width:795px;
	margin:0 auto;
	position:relative;
}
#header .top{
	width:779px;
	padding:0 8px;
	background-repeat: repeat-y;
	background-image:url("images/bg_06.png");
	background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://img.create-e.org.cn/match/images/bg_06.png", sizingMethod="scale");
}
#header .banner{
	width:779px;
	padding:0 8px;
	background-image:url("images/bg_06.png");
	background-repeat: repeat-y;
	background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://img.create-e.org.cn/match/images/bg_06.png", sizingMethod="scale");
}
#toppng{
	width:795px;
	height:15px;
	padding:0;
	background-image:url("images/bg_03.png");
	background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://img.create-e.org.cn/match/images/bg_03.png", sizingMethod="scale");
}
.left{
	width:310px;
	float:left;
	overflow:hidden;
	background-color:#FFF;
}
.right{
	float:right;
	margin:0 auto;
	background-color:#000;
}
.neirong{
	margin-top:20px;
	width:439px;
	padding:0 15px !important;
	padding:0 10px;
	color:#FFF;
}
.ind_list{
	margin-top:20px;
	width:429px;
	padding:0 20px;
}
.ind_list dt{
	color:#999;
	font-size:11px;
	
}
.ind_list dd{
/*	padding-left:120px;	*/
}
.ind_list dd.title{
	margin-bottom:5px;
}
.ind_list dd.title a{
	font-size:14px;
	font-weight:bold;
	text-decoration:none;
	color:#fff;
}
.ind_list dd.title a:hover{
	border-bottom:1px dotted #ccf800;
	color:#ccf800;
}
.ind_list dd.text{
	font-size:12px;
	margin-bottom:20px;
	line-height:1.6em;
	color:#999;
}
.sidebox{
	margin-bottom:10px;	
	padding-bottom:5px;
/*	border-bottom:1px solid #ddd;*/
}
.sidebox a:link,.sidebox a:visited{
	color:#000;
}
.sidebox a:hover{
	border-bottom:1px dotted #ccf800;
	color:#ccf800;
}
.neirong a:link, .neirong :visited{
	color:#fff;
}
.neirong a:hover{
	border-bottom:1px dotted #ccf800;
	color:#ccf800;
}
.sidebox .title{
	height:20px;
	line-height:20px;
	font-weight:bold;
	margin-top:15px;
}
.sidebox .main{
	padding:0 20px;
}
.clause{
	width:700px;
	margin:10px;
	padding:30px;
	background-color:#FFF;
}
.clause p{
	text-indent: 2em;
}
#footer{
	width:795px;
	height:105px;
	margin:0 auto;
	overflow:hidden;
	background:url(images/foot_bg.png) no-repeat center 0;
	background-image:url("images/foot_bg.png");
	background-image: none; 
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://img.create-e.org.cn/match/images/foot_bg.png");
}

/*JQuery Validation Style*/
/*show error in the new line*/
label.error,label.errorNoIndent,span.error,span.errorNoIndent{
color: #df280a;
padding-top:2px;
padding:5px;
padding-left:20px;
display:block;
background:url(../img/error_msg_icon.gif) 3px 5px no-repeat;
}
input:focus { border: 1px dotted #111; }
input.error,input.error-inline,input.errorNoIndent{ border: 1px dotted red; }
/*show error in the same line*/
span.error-inline{padding:5px;padding-left:20px;color: #df280a;background:url(../img/error_msg_icon.gif) 3px 5px no-repeat;height:23px;line-height:23px;}
span.checked,label.checked {
  background:url(../img/checked.gif) no-repeat 0px 0px;
}
.tappy-input{border:1px solid #ccc;font-size:12px;padding:3px;}
.tappy-lf{float:left}
.ui-tabs-nav a{
	color:#333 !important;
}