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

.inputs label {font-family: "CenturyBold"; float:left; width:290px; font-size:14px; color:#000; font-size: 11px; text-transform:uppercase; margin-top:10px; margin-bottom:5px;}
.required {padding: 5px 10px 5px 10px; width: 299px; background-color:#09F; background: transparent; background-image: url(input.jpg); height: 28px; border:solid 5px color:#000; font-family: "CenturyBold"; line-height:24px; font-size:11px;  float:left; border: 1px solid #af8c37;}
.required:focus, .required:hover  {}


#submit {
		padding: 0px; background-image: url(submit.jpg); background-position:top; height: 39px; width: 254px; font-size: 18px; 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:#000; text-transform:uppercase; line-height:21px; text-shadow: 1px 1px 1px #634b11; float:left; background-repeat: no-repeat; background-position: left top; font-family: 'Century'; margin-top:22px;
	}
#submit:hover {
			cursor:pointer; background-position:bottom; color:#fff;
		}

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


div.inputs textarea#message {
	 font-family: 'Century'; height: 87px; border: 1px solid #af8c37; background-image: background-image: url(input.jpg); background-position:bottom; background-repeat:repeat-x; width: 631px; color:#000; font-size:13px; padding-top:10px; background-color:#dfdfde;}

 div#response {	
	color: #00000;
	-moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px;
	width: 310px;	
	margin-top:-120px;
	height: auto;
	padding: 10px 10px 10px 70px;
	min-height: 45px;
	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;	
}
