@charset "utf-8";

/* 
 * Form styles for contact page
 */
 
table {
border: none;
vertical-align: text-top;
}

.inpbox {
	border: none;
	background-color:#DADADA;
	width: 210px;
	padding: 8px;
	font-size: 12pt;
	margin: 5px 0px 5px 0px;
}

.inpbox2 {
	border: none;
	background-color:#DADADA;
	width: 130px;
	padding: 3px;
	font-size: 12pt;
	margin: 5px 0px 5px 0px;
}
	
span.checkbox {
	width: 19px;
	height: 25px;
	padding: 0 5px  0;
	background: url(../images/other/checkbox.gif) no-repeat;
	display: block;
	}

br {
	padding-bottom: 4px;
	}
	
#r_contact_box p{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	}
	
	

.contact_row
{
	position: relative;
	height: 24px;
	width: 100%;
}
.contact_col1
{
	position: absolute;
	top: 4px;
	left: 0px;
	width: 100px;
	text-align: right;
	
}
.contact_col2
{
	position: absolute;
	top: 0px;
	left: 120px;
}


.cb_row
{
	position: relative;
	height: 18px;
	width: 200px;
}
.cb_col1
{
	position: absolute;
	top: 4px;
	left: 0px;
	width: 200px;
	text-align: left;
		
}
.cb_col2
{
	position: absolute;
	top: 6px;
	left: 30px;
	width: 200px;
}

.valtxt
{
	font-weight: bold;
	color: White;
}

.formval {position: relative; width: 100%; background-color: #6c8b1b; margin-bottom: 10px; padding: 10px;}

.formvaltxt {position: relative; }

.formspacer
{
    position: relative;
    height: 25px;
}

.formsreq
{
  	font-size: 10px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FF0000;
}