<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
}

.customGroupLeft{ display: none; }
.customGroupRight{ display: none; }
.entry_form legend
{
	font-size: 18px;
	color: #F78F20;
	font-weight: 400;
	padding-bottom: 10px;
	border:0px;
}

.entry_form fieldset
{
	border: 0px solid #c0c0c0;
	margin-bottom:10px;
}

.entry_form label
{
	
	color: #6a6868;
	vertical-align: top;
	margin-right: 10px;
	width:100%;
	font-weight: 400;
	text-align: left;
	padding-top: 5px;
}

.entry_form select
{
	border: none;
	border-bottom: 1px solid #c0c0c0;
	font-size: 12px;
	background: #F0F0F0;
		height:35px;
	width: 100%;
	margin-bottom:15px;
}

.entry_form input
{
	border: none;
	border-bottom: 1px solid #c0c0c0;
	font-size: 12px;
	background: #F0F0F0;
	height:35px;
	width: 100%;
	margin-bottom: 15px;
}

.entry_form textarea
{
	border: none;
	border-bottom: 1px solid #c0c0c0;
	font-size: 12px;
	background: #F0F0F0;
		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;

	
}</pre></body></html>