/* [ Form styles ] */
.forms {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	height: 14px;
	border: 1px solid #D4D3D3;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
.formsSelected {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	width: 135px;
	height: 14px;
	border: 1px solid #FFB310;
	background-color: #FFF;
	padding:2px;
	margin: 0;
}
select.forms, select.formsSelected {
	height: 18px !important;
	height: 18px;
}

/* =====[ Contact Form styles ]===== */
#contactFormWrapper {
	margin: 0;
	padding: 0 0 10px 0;
}
#contactFormWrapper fieldset {
	border: 1px solid #EDEDED;
	padding: 10px;
	padding-top: 0;
}
#contactFormWrapper legend {
	padding: 0 10px;
	font-size: 13px;
	font-weight: normal;
	color: #5B5B5B;
	text-decoration: none;
}
#contactFormWrapper label {
	float: left;
	display: block;
	padding: 5px 5px 0 0;
	width: 125px;
	font-size: 11px;
	font-weight: normal;
	color: #5B5B5B;
	text-decoration: none;
	text-align: right;
}
#contactFormWrapper input, #contactFormWrapper select, #contactFormWrapper textarea {
	margin: 5px 0 0 0;
	width: 200px;
}
#contactFormWrapper select#Country, #contactFormWrapper select#StateAU, #contactFormWrapper select#StateUS, #contactFormWrapper input#StateOther {
	width: 140px;
}
#contactFormWrapper input#contactSubmit {
	margin: 5px 0 0 130px;
}
#contactFormWrapper textarea {
	width: 350px;
	height: 125px !important;
	height: 125px;
}
#contactAddress {
	margin: 0 0 10px 0;
	padding: 5px 0;
	border-bottom: 1px solid #EDEDED;
}