#contactForm label
{
	font-weight: bold;
	font-family: Arial;
	width: 200px;
	display: block;
	float: left;
	clear: left;
	color: #686868;
}

#feedback
{
	margin-bottom: 10px;
	font-weight: bold;
}

#contactForm
{
	width: 410px;
	margin-bottom: 20px;
}

#contactForm textarea,
#contactForm input
{
	width: 200px;
	margin-bottom: 5px;
}

#contactForm .botonera input
{
	width: 100px;
	margin-top: 10px;
	margin-left: 300px;
}

#registration_help
{
	margin-bottom: 20px;
}