﻿input
{
	background: #ffffff url(../../Images/Forms/bg_form.gif) repeat-x;
	border: 1px solid #c7ab78;
	font-family: Arial;
	font-size: 12px;
	color: Black;
}

textarea
{
	background: #ffffff url(../../Images/Forms/bg_textarea.gif) repeat-x;
	border: 1px solid #c7ab78;
	font-family: Arial;
	font-size: 12px;
	color: Black;
}

.errorList
{
	background-color: #f9e9da;
	border: 2px solid #f36556;
	padding: 5px;
	margin-bottom: 20px;
	font-family: Arial;
	color: #ff0000 !important;
}

.errorList ul
{
	margin: 3px 0 0 20px;
	padding: 0px;
}
