/* Default CSS Stylesheet for a new Web Application project */

.contactformtable
{
	background-color:#e6e6e6;
 	width:100%;
}

.topBox {
	font-weight:bold;
	text-align:center;
	color:white;
	height:35px;
	background:#526876;
	background: url(/IMGS/forms_bkg.jpg);
}

.contactformsubtable
{
	background-color:#e6e6e6;
 	width:650;
}

.contactinst
{
	font-weight:bold;
	color:black;
	
}

.contacttable
{
	background-color:#ffffff;
	
}

.contacttable1
{
	background-color:#ffffff;
	border: 0px solid black;
}

.contactheaderrow
{
	font-weight:bold;
	text-align:center;
	color:white;
	height:35px;
	background:#526876;
	background: url(/IMGS/forms_bkg.jpg);
	
}

.contactrow
{
	color:#ffffff;
	background-color:#ffffff;
	font-size:12px;
	
}

.contactleftcell
{
	color:#526876;
	background-color:#ffffff;
	font-size:12px;
	text-align:right;
	font-weight:bolder;
}

.contactrightcell
{
	color:#ffffff;
	background-color:#ffffff;
	font-size:12px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
}

.inputtext
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	background: #ffffff;
}

.required
{
	font-family: Arial, Helvetica, sans-serif;
	color:red;
	font-size:12px;
}

.ddl
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
}

.rbl
{
	font-family: Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:14px;
}
.button
{
	width:70px;
	height:28px;
	text-align:center;
	display: block;
	background: url(/IMGS/submit_button.gif) no-repeat right;
	border-width:0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
	font-weight:bold;
	font-variant:small-caps;

}