#search-module {
	background: url(/images/new_css/search_module_no_refl.jpg) left top no-repeat;
	float: left;
	width: 412px;
	height: 202px;
	padding: 0;
}
#search-module h1 {
	font: italic bold 110% "verdana";
	color: #fff;
	margin: 0;
	padding: 4px 0 0 12px;
}
#search-module-text {
	padding: 0;
	padding-left: 15px;
}
#search-module h3 {
	font: normal 125% "verdana";
	text-align: left;
	padding-top: 5px;
}
#search-module p {
	font: italic 86% "verdana";
	padding: 10px 20px 0 0;
	color: #6C6C6C;
	text-align: right;
	line-height: 1.2em;
	margine: 0;
}
#search-module-inputs {
	font: 86% "verdana";
	padding: 0;
	margin: 0;
	width: 340px;
	height: 130px;
	padding: 10px 0 0 50px;
}
#search-button {
	width: 82px;
	height: 23px;
	background: url(/images/new_css/button_bg.gif) left top no-repeat;
	border: none;
	color: #333;
}
#search-button:hover {
	color: #666;
	padding-top: 2px;
	cursor: hand;
}
div.input-search-row {
	width: 335px;
	margin: 3px 0 3px 0;
}

div.input-search-row div.input {
	float: right;
	width: 265px;
}

div.input-search-row div.left {
	float: left;
	width: 180px;
	padding: 5px 0 0 70px;
	text-align: left;
}
div.input-search-row div.right {
	text-align: center;
	float: right;
	width: 85px;
}
.long{
	width: 265px;
}

div.text-container-row {
	float: right;
	width: 270px;
	margin: 3px 3px 0 0;
}

/*
div.text-container-row div.title {
	float: right;
	width: 150px;
	text-align: right;
	padding: 0 10px 0 0;
}
.input-text-container {
	float: right;
	width: 80px;
	height: 23px;
	background: url(/images/new_css/registration_input_short.gif) left top no-repeat;
	border: none;
	overflow: hidden;
	padding: 2px 1px 1px 2px;
}
.input-text-container .text {
	width: 76px;
	height: 20px;
	border: none;
	background: #FFF;
}
*/
.input-text-container {
	float: right;
	width: 264px;
	height: 23px;
	background: url(/images/new_css/text_field_search_bg.gif) left top no-repeat;
	border: none;
	padding: 2px 1px 1px 2px;
	overflow: hidden;
}
.input-text-container .text {
	width: 260px;
	height: 20px;
	border: none;
	background: #FFF;
}
