* {
	margin: 0;
	outline: 0;
}
body {
	font:13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
	margin: 0px;
	padding: 0px;
	background-color: #ededed;
	}

a:link {
	text-decoration: none;
	color: #494949;
}

a:hover {
	text-decoration: none;
	color: #909090;
}

a:active {
	text-decoration: none;
	color: #910d0c;
}

a:visited {
	text-decoration: none;
	color: #494949;
}

ol{list-style:decimal}
ul{list-style:square}
li{margin-left:30px}

hr {
	border: 0 dotted #848484;
	border-top-width:1px;
	clear:both;
	height:0;
	padding-top: 7px;
	padding-bottom: 7px;
}

p { 
	margin-bottom:7px
}

.abc {
	list-style-type: upper-latin;
	background-color: #c4c4c4;
	border: 1px solid #9d9d9d;
}

div#container {
	background-color: #ededed;
}

div#header {
	height: 180px;
	background-image: url(../images/header.png);
	background-color: #910d0c;
}

div#nav {
	height: 40px;
	background-color: #fff;
}

div#rentalinfo {
	height: 250px;
}

div#rentalinfo p {
	line-height: 18px;
}

div#includes {
	outline: 0px dotted #848484;
}

div#footer {
	background: url(../images/footer_bg.png) repeat-x;
	border-left: 1px solid #910d0c;
	border-right: 1px solid #910d0c;
	border-top: 1px solid #910d0c;
	height: 21px;
}

div#footer p {
	color: #fff;
	font-size: 12px;
	height: 100%;
	text-align: center;
	text-shadow: #820a09 0 1px 0;
	margin-top: 2px;
}

p.small {
	color: #7d7d7d;
	font-size: 11px;
}
label {
    width: 100%;
    font-weight: bold;
}

div#inputarea {
	font-family: Helvetica,Arial,sans-serif;
	font-size: 13px;
}

div#inputarea input[type="text"], #inputarea textarea {
	margin-bottom: 5px;
    /*display: block;*/
    padding: 4px;
    border: 1px solid #9d9d9d;
    background-color: #c4c4c4;
    width: 98%;
}

input.btn {
	font-size: 14px;
	background-color: #8e8e8e;
	border: 1px solid #000;
	color: #161616;
	font-weight: bold;
	cursor: pointer;
	padding: 2px;
	margin-top: 14px;
	width: 100px;
}

input.btnovr {
	font-size: 14px;
	color: #fff;
	background: #910d0c;
	font-weight: bold;
	cursor: pointer;
	border: 1px solid #000;
	padding: 2px;
	margin-top: 14px;
	width: 100px;
}

input.myextra {
	display:none;
}