.entry_form
{
	margin: 0px;
	padding: 0px;
}

.entry_form table{
	width: 100%;
}
.entry_form table tr
{
		margin-bottom: 5px;
}
.entry_form table td
{
		vertical-align: top;
}


.entry_form legend
{
	font-size: 13px;
	color: #0065b3;
	font-weight: bold;
}

.entry_form fieldset
{
	border: 1px solid #c0c0c0;
	margin-bottom:10px;
}

.entry_form label
{
	font-size: 12px;
	color: #6a6868;
	vertical-align: top;
	margin-right: 10px;
	width:100%;
}

.entry_form select
{
	border: none;
	border-bottom: 1px solid #333333;
	font-size: 12px;
	background: #FCFCFC;
		height:35px;
	width: 100%;
	margin-bottom: 10px;
}

.entry_form input
{
	border: none;
	border-bottom: 1px solid #333333;
	font-size: 12px;
	background: #FCFCFC;
	height:35px;
	width: 100%;
}

.entry_form textarea
{
	border: none;
	border-bottom: 1px solid #333333;
	font-size: 12px;
	background: #FCFCFC;
		width: 100%;
		margin-bottom: 15px;
}

.entry_form .error
{
	padding-left: 20px;
	font-size: 12px;
	color: #EB6D59;
	font-weight: bold;
	background: url('../images/exclamation.png') no-repeat;
	background-position: left;
}

.customFieldDescription_small
{
	font-size: 9px;
	width:90%;
float:left;


}
