.location-list
{
	margin-bottom: 1em;
	overflow: hidden;
}
.location-list li
{
	float: left;
	margin-right: 100px;
}
.location-list li.selected h3 a, .section h3, .contactUs h3, .phoneFax h3
{
	color: #E30059 !important;
}

#map
{
	margin-bottom: 50px;
}
fieldset label
{
	float: left;
	width: 10em;
}
fieldset .no-label
{
	margin-left: 10em;
}
fieldset .no-label label
{
	float: none;
	width: auto;
}
fieldset .no-label input
{
	float: left;
	width: 20px;
}
fieldset .no-label span
{
	clear: right;
	overflow: hidden;
	height: 1%;
}
fieldset .button-panel
{
	text-align: right;
	float: right;
	clear: both;
}
fieldset .field-normal
{
	width: 23em;
	border: 1px solid #90A2AC;
	background: none;
}
fieldset textarea.field-normal
{
	width: 23.5em;
}
.cancel, .send
{
    background-position: 0 -20px;
	border: none;
	color: #FFF;
	font-size: 1.2em;
	padding-left: 20px;
}

.cancel:hover, .send:hover
{
    text-decoration: underline;
}

.cancel
{
    padding-left: 10px;
    padding-right: 5px;
    background: transparent url(/images/cancel.gif) no-repeat;
    background-position: 0;
}

.send
{
    padding-left: 15px;
    margin-left: 5px;
    background: transparent url(/images/env.gif) no-repeat;
    background-position: 0;
}

.contactUs .textBox
{
	width: 23em;
	border: 1px solid #90A2AC;
	background: none;
	color:#FFF;
}

.contactUs .dropDown
{
	width: 23em;
	border: 1px solid #90A2AC;
}
