div.search-form {
	padding-left: 16px;
	padding-top: 13px;
}
div.search-form div.back, div.search-form div.left, div.search-form div.right {
	height: 34px; 
	width: 140px;
	background-repeat: no-repeat; 
}
div.search-form div.back {
	background-repeat: repeat-x; 
}
div.search-form div.back, div.search-form div.left {
	background-position: top left;
}
div.search-form div.right {
	background-position: top right;
}
div.search-form div.main {
	padding-top: 8px;
	padding-left: 11px;
	width: 140px;
}
div.search-form div.main input {
	border-width: 0px;
	width: 115px;
	color: #ED3030;
}

div.search-form input.submit {
	background-color: #ffffff;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 19px;
	height: 19px;
	border-width: 0px;
	cursor: hand;
}

