
form.formular {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	/*border: 1px solid #A5A8B8;*/

	/*width:450px;*/
	
}

.formular fieldset {
	margin-top: 20px;
	padding : 15px;
	/*border: 1px solid #B5B8C8;*/
	border: 1px solid #fa7b20;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;	
}

.formular legend {
	font-size: 15px;
	color: white;
	font-weight: normal;
	margin: 0px;
	*margin-bottom:15px;
	/*border: 1px solid #23c1fe;*/

	padding: 0px 10px;
	background: #fa7b20 url(../../../../images/bg_legend.jpg);
	font-family: Arial, Helvetica, sans-serif;
	line-height:22px;
}

.formular fieldset label {
	display:block;
	float: none;
	text-align: inherit;
	width: auto;
	min-height:26px;
	line-height:24px;
	font-weight: normal;
	/*border-bottom: 1px dotted fuchsia;*/
	margin-bottom:10px;
}

.formular fieldset p.message {
	color:green;
}
.formular fieldset p.alert {
	color:red;
}
.formular fieldset label .right {
	display:inline;
	text-align: inherit;
	width: auto;
	min-height:26px;
	line-height:24px;
	font-weight: normal;
	/*border-bottom: 1px dotted fuchsia;*/
	margin-bottom:4px;
}
.formular label span {
	display:block;
	float:left;
	width:120px;
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin: 0px;
}

.formular input.checkbox {
	display : inline;
	float:left;
	margin: 5px;
	padding:0;
	overflow:hidden;
	vertical-align: middle;
	width:13px;height:13px;

}

.formular .text-input, .formular .text-input {
	/*background: #FFF url(../../../../images/mandatory.gif) no-repeat right bottom;*/
}

.formular .text-input, .formular .text-input-required {
	width: 250px;
	color: #555;
	padding: 2px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	/*margin-top: 8px;*/

}
.formular .text-input-required {
	background: #FFF url(../../../../images/mandatory.gif) no-repeat right bottom;
	
}



.formular textarea {
	width: 250px;
	height:125px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
}
.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular span.checkbox, .formular .checkbox {
	display: inline;
}

.formular .submit {
	background: url('/img/form/button-bg.png') repeat-x;
	border: 1px solid #AAA;
	padding: 4px;
	margin-top: 20px;
	float: right;
	text-decoration: none;
	cursor:pointer;
}

.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;
}
