/* Forms.css */
form h4{
    background-color: black;
    color: white;
    padding: 3px;
}
input,select,textarea,file{
    width: 150px;
    border: 1px solid #999999;
    margin-left: 10px;
}
input.button{
    width:80px;
    padding:2px;
    margin:3px;
    float: right;
}
input.text {
    float: left;
}
label{
    float: left;
    width: 100px;
    clear:both;
}
select{
    float: left;
}
textarea{
    width: 300px;
    height: 80px;
}

label,input,textarea,select,input.radio,input.checkbox{
    margin-top:3px;
}

label.error{
    float: left;
    width: 200px;
    font-size: smaller;
}
input.error,label.error{
    color: red;
    font-weight: bold;
}
input.image{
    border: none;
}