form, fieldset, legend, label, input, select, button, form br { line-height: 18px; }


form fieldset
{
	background-color: none;
	position: relative;
	display: block;
	margin: 0 0 .5em 0;
	padding: 0 !important;
	border-color: #ccc;
}

form div.form-field
{
	background-color: none;
	position: relative;
	display: block;
	margin: 0 0 .2em 0;
	padding: 0 !important;
	border-color: #FFF;
}

form .right {
	text-align:right !important;
}


form .top {
	vertical-align:top !important;
}

form fieldset legend
{
	background-color: #EDEDED;
	color: #000;
	float: left;
	clear: both;
	width: 94%;
	font-weight: bold;
	font-size: 1.5em;
	margin: 0 0 1em 0;
	padding: .3em 0 .5em .3em;
}

form fieldset legend:after
{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

form { display: block; }
form fieldset legend img { padding: 0px; }


form fieldset legend+label
{
	margin-top: -.05em !important;
}

label
{
	border-bottom: 1px solid #CCC;
	min-height: 1.4em;
	height: auto !important;
	display: block;
	text-align: left;
	padding-top: .45em !important;
	margin-bottom: 0px !important;
	font-weight: bolder;
	color: #333;
	cursor: pointer;
	padding-left: 1% !important;
}

.service-label {
	font-size:0.9em !important;
}


fieldset.listerator-form-buttons
{
	margin-top: .315em;
}

input, select, textarea, select option
{
	min-height: 1.3em;
	height: auto !important;
	text-align: top;
	background: none;
	display: block;
	width: 99%;
	margin-top: -2px;
	padding-left: 1% !important;
	
}


textarea
{
	height: auto;
	padding-top: .25em !important;
	border: 1px solid #ccc;
}

select 
{
	height: 17px;
	line-height: 8px;
	cursor: pointer;
	padding-right: 1%;
	width: 100%;
}

input:focus,
select:focus,
input:focus:hover,
textarea:focus,
textarea:focus:hover
{
	border: 1px solid #ECA917 !important;
	color: #363636;
	outline: none !important;
	background-color: #FFF4C6 !important;
	
}

select.multiple option {
	line-height: 1.2em;
	padding: .35em .5em;
}


.radios input, .checkboxen input   {
	line-height: 18px;
	text-align: left;
	height: 18px;
	float: left !important;
	display: block;
	clear: none !important;
	margin: 0px 0px 0px 6px  !important;
	padding: auto !important;
	border: #316ac5 1px solid;
	width: 18px;
}

.checkboxen label, .checkboxen label:hover {
	line-height: 18px;
	text-align: left;
	height: auto;
	float: left !important;
	display: block;
	clear: right !important;
	margin: -18px 0px 0px 30px !important;
	border: 1px solid #fff;
	width: 90%;
	padding: 0 6px;
	background-color: none;
	overflow: hidden;
}

.checkboxen label:hover {
	color: #00557D;
	background-image: none;
	border: #316ac5 1px solid;
	background-color: #dff1ff;
	overflow: visible;
}

.checkboxen label+input {
	margin-top: -0px !important;
}

.checkbox_table, .checkbox_table td {
	border:none !important;
	margin:0 !important;
	padding:0 !important;	
	padding-right:10px;
	
}

.check {
	width:12px; 
	height:12px;
}

