﻿/************************************
* CONTACT US PAGE					*
************************************/
.contactform
{
	width: 450px;
}

.contactform input, .contactform select
{
	margin-bottom: 10px;
}

.infobox
{
	float: right;
	margin: 15px 0px 0px 10px;
	text-align: center;
	border: 2px #ccc dashed;
	padding: 5px 5px;
	width: 210px;
}

#rightcol .infobox p
{
	margin: 0px;
	margin-bottom: 5px;
	text-align: center;
}

#rightcol .infobox h2
{
	font-size: 1.5em;
}

.contactform .radEnabledCss_Default
{
	background: #ebeef3;	
}

.contactform .radHoverCss_Default
{
	background: #ebeeff;
}

.contactform .radFocusedCss_Default
{
	color: #fff;
	background: #2f66b0;
}

.contactform .radInvalidCss_Default
{
	background: #cceecc;
}
