@charset "UTF-8";
/* CSS Document */


fieldset {padding:10px; margin-bottom:10px; width:520px;}

legend {background-color:#0D90DE; color:#fff; font:17px/21px Helvetica, Arial, sans-serif; padding:0 10px; margin:-26px 0 0 -11px; font-weight:bold; border:1px solid #fff;}


#contact-form{width:520px;/*background: url(../images/interface/form_middle.gif) repeat-y 0 0;*/}
#contact-form-top{ width:520px;/*background: url(../images/interface/form_top.gif) no-repeat 0 0;height:4px;display:block;*/}
#contact-form-bottom{ width:520px;/*background: url(../images/interface/form_bottom.gif) no-repeat 0 0;height:4px;display:block;*/}

dl{margin:0 0 5px 0;}

form.formular {font-size: 12px;padding: 0 20px;width:480px;}
/*
.formular fieldset {
	margin-top: 20px;
	padding : 15px;
	border: 1px solid #B5B8C8;
	
}*/


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


.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular .text-input {
	width: 400px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url(../images/forms/textarea-r-off.png) repeat;
	
}
.formular textarea {
	width: 250px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFF url(../images/forms/textarea-r-off.png) repeat;
	
}
.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(../images/interface/submit.png) top left no-repeat;
	border: 1px solid #AAA;
	border:none;
	padding: 4px;
	margin-top: 10px;
	text-indent:-10000px;
	text-decoration: none;
	cursor:pointer;
	width:75px;
	height:15px;
}
.formular .submit:hover  {
	background-position:left bottom;
	
}*/

.formular .submit {border: 1px solid #AAA; border:none;background:#28394E url(../images/interface/submit.png) no-repeat;display:block;width:95px;height:24px;float:left;margin:15px 0 0 250px;cursor:pointer;font-size:1px;}
.formular .submit:hover { background-position:0 -24px; }


.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: #0D90DE;
}

#sub a {
	float:left;
	height:24px;
	text-indent:-10000px;
	position:relative;
	cursor:pointer;
	width:100px;
}
/*#sub a.submitClass {background:#28394E url(../images/interface/submit.png) no-repeat;display:block;width:95px;height:24px;float:left;margin:15px 0 0 250px;cursor:pointer;font-size:1px;}
#sub a:hover {background-position:0 -24px; }
#sub a.open {background-position:0 -24px !important;}*/