/* Uniform Destination Employment Application */


fieldset {
  -moz-border-radius: 5px;
  border: 1px solid #FFD14D;
  margin-bottom: 15px;
  padding: 10px;
  color: #666666;
}

fieldset legend {
  font-weight: bold;
  font-size: larger;
  margin: 0 10px 0 10px;
  color: #007CC2;
}
/*
fieldset label {
  display:block;
  font-size:12px;
  margin-right:5px;
  text-align:right;
  width:130px;
}

table.longtext label {
  width: 300px;
}
*/

fieldset li {
  list-style:none outside none;
}

input.text, textarea, select {
background-color:#FFFFFF;
border:1px solid #C0C0C0;
color:#000000;
font-family:inherit;
font-size:12px;
padding:3px 5px;

}

input.text, textarea, #state {
width:150px;
}


input.date {
    width: 80px;
}

div.app-group {
    margin-bottom: 20px;
}


table {
  border: 0;
}

.radio_questions table td {
    vertical-align:top;
    padding-bottom: 10px;
}

h1, h3 {
    text-align: center;
}

input.error, select.error, textarea.error {
    border: 1px solid red;
    background: #FFCCCC;
}

label.error {
    color: red;
    font-size: smaller;
    margin-right: 10px;
}






