/* FORMOK */

input.ok-btn {
	width:74px;
	height:22px;
	border: none;
	background: transparent url(../../images/ok-btn.gif) no-repeat center;
	overflow: hidden;
	text-indent: -999px;
	font-size: 0px;
	display:inline;
	line-height: 0px;
	cursor:pointer;
	margin-top:10px;
}
form {
	margin:0px;
	padding:0px;
}
ul#ajanlatkero-form {
	list-style:none;
	margin-bottom:10px;
	width:670px;
}
ul#ajanlatkero-form li.cimke {
	display:block;
	float:left;
	width:115px;
	margin-right:1px;
	margin-bottom:1px;
	text-align:right;
	padding:8px 5px 0px 0px;
	color:#FF3333;
	font-weight:bold;
	background-color:#FFFFFF;
}
ul#ajanlatkero-form li.mezo {
	display:block;
	float:left;
	width:440px;
	padding:5px;
	background-color:#FFF;
	margin-bottom:1px;
}
ul#ajanlatkero-form textarea {
	width:300px;
	height:80px;
}
/* FORMOK */
button.belep {
	/* size to your image file */
width:80px;
	height:24px;
	/* get rid of default 'look' */
border:none;
	/* our graphic and bg color */
background:#06C url(/images/formok/button-trans.png) top left no-repeat;
}
button.belep:hover {
	background:#C00 url(/images/formok/button-trans.png) top left no-repeat;
	/* need to fix the cursor  */
cursor:pointer;
}
button.elkuld {
	/* size to your image file */
width:80px;
	height:24px;
	/* get rid of default 'look' */
border:none;
	/* our graphic and bg color */
background:#06C url(/images/formok/buttonelkuld-trans.png) top left no-repeat;
}
button.elkuld:hover {
	background:#C00 url(/images/formok/buttonelkuld-trans.png) top left no-repeat;
	/* need to fix the cursor  */
cursor:pointer;
}
.elkuldg {
	width:80px;
	float: left;
	background:#FFF url(../../images/elkuld-trans.jpg);
	border:none;
	font: bold 100% "century gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:24px;
	cursor:pointer;
}
.elkuldg:hover {
	width:80px;
	float: left;
	background:#FFF url(../../images/elkuld-trans-hover.jpg);
	border:none;
	font: bold 100% "century gothic", Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	height:24px;
}
