@CHARSET "ISO-8859-1";
form#vendor_contact_form ul {
	list-style-type:none;
	padding-left:0; 
}


form#vendor_contact_form li {
    clear: both;
    display: block;
    margin: 0;
    padding: 6px 9px 9px 9px;
    font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
    font-size: small;
    width: 92%;
    overflow: hidden;
}

form#vendor_contact_form li input, textarea {
    border-color: #7C7C7C #C3C3C3 #DDDDDD;
    border-style: solid;
    border-width: 1px;
    color: #333333;
    font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
    font-size: 100%;
    margin: 0;
    padding: 2px 0;
    width: 100%;
}

form#vendor_contact_form li label {
    border: medium none;
    color: #222222;
    display: block;
    font-size: 95%;
    font-weight: bold;
    line-height: 150%;
    margin: 0;
    padding: 0 0 3px;
}

form#vendor_contact_form li span label {
}

form#vendor_contact_form li span label.sub {
    padding-bottom: 0px;
    font-weight: normal;
}

form#vendor_contact_form li label, form li span label {
    clear: both;
    color: #444444;
    display: block;
    font-size: 85%;
    line-height: 100%;
    margin: 0;
    padding-top: 6px;
}

form#vendor_contact_form li input#form-submit 
{ 
	width: auto; 
} 
div.blue-content div {
	 padding-top: 5px; 
} 
div.asp-container ul 
{ 
	padding-left: 0px; 
} 
div.asp-container ul li 
{ 
	font-size: 14px !important;  
	padding-bottom: 5px; 
}

.left_half {
    float: left;
    width: 50%;
}

.right_half {
    float: right;
    width: 46%;
}

.full {
    width: 92%;
}

li.left_half {
    clear: left !important;
    float: left;
}

form#vendor_contact_form li:hover {
    background-color: #FFFFDD;
}

form#vendor_contact_form li.section {
    border-top: 1px dotted #CCCCCC;
}

form#vendor_contact_form li.button:hover {
    background-color: #FFFFFF;
}

label.error, span.required {
    color: #DF0000;
}

h2.form_title {
    border-bottom: 1px dotted #CCCCCC;
    width: 92%;
    margin-bottom: 10px;
}
