form {
	width:100%;
	padding:0;
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
	text-transform:uppercase;
}
label {
	position: relative;
	float: left;
	font-size:1.1em;
	padding: 6px 10px;
		font-weight:bold;
}
label:after {
	content:": ";
}
input[type=submit] {
	background-color: #666;
	color: white;
	padding: 6px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	font-size:1.2em;
	margin-right:10px;
}
input[type=submit]:hover {
	background-color: #000;
}
input[type=text], select {
	background-color: #EEE;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding: 6px;
	border: 1px solid gray;
	border-radius: 2px;
	cursor: pointer;
	font-size:1.0em;
	margin-right:10px;
	text-transform:uppercase;
}
input textarea {
	background-color: #EEE;
	font-family: Verdana, Geneva, sans-serif;
	color: #000;
	padding: 6px 10px;
	border: 1px solid gray;
	border-radius: 2px;
	cursor: pointer;
	font-size:1.2em;
	margin-right:10px;
	text-transform:uppercase;
}
input[type=password] {
	background-color: #EEE;
	color: #000;
	padding: 6px 10px;
	border: 1px solid gray;
	border-radius: 2px;
	cursor: pointer;
	font-size:1.2em;
	margin-right:10px;
}
input[type=radio] {
	background-color: #EEE;
	color: #000;
	padding: 6px 10px;
	border: 1px solid gray;
	border-radius: 2px;
	cursor: pointer;
	font-size:1.2em;
	margin-left:0;
	margin-top:10px;
	margin-bottom:0;
}
input[type=checkbox] {
	background-color: #EEE;
	color: #000;
	padding: 6px 10px;
	border: 1px solid gray;
	border-radius: 2px;
	cursor: pointer;
	font-size:1.2em;
	margin-left:40px;
	margin-top:10px;
	margin-bottom:22px;
}
fieldset {
	position:relative;
	float:left;
	width:45%;
	padding:8px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
}
legend {
	color:#333;
	padding:0 10px;
	margin:0;
	font-size:1.3em;
	font-weight:bold;
}
.row {
	margin-bottom: 6px;
}
.col-25 {
	float: left;
	width: 100%;
}
.col-25 p {
	position: relative;
	float: left;
	font-size: 1.0em;
	padding: 6px 10px;
	margin:0;
}
.col-75 {
	position: relative;
	float: left;
	width: 100%;
		margin-left:25px;
}
.col-15 {
	float: left;
	width: 15%;
}
.col-85 {
	position: relative;
	float: left;
	width: 85%;
}
.col-100 {
	position: relative;
	float: left;
	width: 100%;

}
.col-100 p {
	position: relative;
	float: left;
	font-size: 1.0em;
	padding: 6px;
	margin:0;
	font-weight:normal;
	text-transform:uppercase;
}
.col-75 p {
	position: relative;
	float: left;
	font-size: 1.0em;
	padding: 6px;
	margin:0;
	font-weight:normal;
	text-transform:uppercase;
}
.col-75 span {
	position: relative;
	float: left;
	font-size: 1.2em;
	padding: 6px;
}
.NextApptContent .col-25 {
	float: left;
	width: 50%;
}
#theInput {
	float: left;
	width: 45px;
}
/* Clear floats after the columns */
.row:after {
	content: "";
	display: table;
	clear: both;
}
div.error {
	position:relative;
	float:left;
	width:100%;
	padding:0;
	font-size:1.0em;
	color:#F00;
	margin-top: 3px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
}
checkbox {
	border: 1px solid black;
	margin: 2px;
}
radio {
	border: 1px solid black;
	margin: 2px;
}
input.error {
	position: relative;
	float: left;
	border: 1px solid red;
}
textarea.error {
	border: 1px solid red;
}
select.error {
	border: 1px solid red;
}
checkbox.error {
	border: 1px solid red;
	outline: 2px solid red;
}
radio.error {
	border: 1px solid red;
	outline: 2px solid red;
}
a.btn {
	background-color: #666;
	color: white;
	padding: 6px 10px;
	border: none;
	border-radius: 0px;
	cursor: pointer;
	font-size:1.2em;
	margin-right:10px;
}
a.btn:hover {
	color:#FFF;
	background-color: #000;
	opacity:.85;
	cursor: pointer;
}
.submitDiv {
	width:300px;
	position:relative;
	float:none;
	clear:both;
	padding:0px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 35px;
	margin-left: auto;
}
#thedmonth, #thedday, #thedyear, #VehicleYear, #tminutes, #tthemonth {
	width: 85px;
}
#VehicleModel, #vehiclecolor {
	width: 75px;
}
#State {
	width: 90px;
}
#theoffense, #VehicleMake {
	width: 135px;
}
#City {
	width: 70px;
}
#TheHowHeard {
	width: 110px;
}
#theemail, #LienHolder, #Odometer, #Employer, #Relative {
	width: 230px;
}
#thefname, #thelname, #TheDriversLicNumber, #VehicleVin, #LicPlateNumber {
	width: 165px;
}
#MobilePhone, #HomePhone, #WorkPhone, #ContactPhone {
	width: 95px;
}
