#container {
margin-left:auto;
margin-right:auto;
width:1024px;
}
#innercontainer {
margin-left:auto;
margin-right:auto;
width:1000px;
}

h3 {font-size: 18px; text-transform:capitalize;}
p.intro {font-size: 14px; text-color: white; text-align:left; margin:10px;} 
h4 {font-size: 18px; color: white; text-align:center; margin: 0px;}
h5 {font-size: 24px; color: white; text-align:center; margin: 0px;}
ul.stuff {font-size: 16px; color: white; text-align:left; bottom-margin: 10px;}
td {vertical-align: top; padding: 0px;}
hr {border: 1; color: white; background-color: white; width: 80%;}
td.heading {border-bottom: 1px solid white; padding: 10px;}
p {margin:10px;}

p.notice {
font-size: 14px;
text-color: black;
text-align: right;
margin: 10px 10px 15px 10px;
}

p.workType {
    color:black;
    font-weight:normal;
    display: block;
    font-size:12px;
    margin: 0px 10px 0px 10px;
}

label {
    color:black;
    font-weight:bold;
    display: block;
    width: 250px;
    float: left;
    font-size:13px;
    margin: 5px 0px 5px 0px;
}
label:after {
    content: "*";
    color:red;
}

.anti-spamming {display:none;}

.button {
    background-color: #c29a4b;
    border: none;
    color: white;
    padding 15px 29px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 10px;
}


.form-control {
  display: block;
  width: 75%;
  margin: 5px 0px 5px 0px;
  height: 24px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  vertical-align: middle;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}