#content {
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: #ffffff;
    width: 800px; 
    margin: 0px auto;
    -webkit-box-shadow: 0px 6px 16px;
    -moz-box-shadow: 0px 6px 16px;
    box-shadow: 0px 6px 16px;
}
.rounded {
    background: #f3f3f3;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.message_form td{
    padding-left: 10px;
}
.main {
    margin: 0px auto;
}
.h2 {
    text-align: center;
    r: #0033CC;
    color: #FC7f2B;
    font-size: 26px;
}
h1 {
    //color: #CC0000;
    color: #FC7f2B;
}
body {
    background: #007AC0;
    font-family: Tahoma;
    color: #FC7f2B;
    font-size: 16px;
}
input[type=text], input[type=password] {
    font-family: Arial, sans-serif;
    font-size: 18px;
    height: 30px;
    width: 300px;
    line-height: 24px;
    max-width: 850px;
}
textarea {
    font-family: Arial, sans-serif;
    font-size: 18px;
    line-height: 24px;
    width: 300px;
}
.error {
    font-size: 18px;
}