﻿#ContactUsForm
{
    width:100%;
    padding:0px;
    font-size:0.9em;
    text-align:left;
}

#ContactUsFormHeader
{
    width:92%;
    padding:10px;
    margin:0 10px;
    border-bottom:1px solid black;
}

#ContactUsFormCurrentPage
{
    width:92%;
    padding:10px;
    margin:0 10px;
}

#ContactUsHeaderTitle
{
    font-size: 2.2em;
    font-weight:bold;
    color:#F25312;
    margin-bottom:5px;
}

#ContactUsHeaderDescription
{
    font-size: 1em;
    color:black;
}

.GenericContactUsTable
{
	width:100%;
}
.GenericContactUsTable .DataValue
{
	width:60%;
}

.GenericContactUsTable .DataVal
{
	width:10%;
}

.GenericContactUsTable .DataLabel
{
	width:30%;
}

.GenericContactUsTable input
{
	font-size:1em;
}

#ContactUsForm .btnSubmit
{
	width:65px;
	height:16px;
}

.GenericContactUsTable textarea
{
	font-size:1.1em;
	width:95%;
	height:150px;
}
div.spacer
{
	clear: both !important;
	line-height:0px;
	height:0px;
}

#ContactUsBoxie
{
	float: left;
	width: 100%;
	margin-bottom:5px;
}

#ContactUsBoxie_tm
{
	width:562px;
}

#ContactUsBoxie_bm
{
	width:566px;
}

#ContactUsBoxie_m
{
	width: 100%;
	min-height: 100px;
}

.ContactUsBoxieContent
{
	display:block;
	float:left;
	border-left: 2px solid #FE5400;
	border-right: 2px solid #FE5400;
	height:100%;
}

#ContactUsFormFooter
{
    width:92%;
    padding:10px;
    margin:0 10px;
    border-top:1px solid black; 
}   

#ContactUsFormFooterButtonContainer
{
    width:530px;       
}

#ContactUsFormFooterLeftButtonContainer, #ContactUsFormFooterRightButtonContainer
{
    width:50%;
    float:left;
}

#ContactUsFormFooterLeftButtonContainer
{
	text-align : left;
}

#ContactUsFormFooterRightButtonContainer
{
	text-align : right;
}

.Result h1
{
	font-size: 1.1em;	
}

#ContactUsResultSuccessHeader h1
{
	color:#F25312;
}

#ContactUsResultFailureHeader h1
{
	color:red;
}