/* $Id: form.css 55 2008-10-07 13:11:08Z root $ */

.search_form {
	text-align: right;
	float: right;
	width: 250px;
	margin-top: 40px;
}

.search_form form fieldset {
	display: inline;
}
.search_form form ol li {
	padding: 0;
}
.search_form form ol li input.text {
	width: 138px; /*144*/
	border: 1px solid #cacfd6;
	color: #a8a8a8;
	padding: 3px 2px;
	margin-top: 1px;
}
.search_form form fieldset.submits {
	padding: 0;
}
.search_form form fieldset.submits input.submit {
	background: url('/media/dsg/back_arrow.gif') no-repeat center right;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
	color: #1963c2;
	line-height: 1em;
	text-align: right;
	padding-right: 15px;
	width: auto;
}