p {
	font-size:1.1em;
	margin-top: 1.5em;
}

form {
	margin-top: 1.5em;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.required {
	background-color: #f9dfdf;
	font-weight: bold;
}

.small {
	font-size: 1px/165%;
}

.clear {
	height: 0px;
	line-height: 0px;
	font-size: 0px;
	clear:both;
}

.leftside {
	background: transparent;
}

.rightside {
	background: transparent;
}

.dealer {
	color: #930000;
	font-weight: bold;
}

#button_home {
	width:116px;
	height:37px;
	background-image:  url(../img/button_home.png);
	color: transparent;
	border:0;
}

#button_business {
	width:149px;
	height:39px;
	background-image:  url(../img/button_business.png);
	color: transparent;
	border:0;
}

#button_nextstep {
	width:131px;
	height:37px;
	background-image:  url(../img/button_nextstep.png);
	color: transparent;
	border:0;
}

#price-display {
	background: #ddd;
	width: 100%;
	height: 40px;
	padding: 5px;
	margin: 0px;
	list-style-type: none;
}
#price-display h5 {
	height: 1px;
	color: #000;
}

#scroll-container {
	overflow: hidden;
	height: 320px;
	position: relative;
	margin-right: -45px;
	padding-right: 45px;
}
#scroll-content {
	position: relative;
	top: 0;
}

#scroll-controls {
	position: absolute;
	bottom: 0;
	right: 0;
	height: 100px;
	width: 32px;
}
#scroll-controls a.up-arrow {
	display: block;
	height: 32px;
	width: 32px;
	background: transparent url('../img/arrow_up.png') no-repeat scroll left top;
	position: absolute;
	top: 0;
	left: 0;
	border-style: none;
}
#scroll-controls a.up-arrow:hover {
	background: transparent url('../img/arrow_up.png') no-repeat scroll left top;
}
#scroll-controls a.down-arrow {
	display: block;
	height: 32px;
	width: 32px;
	background: transparent url('../img/arrow_down.png') no-repeat scroll left top;
	position: absolute;
	bottom: 0;
	left: 0;
	border-style: none;
}
#scroll-controls a.down-arrow:hover {
	background: transparent url('../img/arrow_down.png') no-repeat scroll left top;
}

div.tooltip {
	display: none;
	background: transparent url('../img/white.png');
	font-size: 9px;
	padding: 15px;
	text-align: left;
	height: 80px;
	width: 180px;
	color: #000;
}

/* form elements */
form {
	margin: 15px 10px; padding: 5px 10px 20px 10px;
/*
	border: 1px solid #f1f1f1;
	background: #fdfdfd;
*/
}
input, select {
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	color: #666666;
	background: #fff;
}
textarea {
	width: 350px;
	padding: 4px;
	font: normal 1em Verdana, sans-serif;
	height: 100px;
	display: block;
	color: #666666;
}
input, textarea, select {
	background: #fff;
	border-width: 1px;
	border-style: solid;
	border-color: #D4D4D4 #ebebeb #ebebeb #d4d4d4;
}

input.button, button.button {
	font: bold 12px Arial, Sans-serif;
	height: 30px;
	margin: 0;
	padding: 2px 3px;
	color: #555;
	background: #E6E6E6;

	border-width: 1px;
	border-style: solid;
	border-color: #ebebeb #d4d4d4 #d4d4d4 #ebebeb;
}


/* map elements */
#map_container {
	display: none;
}