body {
	background: #ffffff url(/images/bg/bg.png) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #252525;
}

#divMain, #divThankYou {
	width: 350px;
	margin: 80px auto;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #7ebf19;
	font-size: 24px;
	font-weight: normal;	
}

input.searchbut {
	background: url(/images/bg/bg-searchbut.png) no-repeat 0 0;
	color: #ffffff;
	font-size: 14px;
	width: 109px;
	height: 24px;
	border: none;
	margin: 0 0 0 35px;
	cursor: pointer;
}



input.searchbut:hover, input.searchbut:focus {background: url(/images/bg/bg-searchbut.png) no-repeat 0 -24px;}

input.searchbut:active {background: url(/images/bg/bg-searchbut.png) no-repeat 0 -48px;}

