@charset "utf-8";
body, html {
	font-family: font-family:Bookman Old Style;
	margin: 0;
	padding: 0;
}
div#wrapper_forma {
	height: auto;
	width: 473px;
	float:left;
	margin-bottom: 20px;
	float:left;
	
}

.inputs label {float:left; width:200px; font-size:14px; color:#000; font-family: Tahoma, Geneva, sans-serif; font-size: 11px; text-transform:uppercase; margin-top:10px; margin-bottom:5px;}
.required {padding: 5px 10px 5px 10px; width: 199px; background-color:#09F; background: transparent; background-image: url(input.jpg); height: 27px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; color:#fff; font-family:Tahoma, Geneva, sans-serif; line-height:24px; font-size:11px;  text-shadow:1px 1px 0px #03324e; float:left;}
.required:focus, .required:hover  {}

#option {height: 37px; width: 219px; padding-top: 9px; padding-right: 10px; padding-bottom: 5px; padding-left: 10px; background-color: #006099; background-image:none; border:1px solid #006099; line-height:25px; font-family: Tahoma, Geneva, sans-serif; font-size: 11px;  text-shadow:1px 1px 0px #03324e;  color:#FFF;}

#submit { padding: 0px; background-image: url(send.gif); height: 21px; width: 60px; font-size: 10px; text-align:center; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; color:#fff; text-transform:uppercase; line-height:21px; text-shadow: 1px 1px 1px #9c4e0f; float:right; margin-right: 15px; margin-top:10px;}
#submit:hover {cursor:pointer; border:none; color:#000;}

.kolona {float:left; width:236px;}


div.inputs textarea#message {
	 height: 42px; background-image: url(textarea.gif); width: 437px; color:#fff; font-family:Tahoma, Geneva, sans-serif; font-size:11px; padding-top:10px;text-shadow:1px 1px 0px #03324e;
}

 div#response {	
	color: #00000;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	width: 310px;	
	margin-top:-100px;
	height: auto;
	padding: 10px 10px 10px 70px;
	min-height: 45px;
	font-family:Microsoft Sans Serif;
	position:absolute;
}
div#response p {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
.error {	
	background: #FF9F9F url(error.png) no-repeat 5px 10px;						
}
.success {
	background: #B8F5B1 url(icon_ok.png) no-repeat 5px 10px;
}
.processing {
	background: #DED5AB url(ajax-loader.gif) no-repeat 5px 10px;	
}
