.FORM_CELL_LEFT, .form_cell_left{
	text-align: right;
}
.form_cell{
	padding:10px 10px 10px 0px;
	font-size:14px;
}
.FORM_CELL_MIDDLE, .form_cell_middle{
	text-align: left;
}
.form_note{
	color: #5A5A5A;
	font-size:12px;
}
.form_cell a{
	text-decoration:underline;
	color: #868686;
}
.FORM_CELL_RIGHT, .form_cell_right{
	color:red !important;
}
input, select{
	margin:5px 0px;
}
.left_br{
	border-left:1px solid #333;
}
.right_br{
	border-right:1px solid #333;
}
.top_br{
	border-top:1px solid #333;
	width:100%;
}
.bottom_br{
	border-bottom:1px solid #333;
}
div.form_cell{
	float:left;
}
div.FORM_CELL_LEFT, div.form_cell_left{
	width:200px;
	overflow:hidden;
}
div.FORM_CELL_MIDDLE, div.form_cell_middle{
	width:350px;
	overflow:hidden;
}
div.FORM_CELL_RIGHT, div.form_cell_right{
	width:100px;
	overflow:hidden;
}
.form_group_label{
	text-align:center;
	font-weight:bold;
	font-size:18px;
	display:block;
	color:#666;
	text-transform:uppercase;
	width:650px;
}
hr{
	color:#666;
	height:1px;
	border:1px 0px 0px 0px;
	margin:10px 0px;
	border-style:solid;
}
