<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{
font-size: 12px !important;
    color: #EB6D59;
    font-weight: bold;
    background: url(../images/exclamation.png) no-repeat;
    background-position: left;
    position: relative;
    top: -13px;
    width: 100%;
    display: block;
}
.entry_form .error:before {
    content: "";
    width: 100%;
    height: 2px;
    background: #eb6d59;
    position: absolute;
    top: -3px;
}
.ef-buttonlist &gt; input.ef-primary-button {
    float: right;
    margin-right: 0;
    background: #eb3423;
    color: #FFF;
    font-weight: 700;
    padding: 15px 0;
    height: 50px;
}
.customFieldDescription_small
{
	font-size: 9px;
	width:90%;
float:left;

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