
body {
margin-left : 0;
margin-top : 0;
margin-right : 0;
margin-bottom : 0;
}
.headerbg {
background-image : url(img/hsrentals_099.jpg);
background-repeat : repeat-x;
}
.footerbg {
background-image : url(img/hsrentals_30.jpg);
background-repeat : repeat-x;
}
.rightmenu {
background-image : url(img/hsrentals_19.jpg);
background-repeat : no-repeat;
background-position : center 10px;
}
.footertxt {
font-family : Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
color : #000000;
text-decoration : none;
}
.rmenutxt1 {
font-family : Geneva, Arial, Helvetica, sans-serif;
font-size : 14px;
font-weight : bold;
color : #ff9000;
text-decoration : none;
}
.rmenutxt2 {
font-family : Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #666666;
text-decoration : none;
}
.maintxt {
font-family : Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
color : #222222;
}
.faqorng {
font-family : Geneva, Arial, Helvetica, sans-serif;
font-size : 12px;
font-weight : bold;
color : #ff9000;
text-decoration : none;
}
.sale {
font-family : Georgia, "Times New Roman", Times, serif;
font-size : 10px;
font-weight : bold;
color : #ff0000;
}
h1 {
	font:22px Geneva, Arial, Helvetica, sans-serif;
}

/*-------------------------------------------------------------------------------------------------------*/
/*	FORM Elements
/*-------------------------------------------------------------------------------------------------------*/

.formtext{
	width: 360px;
	text-align: right;	
	margin: 2px;
	font-family : Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;
}

.formtext input {
	width: 180px;
}

.formtext select {
	width: 180px;
}

.formtext textarea {
	width: 280px;
	border: 1px solid #9A6633;
}

.required input {
	border: 1px solid #9A6633;
	background-color: #FFFFCC;
}
.formtext2{
	width:360px;
	text-align: center;	
	margin: 2px;
}