@charset "gb2312";
/* CSS Document */

#payment {
	float:left;
	width:100%;
	height:235px;
	margin-top:5px;
	position:static;
}
#contact {
	float:right;
	margin-top:8px;
	color:#999;
	width:100%;
	height:25px;
	line-height:25px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	position:static;
}
#pquestion {
	float:right;
	width:400px;
	_width:400px;
	height:220px;
	color:#000;
	font-size:12px;
	font-weight:bold;
	/*background-color:#CCC;*/
}
#tabs-title {
	padding-left:20px;
	width:100%;
}
.tabstc, .tabsth {
	float:left;
	width:100px;
	height:28px;
	line-height:28px;
	text-align:center;
	text-decoration:none;
	color:#000;
	display:block;
	margin-right:5px;
	background-color:#FFF;
	-moz-border-radius: 4px 4px 0 0; /* Firefox */
	-webkit-border-radius: 4px 4px 0 0; /* Safari and Chrome */
    border-radius: 4px 4px 0 0;
	cursor:text;
}
.tabsth {
	cursor:pointer;
	margin-top:-1px;
	background-color:#CCC;
}
a.tabsth:hover {
	background-color:#EEE;
}
#tabs-content {
	height:100%;
	width:700px;
	margin:15px auto;
	overflow:auto;
	line-height:28px;
	font-size:14px;
	padding:0 20px;
}
#tabs-content table {
	margin-top:20px;
}
#tabs-content table th, #tabs-content table td {
	border-bottom:1px solid #CCC;
}
.tabsch {
	display:none;
}
#tabs-3 {
	padding-top:15px;
	padding-left:8px;
	line-height:15px;
}
#tabs-3 input {
	float:right;
	#float:none;
	_float:none;
	margin-right:18px;
}
#question {
	width:370px;
	height:120px;
}
#error {
	color:#F00;
}