html, body{
	background-color:#fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	line-height: 1.4em;
	color:#343434;
	margin:0;
	padding:0;
}
body{	
	padding:10px;	
}
*{
	margin:0;
	padding:0;
}
h1{
	color:#8a294c;
	font-weight:normal;
	font-size:18px;
	text-transform:uppercase;
	margin:0px 0px 10px 0px;
	padding-bottom:5px;
	border-bottom:solid 1px #e6bebc;
}
h2, h3{
	color:#56162d;
	font-weight:normal;
	font-size:14px;
	text-transform:uppercase;
	margin:0px 0px 5px 0px;
}
h3{
	font-size:12px;
	margin:3px 0px 3px 0px;
}
fieldset{	
	border:0;
}
p{
	margin-bottom:5px;
}
.inputok label{
	float:left;
	padding:4px;
	background:#e6bebc;
	text-transform:uppercase;
	font-size:10px;
	width:110px;
	margin-bottom:3px;
	min-height:16px;
}
.inputok input.text, .inputok input.text_kicsi, .inputok textarea{
	float:left;
	width:402px;
	border:solid 1px #e6bebc;
	padding:3px;
	margin-bottom:3px;
}
input.text_kicsi{
	width:100px !important;
}
.inputok textarea{
	height:50px;
}
.inputok .radio_text {
	float:none !important;
}
.inputok .radio_label{	
	float:none !important;
	background:none !important
}
.captcha_reload{
	float:left;
	width:100px;
	color:#8a294c;
	text-decoration:none;
}
a.captcha_reload:hover{
	color:#e6bebc;
	text-decoration:underline;
}
.error{
	font-weight:bold;
	color:#d10000;
	margin-bottom:3px;
	font-size:14px;
	font-style:italic;
}