
form.formular {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	padding: 20px;

	width: 300px;
	margin: 0 auto;
}


.formular legend {
	font-size: 12px;
	color: #15428B;
	font-weight: 900;
}

.formular fieldset label {
	float: none;
	text-align: inherit;
	display:block;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input,.formular select,.formular textarea {
	display: block;  /* this breaks relative positioning */
	margin-bottom: 5px;
}

.formular .text-input {
	width: 250px;
	color: #000;
	padding: 4px;
	border: 1px solid #D42400;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF repeat-x;
}

.formular textarea {
	width: 250px;
	height: 70px;
	color: #000;
	padding: 4px;
	border: 1px solid #D42400;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF repeat-x;
}

.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

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

.formular .submit {
	background: #D42400 repeat-x;
	border: none;
	padding: 4px;
	margin: 20px 0 0 0;
	float: left;
	height:34px;
	border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;
	text-decoration: none;
	cursor: pointer;
	width:82px;
}
.formular .submit1 {
	background: #D42400 repeat-x;
	border: none;
	padding: 4px;
	margin: 20px 39px 0 0px;
	height:34px;
	float: right;
	border-radius: 10px;-moz-border-radius: 10px;-webkit-border-radius: 10px;
	text-decoration: none;
	cursor: pointer;
	width:82px;
}
.formular .submit:hover {
	background: #fff repeat-x;

}
.formular .submit1:hover{
	background: #fff repeat-x;
}

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