﻿body
{
}

.border
{
    border:1px solid #c4c5a6;
	top: 10px;
	bottom: 10px;
	left: 10px;
	right: 10px;
	padding: 20px 10px 40px 10px;
	background-color: #F9F7E2;
	width:400px; 
}

.contactUsArea
{
    padding-top:20px; 
    min-height: 374px;
}

.message
{
    width:80%; 
    height:150px;
}

.validation-notification
{
	margin: -10px 0 10px 0;
}

#contact-us-form select
{
	display: block;
	margin-top: 3px;
}

#contact-us-form p
{
	margin-top: 7px;
	display: block;
	font-weight: bold;
}
