.entry_form
{
	margin: 0px;
	padding: 0px;
}

.entry_form table
{
	font-size: 12px;
}

.entry_form legend
{
	font-size: 20px;
	color: #B60124;
}

.entry_form fieldset
{
	border:0px;

}

.entry_form label
{
	font-size: 12px;
	color: #000000;
	float:left;
	text-align:left;
}

.entry_form select
{
	border: none;
	border: 1px solid #c0c0c0;
	background: #EFF4F8;
	border-radius:0px;
}

.entry_form input
{
	border: none;
	border: 1px solid #c0c0c0;
	width:100%;
	background: #EFF4F8;
	border-radius:0px;
}

.entry_form textarea
{
	border: none;
	border: 1px solid #c0c0c0;
	width:100%;
	background: #EFF4F8;
	border-radius:0px;
}

.entry_form .error
{
	padding-left: 20px;
	color: #EB6D59;
	font-weight: bold;
	background: url('../images/exclamation.png') no-repeat;
	background-position: left;
}

.customFieldDescription
{
	font-size: 12px;
	text-align:left;
	color:#c0c0c0;


}

.customFieldDescription_small
{
	font-size: 12px;
	text-align:left;
	color:#c0c0c0;
	float:left;

}
