﻿.Contact {
	padding-bottom: 20px;
	}

.Contact input, .Contact textarea {
	font-family: Times New Roman, Verdana, Arial, Sans-Serif;
	font-size: inherit;
	color: #4F4F4F;
	padding-right: 0px;
	margin-right: 0px;
	}

.Contact .Content {
	padding-bottom: 10px;
	}

.Contact .Form .InputWrapper {
	padding-bottom: 10px;
	padding-right: 0px;
	}

.Contact .Form .Button {
	text-align: right;
	padding-right: 5px;
	}
	
.Contact .Form .Button input {
	border: 0px;
	padding: 5px 40px 5px 20px;
	background: #E9E0BC url(Images/Contact/Icon.png) no-repeat 80% center;
	}

/* Template */
.RadInput_Courtland,
.RadInputMgr_Courtland {
	vertical-align: middle;
	}

.RadInput_Courtland table {
	border: 0;
	vertical-align: bottom;
	}

.RadInput_Courtland table td {
	border:0;
	padding:0;
	vertical-align: middle;
	overflow: visible;
	}

.RadInput_Courtland .riCell {
	padding-right:4px;
	}

.RadInput_Courtland textarea {
	vertical-align: bottom;
	overflow: auto;
	}

/*textbox states*/

html body .RadInput_Courtland .riTextBox,
html body .RadInputMgr_Courtland {
	border: 0px solid #E9E0BC;
	border-left-width: 6px;
	padding: 5px 5px 5px 5px;
	background: #E9E0BC;
	color: #79766C;
	}

html body .RadInput_Courtland .riEmpty,
html body .RadInput_Empty_Courtland {
	color: #79766C;
	}

html body .RadInput_Courtland .riHover,
html body .RadInput_Hover_Courtland {
	color: #4F4F4F;
	}

html body .RadInput_Courtland .riFocused,
html body .RadInput_Focused_Courtland {
	border: 0px solid #9C3E00;
	border-left-width: 6px;
	background: #DED09A;
	color: #000000;
	}

html body .RadInput_Courtland .riError,
html body .RadInput_Error_Courtland
{
	border-color:#e95005;
	background:#fff url('Input/sprite.gif') 100% -147px no-repeat;
	color:#df3a00;
}

html body .RadInput_Courtland .riNegative,
html body .RadInput_Negative_Courtland
{
	color:#474742;
}