
#formular {
	
	font-size: 15px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #808080;
	letter-spacing: 1px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 10px;
}
.form_extras {
	position: absolute;
	width: 200px;
	height: 113px;
	z-index: 320;
	left: 50%;
	margin-left: 60px;
	padding: 10px;
	margin-top: 25px;
	border: solid #fff2e4 1px;
}

#formular input {
	height: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 300px;
	border: solid #cccccc 1px;
	margin-right: 10px;
	padding-left: 10px;
	background-color: #c0c0c0;
	border-radius: 3px;
}


#formular input:focus {
	height: 25px;
	margin-bottom: 5px;
	margin-top: 5px;
	width: 300px;
	border: 1px solid #808080;
	padding-left: 10px;
	background-color: #F1F0F2;
}



#formular textarea {
	width: 300px;
	border: solid #808080 1px;
	height: 152px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
  background-color: #c0c0c0;
	margin-top: 1px;
	margin-bottom: -2px;
	font-family: DroidSans;
	font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #000000;
	letter-spacing: 1px;
}

#formular textarea:focus {
	width: 300px;
	height: 152px;
	padding-left: 10px;
	font-size: 13px;
	line-height: 25px;
	letter-spacing: 1px;
	text-align: left;
	background-color: #ffffff;
	margin-top: 1px;
	margin-bottom: -2px;
		font-size: 14px;
	line-height: 25px;
	letter-spacing: 1px;
	color: #000000;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-width: 1px;
	border-right-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-color: #808080;
}



.bew_submit_1 {
	background-color: #808080;
	cursor: pointer;
	margin-bottom: 0px;
	margin-top: 15px;
	margin-right: 20px;
	border-radius: 3px;
	
	border-width: 1px;
	border-style: solid;
	color: #000000;
}

.bew_submit_1:hover {
	color: #CC0033;
}


