.entry_form
{
	margin: 0px;
	padding: 0px;
	width:900px;
}

.entry_form table
{
	font-family: Verdana;
	font-size: 12px;
}

.entry_form legend
{
	font-family: Verdana;
	font-size: 13px;
	color: #00a0dd;
	font-weight: bold;
}

.entry_form fieldset
{
	Border:none;
}

.entry_form label
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #6a6868;
}

.entry_form select
{

	font-family: Verdana;
	font-size: 12px;
	margin-left:10px;
}

.entry_form input
{

	font-family: Verdana;
	font-size: 12px;
		margin-left:10px;
}

.entry_form textarea
{

	margin-left:10px;
	font-family: Verdana;
	font-size: 12px;

	height:20px;
}

.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;

}
