

form.formular {
	font-family: verdana, "sans-serif";
	font-size: 12px;
	height:100%;
min-height:100px;
	width:800px;
margin:10px auto;
	background-color:#ffffff;
	overflow: hidden;
}

.formular fieldset {
	margin-top: 2px;
	padding : 15px;
	border: 1px solid #B5B8C8;

	
}


.formular clear {
#clear:both;
}

.formular lefte {

float:left;


}

.formular righte {
float:right;



}

.formular legend {
	font-size: 12px;
	color: #00adf1;
	font-weight: 900;
	padding: 5px;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	width: auto;
}

.title {
	float: none;
	text-align: inherit;
	width: auto;
}

.required{
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	width: 220px;
	color: #3B3B3B;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-top: 4px;
	margin-right: 20px;
	background: #ffffff url('/img/form/text-bg.gif') repeat-x;
	
}
.formular .textarea {
	width: 748px;
	height:80px;
	color: #3B3B3B;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-top: 4px;
	background: #ffffff url('/img/form/text-bg.gif') repeat-x;
	
}
.formular .select {
width:230px;
	color: #3B3B3B;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-top: 4px;
	height:25px;
	background: #ffffff;
}

.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	background: #404040;
	font:normal 10px Arial;
	color: #cbcbcb; 
		font-size: 12px;
	border-width: 1px;
	border-style: solid;
	border-color: #353535;
	text-decoration: none;
	font-weight:bold;
	cursor: pointer;
	margin-top: 10px;
	float: right;
	text-decoration: none;
	cursor:pointer;
	width: 80px;
	padding: 5px 0 5px 0;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #FFEAEA;
}