﻿/******************* CONTACT US *******************/
.contactUs
{
    margin: 5px 0 0 0;
}

.contactUs table.contactUsForm
{
    margin: 20px 0 5px 0;
}

.contactUs .featureBox
{
    margin-bottom: 0;
    width: 350px;
}

.contactUs table.contactUsForm td
{
    background-color: #EEEEEE;
    border-right: Solid 1px #FFFFFF;
    border-bottom: Solid 1px #FFFFFF;
    padding: 3px;
}

.contactUs table.contactUsForm td.headerCell
{
    vertical-align: top;
    font-weight: bold;
    width: 100px;
}

.contactUs table.contactUsForm td.dataCell
{
    width: 400px;
}

.contactUs .contactUsFooter
{
    margin: 20px 0 0 0;
}

.contactUs .contactUsFooter 
{
	clear:both;margin-top:10px;
}
	
.contactUs .contactUsFooter .clear 
{
	float:left;width:93px;
}

.contactUs .contactUsFooter .clear a 
{
	display: block; 
	width:93px; 
	height:25px; 
	background: url(../../Media/Images/clear-button.gif) 0 0 no-repeat; 
	text-decoration:none;
}

.contactUs .contactUsFooter .clear a:hover 
{
	background-position: -93px 0;
}

.contactUs .contactUsFooter .clear a:active 
{
	background-position: 0px 0;
}

.contactUs .contactUsFooter .submit 
{
	float:left;
	width:140px;
	margin-left:10px;
}

.contactUs .contactUsFooter .submit a 
{
	display: block; 
	width:140px; 
	height:25px; 
	background: url(../../Media/Images/submit-button.gif) 0 0 no-repeat; 
	text-decoration:none;
}

.contactUs .contactUsFooter .submit a:hover 
{
	background-position: -140px 0;
}

.contactUs .contactUsFooter .submit a:active 
{
	background-position: 0px 0;
}

#loginArea
{
	
}

#loginArea .loginTextBox
{
	
}

#loginArea .loginLabel
{
	padding-right:5px;
	padding-top:5px;
}

#loginArea .loginTitle
{
	padding-bottom:5px;
}

#loginArea .loginButton
{
	margin-top:5px;
	margin-right:50px;
}