﻿#contactUs_form_container
{
	width:520px;
	margin:0 auto;
}

.ContactUs_PhoneContactText
{
    font-size:.8em;
}

#ContactUs_ContactInformation
{
	margin-bottom:0;
	padding-bottom:0;
	border-bottom:none;
}

#ContactUs_ContactInformation input, #ContactUs_ContactInformation select 
{
	margin: .3em .3em 0 .3em;
}

#ContactUs_ContactInformation .form_label
{
	width:140px;
	vertical-align:text-bottom;
	line-height:1.8em;
	float:left;
	position:relative;
}

#ContactUs_ContactInformation .form_control
{
	margin-left:140px;
	line-height:1.8em;
}

#ContactUs_ContactInformation .error_text
{
	display:block;
	font-size:80%;
}



#ContactUs_storeList ul
{
	list-style-type:none;
	margin:.5em .5em 1em .5em;
	padding:0;
}

.ContactUs_Products table, .ContactUs_Url
{
	width: 95%;
	margin: 0 auto 1em;
}

.ContactUs_Url
{
	background-color:#796666;
	padding:.35em;
	margin:.35em;
	font-size:110%;
	color:#ddd;
}

#ContactUs_PreferredStore ul
{
	float: left;
	width: 22%;
	height:60px;
	margin:1em;
	padding:0;
	list-style-type:none;
	position:relative;
}

#ContactUs_PreferredStore input
{
	display: inline;
}


#ContactUs_Phone_storeList ul 
{
	list-style-type:none;
	clear:both;
	margin:0;
	padding:0;
	border-bottom:solid 1px #bbb;
	height:15px;
	width: 300px;
}

#ContactUs_Phone_storeList ul li
{
	float: left;
	margin-bottom: 1em;
}

#ContactUs_Phone_storeList ul li.storeList_Name
{
	width: 150px;
}

#ContactUs_Phone_storeList ul li.storeList_Phone
{
}

#ContactUs_Phone_storeList input
{
	margin:2em 0 0 2em;
}

.storeList_Phone2
{
	display:none;
}