form.formular {
	font-family: tahoma, verdana, "sans-serif";
	font-size: 12px;
	padding: 10px;
	width:400px;
	margin-left:auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
}

.formular fieldset {
	margin-top: 10px;
	padding : 10px;
	border: 1px solid #B5B8C8;
	
}

.formular legend {
	font-size: 12px;
	color: #2376B5;
	font-weight: 900;
	display:block;
}

.formular font.small {
	font-size: 12px;
	color: #2376B5;
	cursor: pointer;
	font-weight: bold;
}

.formular fieldset label {
	text-align: inherit;
	width: auto;
}

.formular label span {
	color: #000;
}

.formular input, .formular select, .formular textarea {
	display : block;
	margin-bottom: 5px;
}

.formular input[type="text"], .formular input[type="password"]{
	width: 250px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFFFFF url(styleimgs/text-bg.gif) repeat-x;
	
}
.formular label textarea {
	width: 250px;
	height:70px;
	color: #555;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 14px;
	margin-top: 4px;
	background: #FFFFFF url(styleimgs/text-bg.gif) repeat-x;
	
}
.formular label input:focus, .formular label textarea:focus {
	border: 1px solid #0095bf;
}
.formular .infos {
	background: #FFF;
	color: #333;
	font-size: 12px;
	padding: 10px;
	margin-bottom: 10px;
}

.formular label span.checkbox, .formular label .checkbox {
	display: inline;
	width: 15px;
}

.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;
}
.formular .terms {
	color: #2376B5;
	font-weight: bold;
	padding: 0px;
	text-decoration: underline;
	cursor: pointer;
}

/*BANNER*/
.helpbanner {
	background-image: url(styleimgs/helpbanner.gif);
	height: 76px;
	width: 531px;
	padding-top: 30px;
	background-repeat: no-repeat;
	padding-right: 15px;
	padding-left: 90px;
	padding-bottom: 15px;
	position: relative;
}
.helpbanner .helphone {
	width: 355px;
	float: left;
}
.helpbanner .helphone h3 {
	margin: 0;
	font-weight: normal;
	font-size: 1em;
	color: #555;
	text-align: justify;
}
.helpbanner .helphone h3 strong {
	font-weight:bold;
	font-size: 1.2em;
	color: #B00;	
}
.helpbanner .helpchat {
	float: right;
	width: 155px;
}
.helpchat a,.helphone a{
	text-decoration: none;
}
