

input {
    border: 1px solid #999;
    height: 25px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    border-radius: 5px;
    padding: 5px;
    min-height: 36px;
    font-size: 1em!important;
}
input[type="text"], input[type="email"] {
    width: 90%;
    min-height: 36px;
}
select {
    border: 1px solid #999;
    height: 35px;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    border-radius: 5px;
    padding: 5px;
}

input[type=radio] {
    min-height: 36px;
    width: 36px;
    vertical-align: middle;
    margin-right: 10px;
}

input[type=submit], input[type=reset] {
    min-width: 130px;
    font-size: 100%;
    /*height: 45px;
    text-transform: uppercase;*/
    padding: 10px;
}

button[type=submit], button[type=reset] {
    width: 130px;
    font-size: 100%;
    height: 45px;
    text-transform: uppercase;
    padding: 10px;
    border-radius: 5px;
}

textarea {
    border: 1px solid #999;
    -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 8px rgba(0,0,0,0.3);
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    border-radius: 5px;
    padding: 5px;
}

label {
    color: #000000;
    line-height: 2;
}

.noshow {
    display: none;
}

/*#DelDOT-AAHA*/ label.error {
    margin-left: 10px;
    width: auto;
    display: block;
    color: #C20000;
}

/*#DelDOT-AAHA */label {
   /* width: 100%;*/
}

#releaseChoice label.error,  #countyChoice label.error, .choice label.error {
		display: none;}
		
		
