/* Style Sheet - Contact */

.InputLabel,
.InputErrorLabel
{
	text-align: right;
	vertical-align: top;
}
.InputErrorLabel,
.InputError
{
	color: #FF3333;
	font-weight: bold;
}

.TextInput,
.TextInputStatic
{
	width: 500px;
}
.MessageInput
{
	width: 500px;
	height: 300px;
}

#CurrentPhone
{
	font-size: 25px;
}

#PhoneResults
{
	padding-left: 30px;
}

div#ControlButtons
{
	width: 300px;
	margin-left: auto; 
	margin-right: auto;
	text-align: center;
	
	/*color: #FF0000;
	border-style: solid;
	border-width: 1px;*/
}

button#NextButton,
button#BackButton
{
	/*padding: 0px 12px 0px 12px;*/
	font-size: 1em;
	/*color: #FF0000;
	border-style: solid;
	border-width: 1px;*/
}

div#Content
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	
	padding-top: 12px;
	border-color: #E2E2E2;
}

div#Content div,
div#Content .TextInput,
div#Content textarea
{
	border-color: #E2E2E2;
	border-color: #B8B8B8;
}

div#Content .TextInput,
div#Content textarea
{
	border-style: solid;
	border-width: 1px;
}

div#ContentMain, 
div#ContentEmail,
div#ContentIM,
div#ContentPhone
{
	border-style: solid;
	border-width: 1px;	
	margin: 0px 0px 0px 0px;
	padding: 0px 12px 22px 12px;
	font-size: 0.9em;
	font-weight: 100;
	
	background-color: #FBFBFB;
	font-family: Verdana;
}

div#HeaderMain,
div#HeaderEmail,
div#HeaderIM,
div#HeaderPhone
{
	font-family: Arial;
	border-style: solid;
	border-width: 1px 1px 0px 1px;	
	font-size: 1.4em;
	width: 4em;
	padding: 4px 10px 6px 10px;
	margin: 0px 0px 0px 0px;
	text-align: center;
	
	color: #6C6C6C;
	background-color: #FBFBFB;
	font-family: Verdana;
}

/*
div#ContentMain,
div#HeaderMain
{
	background-color: #FBFBFB;
}

div#ContentEmail,
div#HeaderEmail
{
	background-color: #FDF5F5;
}

div#ContentIM,
div#HeaderIM
{
	background-color: #F5FFF6;
}

div#ContentPhone,
div#HeaderPhone
{
	background-color: #EDF2FF;
}*/


.Email
{
	color: #E72424;
	font-weight: bold;
}

.InstantMessage
{
	color: #32D341;
	font-weight: bold;
}

.Telephone
{
	color: #4C75E8;
	font-weight: bold;
}
