/* main design piec
es */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-color: #0C0C0C;
}
.style1 {
	color: #666666;
	font-family: Verdana;
	font-size: 12px;
	vertical-align:middle;
	padding:1px 0 5px 0;
	margin: 0 0 2px;
	padding-left: 80px;
}
.searchdiv {
	background-image: url(../images/bg_keres.png);
	background-repeat: repeat-x;
	background-color: transparent;

	line-height: 42px;
	margin: 0px;
	padding: 0 0 0 0;
	vertical-align: middle;
	display: block;
	position: absolute;
	bottom: 0px;
	width: 100%;
}
.inputbox {
	background:url('../images/input.png') no-repeat center;
	width: 190px;
	border: 0;
	color:#999;
	font-family : verdana;
	font-size : 11px;
	padding: 5px 5px 2px 5px;
	margin: 0 0 2px;
	height: 19px;
	line-height: 19px;
	vertical-align:middle;
	}
.submitbutton {
	text-indent: -9000px;
	width: 50px;
	margin: 0 0 2px;
	border: 0;
	background:url('../images/gomb_keres.png') no-repeat left;
	height: 19px;
	vertical-align:middle;
	padding:0px;
}
