.form {
	padding: 350px 50px 0px;
	height: 100px;
}

#textfield {
	width: 400px;
	float: left;
}
.clear {
	clear:both
}
.block {
	width:600px;
	margin:0 auto;
	text-align:left;
}
.element * {
	padding:5px; 
	margin:2px; 
	font-size:12px;
}

.element input.text {
	float: left;
	width: 370px;
	padding-left: 20px;
	height: 45px;
	font-family: univers;
	font-size: 24px;
	background-color: #E08953;
	border: 0;
	margin: 8px 0px;
	color: #fff;
}

::-webkit-input-placeholder {
    color:    #FEE8D6;
}
:-moz-placeholder {
    color:    #FEE8D6;
}
:-ms-input-placeholder {
        color:    #FEE8D6;
}

input::-webkit-input-placeholder {
    color:    #FEE8D6;
}
input:-moz-placeholder {
    color:    #FEE8D6;
}
input:-ms-input-placeholder {
    color:    #FEE8D6
}

.svrole_select{
	float: left;
	clear: none;
	height: 100px;
	width: 300px;
	padding: 0px 20px;
	margin-top: 8px;
}

.element .textarea {
	height:120px; 
	width:372px;
	padding-left:20px;
}
.element .hightlight {
	border:2px solid #9F1319;
	background:url('img/iconCaution.gif') no-repeat 2px #FFF;
}
.element #submit {
	float: right;
	margin-right: 84px;
	height: 28px;
	width: 200px;
	background-color: #2efe38;
	border: 0px;
	text-transform: uppercase;
	letter-spacing: 5px;
}
.loading {
	background:url('img/ajax-loader.gif') no-repeat; 
	height:28px; 
	width:28px; 
	display: none;
}
.done {
	font-size: 24px;
	width: 100%;
	margin: 35px auto;
	display: none;
	font-family: univers;
	float: left;
	text-align: center;
}

/* RADIO */

.svradio {
    display: none;
    -webkit-appearance: none;
    width: 150px;
}

.radiobox {
	height:20px;
	width:300px;
}
 
.svradio + label {
    -webkit-appearance: none;
    background-color: #E08953;
    padding: 12px;
    display: inline-block;
    position: relative;
    margin-right: 10px;
}

.svradio:checked + label:after {
    content: ' ';
    width: 17px;
    height: 17px;
    position: absolute;
    top: 3px;
    background: #E08953;
    left: 3px;
    font-size: 32px;
    background-image:url('img/check.png');
}
 
.svradio:checked + label {
    background-color: #E08953;
    color: #99a1a7;
}

.svradio + label:active, .svradio:checked + label:active {

}

.submit_btn{
	margin: 40px 0px 0px -50px;
	overflow: hidden;
}

.svradio_box {
	width: 450px;
	margin: 14px 0px;
	float: left;
}

.svradio_box li{
	width: 100px;
	list-style: none;
	float: left;
}

.youare {
	margin-left: 38px;
}