form.formular {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	margin-right: auto;
	margin-left: auto;
}

.formular fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #B5B8C8;
	
}

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

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

.formular label span {
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.formular .text-input {
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background-color: #FFC;	
}

.formular .text-input2 {
	width: 450px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background-color: #FFC;
	height: 500px;
}



.formular .select {
	width: 250px;
	color: #555;
	padding: 1px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background-color: #FFC;
}
.formular textarea {
	width: 250px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background-color: #FFC;	
}


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

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

.formular .submit {
	background-image: url(../media_v2/register_bt.gif);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	height: 25px;
	width: 71px;
	color: #FFF;
}

.formular .submitLog {
	background-image: url(../media_v2/register_bt.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 71px;
	color: #FFF;
}
.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;
}

