/**
 * Style sheet Form
 */
.error
{
	color:#D4001B;
}

.submit
{
	margin-top:15px;
	border:1px solid #7A414C;
	font-weight:bold;
	color:#7A414C;
}

label
{
	display:block;
	margin-bottom:2px;
}

input.text,
select
{
	width:250px;
	margin-bottom:6px;
	color:#333;
}

textarea
{
	width:250px;
	height:60px;
	margin-bottom:6px;
	color:#333;
}

input.text,
textarea
{
	background-image:url("tl_files/graphics/form_bg.gif");
	background-position:left top;
	background-repeat:repeat-x;
}
