﻿body {
	color: white;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #000000;
	height:100%;
}

#column_l {
	color: black;
	width: 552px;
	background-color: #fff;
}

img 
{
	background-color:Transparent;
}

.form { 
	padding: 5px;
	line-height:24px;
	width:100%;
	margin-left: 30px;
} 

.f_row { 
	line-height:24px;
} 

.col_1  
{
	position:relative;
	float: left; 
	margin-left: 10px;
	width: 20%;
} 

.col_2  
{
	position:relative;
	float: left; 
	margin: 0 0 0 10px;
	width: 60%; 
} 

.col_3 { 
	position:relative;
	float: left; 
	margin: 0 0 0 10px;
	width: 10%; 
} 

.summary
{
	margin-left:15%;
	width:70%;
	line-height:20px;
	font-size:12px;
	color:Red;
}

.instructions
{
	margin-left:10px;
	width:70%;
	line-height:20px;
	font-size:12px;
	color:Red;
	vertical-align:bottom;
	float:left;
}

.required:after
{
	content:"*";
	color:Red;
	text-align:right;
}

.input
{
	float:left;
}

.validator
{
	float:left;
}
