@charset "utf-8";
/* CSS Document */

.clr-left {
	clear:left;
}

#boxs {
	width:355px;
	margin:10px 0;
}

#boxs form {
	margin:0;
}

.boxs-caption {
	width:345px;
	height:32px;
}

.boxs-left {
	width:137px;
	float:left;
}

.boxs-left p {
	color:#727272;
	margin-top:0;
}

.boxs-left span.red {
	color:#FF0000;
	font-size:12px;
	font-weight:bold;
	margin-right:2px;
	
}

.boxs-left span.italic {
	font-style:italic;
	font-size:11px;
	color:#727272;
}

.boxs-right {
	width:208px;
	float:left;
}


.boxs-right input, .boxs-right select {
	width:203px;
	height:21px;
	margin-left:10px;
	border:1px #a0a0a0 solid;
	margin-bottom:12px;
}

