.hide {
    display: none;
}

#formContent label, span.error {
    float: left;
    font-weight: bold;
    margin-bottom: 15px;
    padding: 6px 20px 0 0;
    width: 200px;
}
#formContent {
    margin-top:30px;
}

#formContent .inputField {
    background: none repeat scroll 0 0 #ffffff;
    border-radius: 10px 10px 10px 10px;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 0 0 #CCCCCC inset;
    float: left;
    height: 26px;
    padding-left: 10px;
    width: 250px;
}