@charset "utf-8";

.alphaBox_contents { border:1px solid #000; width:310px; }
#carBlock * input { width:300px !important; border:0!important; } 
#carBlock * textarea { width:300px;border:0 }
form.styleme ul { list-style-type:none }
#contactModelHeader { font-size:1.2em;font-weight:bold; }

#submit {
	width:100%;
	text-align:center;
}
.emailContact { width:145px;text-align:left;float:left;margin-bottom:10px; }
/***
FORMS
***/
form.styleme fieldset {
	padding:10px;
}
form.styleme input {
	margin:0px;
	padding:2px;
	width:240px;
}
form.styleme textarea {
	border:1px solid black;
}
form.styleme input:focus, textarea:focus {
}
.formContactInput {
	position:relative;
	left:55px;
}
.formContactLabel {
	position:absolute;
	left:5px;
}
/** newsletter sign up **/
#newsletterSignupText { font-size:x-small; }
.newsletterSignup input[type=text] {
	border:0;
	border-bottom:1px dotted #000;
	background: rgba(255, 255, 255, 0.3);
}
.dottedBox {
	padding:10px;
	border:1px dotted #000;
	width:520px;
	margin:10px;
	padding-bottom:20px;
	background: rgba(255, 255, 255, 0.8) !important;
	background: #fff;
	filter: alpha(opacity=90);
}
.label {
	display:block;
	text-align:right;
	width:500px;
}
#customerInfo input {
	width:300px;
}
#customerInfo span {
	display:block;
	text-align:right;
	width:515px;
}
#submit { width:100px }
#submitButtons {
	text-align:right;
	margin-right:20px;
	margin-top:20px;
}

#submitButtons .button {
	width:150px;
}
/** end newsletter **/
#email_rep_container {
	width:420px;
	position:relative;
	top:0;
	left:50px !important;
	left:0;
	margin:0;padding:0;
}
#email_rep dt { 
	margin:0;padding:0;
	float: left;
	clear: left;
	width: 80px;
	text-align: right;
	font-weight: bold;
	color:#595454;
	font-size:small;
} 
#email_rep dd {
	margin: 0 0 0 85px;
	padding: 0;
	width:270px;
	font-size:small;
}
.emailRepInput { width:240px; } 
#email_rep dt:after { content: ":"; }
