@charset "UTF-8";
/* CSS Document */
fieldset {
	border: 1px solid #333;
	margin: 5px 5px 20px 0px;
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
legend {
	font-size: 14px;
	font-weight: bold;
	padding-right: 10px;
	padding-left: 10px;
}
#FormElements {
	float: left;
}
div#FormElements p, fieldset p {
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
label {
	font-weight: bold;
	height: 24px;
	line-height: 24px;
	margin: 2px 0 5px 10px;
	display:block;
}
select {
	font-size:12px;
	border:solid 1px #aacfe4;
	width:165px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height:28px;
	line-height:28px;
	margin:2px 0 20px 10px;
}
input[type="text"], input[type="password"] {
	font-size:12px;
	border:solid 1px #aacfe4;
	width:200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height:24px;
	line-height:24px;
	margin:2px 0 20px 10px;
}
#emailaddress {
	width:350px;	
	}
textarea {
	font-size:12px;
	border:solid 1px #aacfe4;
	width:200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height:72px;
	line-height:24px;
	margin:2px 0 20px 10px;
}
input[type="checkbox"] {
	font-size:12px;
	/*border:solid 1px #aacfe4;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;*/
	line-height:24px;
	margin:2px 0 20px 10px;
	display:inline;
}
input[type="radio"] {
	font-size:12px;
	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	height:24px;
	line-height:24px;
	margin:2px 0 20px 10px;
}
input[type="submit"] {
}
input[type="button"], input[type="submit"], .button {
	background-color: #000;
	color: #FFF;
	background: -moz-linear-gradient(top, #666666 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #666666), color-stop(100%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #666666 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #666666 0%, #000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #666666 0%, #000000 100%); /* IE10+ */
	background: linear-gradient(top, #666666 0%, #000000 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
	padding: 10px;
	border-width: 0px;
	border-style: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	width: auto!important;
	cursor: pointer;
	margin: 1px 0 5px 10px;
	font: bold 12px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
input[type="button"]:hover, input[type="submit"]:hover, .button:hover {
	background-color: #000;
	background: -moz-linear-gradient(top, #333333 0%, #000000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #000000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #333333 0%, #000000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #333333 0%, #000000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #333333 0%, #000000 100%); /* IE10+ */
	background: linear-gradient(top, #333333 0%, #000000 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}
/* Custom Fieldset Styles for elements */
fieldset#LeadDetails select {
	width:200px;
	}
fieldset#CustomerInformation {}
fieldset#CustomerInformation table td {
	vertical-align:top;
	}
.NewModelContent {}
.PartExContent {}
.NotesContent {}
.NewModelContent p, .PartExContent p {
	float:left;
	margin-bottom:0px;
	margin-top:5px;
	}
.NewModelContent select, .PartExContent select {
	width:150px;
	margin-bottom:0px;
	}
.NewModelContent input[type="text"], .PartExContent  input[type="text"] {
	width:150px;
	}
.NewModelContent textarea, .PartExContent textarea, .NotesContent textarea {
	width:350px;
	}
.NotesContent textarea {
	height:200px;
	}
fieldset#MarketingInformation {}
fieldset#MarketingInformation label {
	width:150px;
	}
/* This allows for multiple rows of checkboxes to be aligned correctly */
.InlineChk {
	margin-left: 100px;
}
/* This allows the Labels for VB generated checkboxes to fall inline. */
.InlineChk label {
	display: inline;
}
/* This allows the labels for VB generated radio buttons to fall inline and horizontally aligns by reducing the height */
.InlineRad label, .InlineRad input[type="radio"] {
	display: inline;
	height: 15px;
}
