div#content div.clear {
	height:			1px;
}

div#content span {
	color:			red;
}

div#content p a {
	color:			#E3043B;
}

div#sidebarRight { 
	padding-bottom:	20px;
}

#contactForm label {
	float:			left;
	width:			100px;
}

#contactForm input {
	float:			right;
	width:			200px;
	margin-bottom:	20px;
}

#contactForm img {
	display:		block;
	float:			right;
	margin-bottom:	20px;
	margin-right:	35px;
}

#contactForm div.radiobox {
	width:			200px;
	height:			40px;
	float:			right;
}

#contactForm div.radiobox label {
	padding:		4px 0px 0px 0px;
	width:			50px;
}

#contactForm div.radiobox input {
	float:			left;
	width:			15px;
	margin-right:	2px;
}

#contactForm textarea {
	overflow:		hidden;
	float:			right;
	width:			200px;
	height:			100px;
	margin-bottom:	20px;
}

#contactForm label.error { 
	display:		none;
	color:			red;
	float:			right;
	clear:			both;
	width:			200px;
}

#contactForm label.captchaLabel {
	float:			right;
	width:			200px;
	margin-bottom:	10px;
}

#contactForm input#submitButton {
	float:				left;
	width:				100px;
	height:				20px;
	border-width:		0px;
	background-color:	#b3a491;
	color:				#ffffff;
	font-weight:		bold;
	cursor:				pointer;
}

