form#calc fieldset {
	padding:10px;
	float:left;
	width:560px;
	border:1px solid #ccc;
	background:#eee;  
	margin-bottom:20px;

	clear:none;
}
form#calc fieldset:nth-child(2){
	float:right;
}
form#calc fieldset input[type=number] {
	margin:0px;
	width:80px;
	
}
form#calc fieldset input.error_validate {
	border:1px solid #f00;
}
form#calc input[type=submit] {
	float:none;
	margin:0 auto;
	padding:7px 0px;
	display:inline-block;
	line-height:18px;
	border:none;
	width:100px
}
form#calc {

}
.rgb {
	float:right;
	height:25px; 
	width:25px;
	display:block;
	border:1px solid #ccc;
}
form#calc .lab_buttons {
	text-align: center;
	clear:both;
	margin-bottom:40px;
	width:100%;
}
form#calc a.reset {
	margin:0 auto;
	margin-left:5px;
	background: #999;
	color:#fff;
	padding:7px 0px;
	display:inline-block;
	border:none; 
	float:none;
	font-size:13px;
	line-height:18px;
	width:100px
}
form#calc a.reset:hover{
	color:#fff;
	background:#666;
}
table#calc_result_table {
	width:100%;
	table-layout:fixed;
	text-align: center;
	border-collapse:collapse;
}
table#calc_result_table td, table#calc_result_table th {
	border:1px solid #ccc;
}
table#calc_result_table td {
	padding:5px;
	font-weight:bold;
	
}
table#calc_result_table th {
	padding:5px;
	background:#666;
	color:#fff;
	font-weight:normal;
}
