body {
	color: #6C5E50;
	font-family: Tahoma, Verdana, san-serif;
	font-size: 14px;
	line-height: 17px;
    margin:0;	
}


.Form {margin: 20px 0 25px; width: 100%;}
.Error {color: #881822;}
.Success {color: #771;}
.LeftSide, .RightSide {padding: 6px 10px 3px 0;}
.LeftSide {text-align: right; vertical-align: top; width: 25%;}
.RightSide {text-align: left; width: 75%;}

input, textarea {
	font-family: Tahoma, Arial, san-serif;
	font-size: 14px;
	color: #332922;
	border: 1px solid #cba;
	padding: 2px 6px 3px;
}

input.FormButton {
	display: inline-block;
	height: 24px;
	width: 85px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 24px;
	font-size: 14px;
	color: #543415;
	text-shadow: 0 1px #ffe4b4;
	float: left;
	text-align: center;
	background: url('/common/images/custom/CAR/Button-Form-Thin.png') left top no-repeat;
	text-decoration: none;
	cursor: pointer;
	border: 0;
	padding: 0 0 4px;
}

input.Wide {
	width: 157px;
	background: url('/common/images/custom/CAR/Button-Form-Wide.png') left top no-repeat;
}

input:hover.FormButton {
	background-position: left bottom;
}

.RightSide select {margin-right: 8px;}




