#form input
{
	width: 200px;
	padding: 5px;
}

#form label
{
	font-weight: bold;
	color: black;
	font: normal 13px arial,sans-serif;
}

#form textarea
{
	resize: none;
	width: 400px;
	height: 130px;
	padding: 5px;
}

.has-error
{
	border: 2px solid #f00;
	color: #f00 !important;
}