.reqfld
{
	color:#ff0000;
	font-size:9px;
	font-weight:bold;
}
li.square
{
	list-style-type:square;
}
.lbl1
{
	color:#000000;
	

}
.lbl2
{
	color:#000000;
	font-weight:bold;
	text-align:right;
}
		
.contactTypeRadio input{width: 20%; margin-top: 1px; border: none; float: left;}
.contactTypeRadio label{width: 60%;  float: left; text-align: left;}
.contactTypeRadio {width: 20%; }		

.button {
	/*cursor: pointer;
    border: 1px solid #8cA04D;
    background: #eeeeee;
	padding-left:10px;
	padding-right:10px;*/
	color:#ffffff;
	border:none;
	background: #A9A6A2 url(../images/backgrounds/arrow.gif) no-repeat scroll right top;
	display:inline-block;
	font-size:11px;
	font-weight:bold;
	height:24px;
	line-height:24px;
	margin: 10px 0 20px;
	padding: 0 20px 0 10px;
	text-transform: uppercase;
	white-space: nowrap;
	
}
.button:hover {
cursor: pointer;
    /*border: 1px solid #000000;
    background: #eef;
	color: #444444;*/
	background-color:#9D9B98;
	background-position: right -24px;
	color: #ffffff;
	text-decoration:none;
	}
	


