div.contentArea i {
font-size: 12px;
vertical-align: top;
}
.quote img {
width: 100%;
height: auto;
}
label {
color: white;
text-align: left;
margin-top: 10px;
}

input {
margin-bottom: 12px;
}

.resultMessage {
display: block;
color: #ddb80d; 
font-size: 24px;
font-weight: bold;
text-align: left;
padding-top: 5px;
padding-bottom: 5px;
}

.contactFields {
font-size: 19px;
font-family: 'Open Sans', Helvetica, sans-serif;
border: #5d5d5d 1px solid;
width: 90%;
padding: 8px;
color: white;
background-color: #1a1a1a;
font-weight: bold;
}
.contactFields:focus {
font-size: 19px;
font-family: 'Open Sans', Helvetica, sans-serif;
border: #7fca1d 1px solid;
background-color: black;
color: #7fca1d;
font-weight: bold;
-moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;
}

.spamField {
font-size: 19px;
font-family: 'Open Sans', Helvetica, sans-serif;
border: #5d5d5d 1px solid;
width: 150px;
padding: 8px;
color: white;
background-color: #1a1a1a;
font-weight: bold;
}
.spamField:focus {
font-size: 19px;
font-family: 'Open Sans', Helvetica, sans-serif;
border: #7fca1d 1px solid;
background-color: black;
color: #7fca1d;
font-weight: bold;
-moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;
}

.contactSubmit {
border: white 1px solid;
background-color: black;
color: white;
font-size: 19px;
padding: 8px;
width: 250px;
}
.contactSubmit:hover {
border: black 1px solid;
background-color: #7fca1d;
cursor: pointer;
color: black;
-moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;
}
input[type=submit] {
border: white 1px solid;
background-color: black;
color: white;
font-size: 19px;
padding: 8px;
width: 250px;
}
input[type=submit]:hover {
border: black 1px solid;
background-color: #7fca1d;
cursor: pointer;
color: black;
-moz-transition:all 0.5s; -webkit-transition:all 0.5s; -o-transition:all 0.5s;
}

@media screen and (max-width: 1110px) {
	.contactFields {
	width: 90%;
	}
}