/*ORDER EQUIPMENT FORMS
-------------------------------------------------------------------------*/
/*.formleft	{
	width: 441px;
	float: left;
	margin-right: 9px;
}
.formright	{
	float: right; 
	width: 200px; 
	margin-right: 22px;
}
/*=SEARCH
-------------------------------------------------------------------------*/
.rentals_search img	{
}
.rentals_search_box	{
	border: 1px solid #999;
	float: left;
	margin-top:4px;
	margin-right: 5px;
	padding: 2px;
	font-size: 14px;
}
.rentals_search_locations {
	margin-top:3px;
	float: left;
	margin-right: 5px;
	padding: 2px;
	font-size: 14px;
	border: 1px solid #999;
}
.rentals_search_locations options {
	font-size: 14px;
}
/*=BUTTONS
-------------------------------------------------------------------------*/
a.btn_rentit	{
	height: 20px;
	background: url(../rentals/images/buttons/btn_rentit.gif) no-repeat left top;
	float: left;
	display: none;
	height: 20px;
}
a.btn_rentit:hover	{
	background:url(../rentals/images/buttons/btn_rentit_ovr.gif) no-repeat left top;
}
.btn_requestrentals	{
	display: block;
	float: right;
	background: url(../rentals/images/buttons/btn_requestrental.gif) no-repeat left top;
	width: 150px;
	height: 24px;
}
.btn_requestrentals:hover	{
	background: url(../rentals/images/buttons/btn_requestrental_ovr.gif) no-repeat left top;
}
.btn_requestrentals span	{
	display: none;
}
.btn_rentalsearch	{
	display: block;
	position: relative;
	top: 0;
}
/*=MODULES
-------------------------------------------------------------------------*/
.round725_shaded	{
	margin: 9px 0;
}
.rentals_breadcrumb {
	margin:0 0 6px 0;
}

/*=RENTALFORM
-------------------------------------------------------------------------*/
/*#rentalform	{
	width: 200px;
}
fieldset	{
	border: 0;
}*/

