div.contact_form {
   background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 15px;
    /*width: 210px;*/
}

form fieldset {
border:1px solid #cccccc;
padding:10px 20px;
}

form fieldset legend {
	font-weight: bold;
	color: #F85D13;
	margin-bottom: -15px;
}  
form.webform {
	height: 100%;	/*IE6 Fix*/
}
form.webform label {
	font-weight: bold;
	display: block;
	white-space: nowrap;
	margin-top: 15px;
}
/* Displays labeled radio buttons on same line */
form.webform label.radio {
	font-weight: normal;
	display: inline;	
}
form.webform span.error {
	display: none;
	margin-left: 10px;
	font-weight: bold;        
}
form.webform span.numerror {
    display: none;
    font-weight: bold;
    margin-left: 10px;
}
form.webform .reset {
	clear: both;
	float: left;
}
form.webform div.contactInfo p {
	clear: left;
}
form.webform div.contactInfo {
}
form.webform div.contactInfo label {
	width: 100px;
	float: left;
	margin-top: 0;
}
form.webform input.submit {
	clear: both;
	margin-bottom: 3px;	
	display: block;
}
.outline {
    border: 1px solid #999999;
    width: 203px;
    padding: 2px
}
.button_form {
    background-image: url('/images/button.gif');
    border: 0px;
    color: #ffffff;
    font-weight: bold;
    width: 50px;
    height: 22px;
    font-size: 11px;
    padding-bottom: 4px;
    margin: 2px
}
.close-form {
    float: right;
	margin:0px
}
.close-form a {
    background-image: url('/images/social-icon-sprite2.gif');
    background-position: 215px 0;
    width: 20px;
    height: 20px;
    display: block;
    text-decoration: none
}
.close-form a:active {
    background-image: url('/images/social-icon-sprite2.gif');
    background-position: 215px 21px
}