* {padding: 0; margin: 0;}

body
{
	margin:0px auto;
	padding:0px;
	font-family:Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
	font-style:normal;
	background-color: #FAFAFA;	
}

br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

.wrapper
{
	background-color: #FAFAFA;		
}

.odd
{
}

.even
{
	background-color: #EEEEEE;
}

.title
{
	background:transparent url(/asset/images/header/title_bg.jpg) left top repeat-x;		
	height: 30px;
}

.title h1
{
	color: #FFFFFF;
	font-size: 11px;
	font-weight: bold;
	padding: 6px 0px 0px 20px;
}

.footer
{
	background:transparent url(/asset/images/header/title_bg.jpg) left top repeat-x;
	margin-top: 20px;	
	height: 24px;
}

.footer h1
{
	color: #FFFFFF;	
	font-size: 10px;
	font-weight: bold;
	padding: 5px 0px 0px 20px;
}

.required
{
	color: #FF0000;
}

.errors
{
	color: #FF0000;	
}

.basic_input_error
{
	background-color: inherit;
	color: #FF0000;
	margin: 0;
	padding:0px 0px 0px 15px;
}

.firstcol
{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 	
	margin: 0px 0px 0px 0px;
	width: 20%;
	text-align:right;
	line-height: 25px;
	vertical-align: top;
}

.secondcol
{
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 79%;
	text-align:left;
	line-height: 25px;
	padding-left: 5px;
	vertical-align: top;
}

.td_firstcol
{
	line-height: 25px;
	text-align:right;
	vertical-align: top;
	width:20%;
}

.td_secondcol
{
	line-height: 25px;
	text-align:left;
	padding-left:5px;
}

.content
{
}
