body
{
	background-color: #e8e4c7;
}
input
{
	border:1px solid #330000;
	height:15px;
	color:#330000;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
}
textarea
{
	border:1px solid #330000;
	height:45px;
	color:#330000;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
	
}
select
{
	color:#330000;
	font-family:verdana;
	font-size:11px;
	font-weight:normal;
}

.outer_container
{
	width: 778px;
	height: auto;
	
}

.header_row
	{
	width: 778px;
	height:86px;
	float: left;
}

.header_img_1
	{
	width: 105px;
	height:86px;
	float:left;
}

.header_img_2
	{
	width: 318px;
	height:86px;
	float:left;
}

.header_img_3
	{
	width: 355px;
	height:86px;
	float: left;
}
.heading
{
color:#330000;
font-family:verdana;
font-size:11px;
font-weight:bold;
}
.text
{
color:#330000;
font-family:verdana;
font-size:11px;
font-weight:normal;
}
.errMsg
{
	color:red;
	font-family:verdana;
	font-size:11px;
}
.msg
{
	color:green;
	font-family:verdana;
	font-size:11px;
}