#contactRightContent {
	width: 240px;
	float: letf;
	padding-left: 1px;
	padding-top: 7px;
}
#contactRightContent label.regular {
	font-size: 14px;
	color: #ffffff;
	font-weight: normal;
	display: block;
	padding-bottom: 3px;
}
#contactRightContent input[type=text] {
	width: 240px;
	padding: 7px;
	color: #ffffff;
	border: 1px solid #ff6600;
	background: #67041e url(../img/input_shadow.png);
	background-repeat: repeat-x;
	margin-bottom: 15px;
	display: block;
	outline: none;
}
#contactRightContent textarea {
	width: 240px;
	height: 80px;
	padding: 7px;
    color: #ffffff;
	border: 1px solid #ff6600;
	background: #67041e url(../img/input_shadow.png);
	background-repeat: repeat-x;
	font-family: 'HelveticaNeue', 'Helvetica Neue', Arial, sans-serif;
	display: block;
	margin-bottom: 25px;
	outline: none;
}

#contactForm input[type=text].error, #contactRightContent textarea.error {
	background: #424e65 url(../img/input_error_shadow.png);
	background-repeat: repeat-x;
	border: 1px solid #ffffff;
}
#contactForm .notification {
	display: inline;
	padding-left: 2px;
}

