/* CSS Document */

#container .title {
	font-size:16px;
	font-weight:800;
	color:#000000;
    padding-bottom:8px;
    border-bottom:1px solid #cc3333;
	width:280px;
	margin-bottom:20px;
}
#frm {
	width:800px;
}

#frm .rb-row {
	display:block;
	margin-bottom:10px;
	text-align:left;
} 

#frm .rb-row label {
	float:left;
	width:400px;
	text-align:right;
	padding-right:10px;
	
}