.entry_form
{
	margin: 0px;
	padding: 0px;
}

.entry_form table
{
	font-family: Verdana;
	font-size: 12px;
}
.entry_form legend
{
	font-family: Verdana;
	font-size: 12px;
	color: #0065b3;
	font-weight: bold;

}

.entry_form fieldset
{
	border: 1px solid #918F8F;
}

.entry_form label
{
	font-family: Verdana;
	font-size: 10px;
	font-weight: bold;
	color: #6a6868;
	float:right;
}

.entry_form select
{
	border: none;
	border: 1px solid #333333;
	font-family: Verdana;
	font-size: 12px;
	width:90%;
	background: #F0F0F0;
}

.entry_form input
{
	border: none;
	border: 1px solid #333333;
	font-family: Verdana;
	width:90%;
	font-size: 12px;
	background: #F0F0F0;
}

.entry_form textarea
{
	border: none;
	border: 1px solid #333333;
	width:90%;
	font-family: Verdana;
	font-size: 12px;
	background: #F0F0F0;
}

.entry_form .error
{
	padding-left: 20px;
	font-family: Verdana;
	font-size: 12px;
	color: #EB6D59;
	font-weight: bold;
	background: url('../images/exclamation.png') no-repeat;
	background-position: left;
}

.customFieldDescription_small
{
	font-size: 9px;
	font-weight: 400;
}
