﻿#center {
	background: url(../img/center_background.gif) repeat-y;
}

#center .wrapper {
	background: url(../img/center_top_search.gif) no-repeat;
	padding-top: 37px;
}

#center .wrapper2 {
	background: url(../img/center_bottom.gif) no-repeat 0 bottom;
	padding-bottom: 11px;
}

#center form#searchform {
	margin: 50px 12px;
}

#center form#searchform label {
	font: bold 11px/16px tahoma, arial, sans-serif;
	color: #000000;
	margin: 0 0 1em 0;
	display: block;
}
#center form#searchform input#searchstr {
	color: #808080;
	font: 10px arial;
	width: 190px;
	padding: 2px;
	margin-right:18px;
	vertical-align: top;
}
