@charset "gb2312";
body, textarea {
	font-size: 12px;
}
#sp_detail {
	width:98%; 
	height:100%;
	text-align:center;
}
.label {
	width: 20%;
	//height: 20px;
	float: left;
	text-align: right;
	margin-right: 10px;
	font-weight: bold;
}
fieldset label {
	width: 14%;
	//height: 20px;
	float: left;
	text-align: right;
	margin-right: 20px;
	font-weight: bold;
}
fieldset input {
	width: 240px;
}
fieldset input[type="radio"] {
	width: 20px;
}
fieldset input[type="checkbox"] {
	width: 20px;
}
.value {
	width: 70%;
	//height: 20px;
	float: left;
	text-align: left;
	margin-right: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.line {
	float: left;
	width: 98%;
	display: inline;
}

