/*
CSS file for the AboutUS section of the JM Plumbing Sites home page
*/

#ContactUs h2 {
margin-top: 5px;
}
#ContactUs p {
margin-left: 10px;
} 

#Return_Buttons {
width: 60%;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
float: none;
clear: both;
}

section {
width: 60%;
margin-bottom: 10px;
margin-left: auto;
margin-right: auto;
text-align: justify;
float: none;
clear: both;
border:solid;
border-color: #00a0e3;
}

#Thankyou button {
background-color: #00a0e3;
}
#ContactUsbox {
width: 80%;
}
#ContactUsbox UL { 
list-style-type: circle;
list-style-position: inside; 
}
#ContactUsbox LI {
padding: 0px 5px 4px 25px;
}
.boldredtext {
font: bold;
color: red;
}
.navytext {
font: normal;
color: navy;
}
#ContactUsForm {
padding: 20px;
width: 90%;
margin-left: auto;
margin-right: auto;
border: solid #00A0E3 2px;
-webkit-border-radius: 18px;
-moz-border-radius: 18px;
border-radius: 18px;
}
#ContactUsForm fieldset {
margin-bottom: 20px;
padding: 5px;
border: 2px solid ;
}
legend {
color: #384313;
font-size: 1em;
font-weight: bold;
padding-bottom: 10px;
}
.labeldiv {
width:20%;
float: left;
display: inline;
}
#ContactUsForm label {
float: right;
font-size: .8em;
margin-right: 2px;
}
textarea {
    overflow-y: scroll;
    height: 200px;
    width:98%;
} 