* {
    margin:0;padding:0;
}

body {
    background: #000;
}

#wrapper {
    width: 100%;
    text-align: center;
}

#wrapper div {
    margin: 0px auto;
}

#formdiv {
    background: url(images/2image04.jpg) repeat-y;
    width: 1000px;
    height: 500px;
}
#actiondiv {
    background: url(images/2image05.jpg) no-repeat;
    width: 1000px;
    height: 88px;
    text-align:left;
}

#formwrapper {
    width:700px;
    padding: 20px;
}

.form_row {
    margin-bottom:3px;
    margin-top:3px;
    padding:3px;
    text-align:left;
}

.inputstyle {
    border: 1px solid #3e3e3e;
    background:  #d6d6d6;
    font-family: Georgia, \'Times New Roman\', Times, serif;
    font-style: normal;
    font-size: 14px;
    color: #505050;
    width: 450px;
}

#message, .labelstyle {
    font-family: Georgia, \'Times New Roman\', Times, serif;
    font-style: normal;
    font-size: 13px;
    color: #951200;
    width: 450px;
    font-weight: bold;
    display:block;
}

#reset_button {
    cursor: pointer;
    cursor: hand;
    padding-left: 143px;
    padding-top: 8px;
}

#submit_button {
    
}



