.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: #15b257;
	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;
}

input[name=saveEntryFormFields], input[name=CancelEntryForm], input[name=EntryFormConfirmation], input[name=updateEntryFormFields] {
	border-color: #15b257 !important;
	background-color: #15b257 !important;
	color: #fff;
	font-weight: 500;
	border-width: 0.15rem;
	font-size: 0.75rem;
	border-radius: 0.3rem;
	padding: 0.375rem 0.75rem;
	transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
	cursor: pointer;
}

input[name=saveEntryFormFields]:hover, input[name=CancelEntryForm]:hover, input[name=EntryFormConfirmation]:hover, input[name=updateEntryFormFields]:hover {
	color: #fff;
	background-color: #868e96 !important;
	border-color: #868e96 !important;
}