@CHARSET "UTF-8";

ul.error_list
{
	list-style-type: none;
	display: inline;
	color: #D70808;
	font-weight: bold;
}

.div_error {
	height: 14px;
	padding-top: 3px;
	
}

.div_no_error {
	height: 10px;
}

.input_error {
	border: 1px solid #D70808;
	-moz-border-radius: 4px 4px 4px 4px;
	height: 20px;
}

select
{
	width: 250px;
}

input[type=text]
{
	width: 245px;
}

textarea
{
	width: 332px;
	height: 250px;
}