/*
	Form builder
*/
.form_line,
.form_left,
.form_val,
.form_right
{
	float:left;
}
.form_line
{
	width: 100%;
}
.form_left
{
	width: 170px;
}
