/* Default CSS Stylesheet for a new Web Application project */


.contactFormHeader {
	/*background-image:url("/images/header_bar.jpg");*/
	background-repeat:repeat-x;
	/*height:39px;*/
	height:15px;
	padding:2px;
	text-align:left;
	padding-left:0px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.contacttitle {
	font-size:20px;
	font-weight:bold;
	font-family:Helvetica;
	color:#000000;
}

.contactinstruct {
	color:#00000;
	font-size:14px;
}
.contactformtable
{
	background-color:white;
 	width:100%;
}

.contactformsubtable
{
	background-color:white;
 	width:650;
}

.contactinst
{
	font-weight:bold;
	color:black;
}

.contacttable
{
	background-color:#fffff;
	border: 0px solid #000000;
}
.contacttable1
{
	background-color:#fffff;
	border: 0px solid #000000;
}
.contacttable2
{
	background-color:#fffff;
	
}

.contactheaderrow
{
	font-weight:bold;
	color:#ffffff;
	background:#000000;
}

.contactrow
{
	color:#ffffff;
	font-size:12px;
}

.contactleftcell
{
	color:#000000;
	background:#ffffff;
	
	font-family:helvetica, verdana;
	font-size:11px;
	text-align:left;
	padding:0px;
}

.contactrightcell
{
	color:#000000;
	background:#ffffff;
	font-size:11px;
	text-align:left;
	font-family: Helvetica, Arial, sans-serif;
}

.contactleftcell2
{
	color:#000000;
	background:#ffffff;
	font-family:helvetica, verdana;
	font-size:11px;
	text-align:left;
	padding-left:10px;
	
}

.inputtext
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	background: #ffffff;
	border:1px solid #7f9db9;
}

.inputtext
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	background: #ffffff;
}

.required
{
	font-family: Arial, Helvetica, sans-serif;
	color:#a3a3a5;
	font-size:12px;
}

.ddl
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

.topBox {
	/*background-image:url("/images/header_bar.jpg");*/
	background-repeat:repeat-x;
	/*height:39px;*/
	height:15px;
	padding:2px;
	text-align:left;
	padding-left:0px;
	color:#000000;
	font-size:12px;
	font-weight:bold;
}

.rbl
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
}

.hr_line {
	color:#ededed;
	font-size:2px;
	width:100%;
}
.button
{
	width:54px;
	height:22px;
	display: block;
	background: url(/images/button.png) no-repeat right;
	border-width:0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-weight:bold;
	font-size:11px;

}

.button:hover {
	color:#003399 !important;
}