.mileForm {
	padding-bottom: 20px;
}


#mileSubContainer {
	width: 90%;
	margin-left: 5%;
	margin-top: 10px;
}

div#loadingGif {
        display: none;
}

#termsBox {
	padding: 10px;
	height: 90px;
	width: 90%;
	overflow: auto;
	border: solid 1px #ddd;
}
select {
	margin-top: 5px;
	margin-left: 5px;
	width: 38%;
}
input:required {
	background:hsl(180, 50%, 100%);
	border:1px solid #999;
}
textarea:required {
	background:hsl(180, 50%, 100%);
	border:1px solid #999;
}
input.errHilite,select.errHilite,textarea.errHilite {
	border: 1px solid #DDC;
	background-color: #FFE;
}
label.errHilite {
	color: #C00;
}

ul#errors {
	display: none;
	margin-top: 1em;
	background-color: #FFE;
	border: 1px solid #CC9;
	padding: .3em;
	color: #C00;
	font-weight: bold;
}

ul#errors li {
	margin-top: .5em;
	margin-bottom: .5em;
	padding: 0;
}
 
ul#errors li.heading {
	list-style-type: none;
	color: #000;
	font-weight: normal;
	font-style: italic;
	margin: .5em 0;
	padding: 0;
}
input.photoSubButton{
	background-color: #00a352;
	border: medium none;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 8px;
}

.goodCount {
	color: green;
}

.badCount {
	color: red;
}

input.photoSubButton:hover {
	background-color: #007239;
}
input.photoResetButton {
	background-color: #ff0000;
	border: medium none;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	margin-bottom: 5px;
	padding: 8px;
}
input.photoResetButton:hover {
	background-color: #8f0000;
}
/***********  Form on site ***************************/
.infoHead {
	background-color: #555555;
	color: white;
	border-radius: 5px;
	padding: 5px;
	margin-top: 20px;
	margin-bottom: 8px;
	clear: left;
}
.subHead {
	padding-left: 5px;
}
label.formLabel {
	width: 350px;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
}

label.formLabelLong {
        display: inline-block;
        font-weight: bold;
        margin-bottom: 5px;
}

label.textAreaLabel {
	width: 90%;
	display: inline-block;
	font-weight: bold;
	margin-bottom: 5px;
}

input.mileFormIn {
	border:1px solid #999;
	border-radius: 5px;
	width: 38%;
	margin: 4px;
	padding: 5px;
}
textarea.mileFormIn {
        border:1px solid #999;
        border-radius: 5px;
        width: 91%;
        margin: 4px;
        padding: 5px;
}
strong.radioText {
	padding-left: 5px;
}

.mileSubButton {
	background-color: #00a352;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	padding: 8px;
	border: none;
	margin-bottom: 5px;
}
.mileSubButton:hover {
	background-color: #007239;
}
.mileResetButton {
        background-color: #ff0000;
        border-radius: 5px;
        color: white;
        font-weight: bold;
        padding: 8px;
        border: none;
        margin-bottom: 5px;
}
.mileResetButton:hover {
	background-color: #8f0000;
}
.note {
	margin:0px;
}

div.rpDividerLine {
	color: red;
	border: solid 1px #333333;
	margin-bottom: 4px;
}
input.fileUploadClass:required {
	border: none;
}

div.mileTitle {
	font-size: 2em;
	font-weight: bold;
}
div.addressfloat {
	float: left;
	width: 15em;
	height: 7em;
	padding: 0 1em 0 0;
}

@media (min-width: 2px) and (max-width: 767px) {
	#container {
		width: 95%;
	}
	.hideMeMobile {
		display: none;
	}
	.termsBox {
		margin-bottom: 3px;
	}

}

