form.formular {
color:#fff;
}

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

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

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

.formular label span {
	color: #FBEC70;
}

.formular input, .formular select, .formular textarea {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #777777;
    color: #999999;
    display: block;
    width: 280px;
}


.formular .text-input {
	width: 280px;
	color: #000;
	font-size: 14px;
	margin-top: 4px;
	background: #fff;
	font-family:Arial;
}

.formular textarea {
	width: 280px;
	height: 70px;
	color: #000;
	background: #fff;
	font-family:Arial;
	font-size:11px;
}

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

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

.formular .submit {
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #777777;
    color: #FBEC70;
    cursor: pointer;
    float: right;
    margin-bottom: 10px;
    margin-top: 14px;
    text-decoration: none;
    width: 45px;
    font-size: 10px;
}

.formular hr {
	clear: both;
	visibility: hidden;
}

.formular .fc-error {
	width: 350px;
	color: #fff;
	padding: 4px;
	border: 1px solid #B5B8C8;
	font-size: 12px;
	margin-bottom: 15px;
	background: #000;
}

.inputwrapper {
width:280px;
}

.firstcolumn {
width:140px;
float: left;
}

.secondcolumn {
width:140px;
float: left;
}