html {
    background: #FFFFDD;
}

body {
    width: 1000px;
    margin: auto;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: bold;
    color: white;
    text-shadow: 1px 1px 0 black
}

#main{
    display: inline-block;
    width: 1000px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    background: #007777;
    border-radius: 30px;
    z-index: 8
}

#second{
    display: none;
    width: 1000px;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 20px;
    background: #007777;
    border-radius: 30px;
    z-index: 9;
    text-align: center
}

#formerror {
    position: absolute;
    visibility: hidden;
    top: 630px;
    width: 950px;
    margin: auto;
    height: auto;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #800;
    border: 5px solid red;
    border-radius: 30px;
    text-align: center;
    z-index: 0;
}

.errtit {
    font-size: 30px;
}

#Title {
    width: 1000px;
    height: 60px;
    margin-top: 10px;
    background: #FF7700;
    border-radius: 30px;
    font-family: Georgia,"Times New Roman",Times,serif;
    line-height: 58px;
    font-size: 30px;
    color: yellow;
    text-align: center;
}

.Flabel {
    float: left;
    width: 295px;
    text-align: right;
    margin-bottom: 5px;
    padding-right: 5px;
}


.Longlabel {
    float: left;
    width: 1000px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 5px;
}



.Private {
    float: left;
    width: 960px;
    text-align: center;
    margin-left:20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 13px
}


.Formfield {
    display: block;
    float: left;
    width: 700px;
    margin-bottom: 5px
}


.Msgtext {
    display: block;
    float: left;
    width: 1000px;
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: center
}

textarea {
    width: 850px;
    resize: none; 
}


#sub {
    display: none;
}

#clr {
    display: none;
}

.buttonholder {
    display: block;
    float: left;
    width: 200px;
    margin-left: 66px;
    margin-right: 66px
}


#btsend {
    display: block;
    float: left;
    text-align: center;
    width: 200px;
    height: 30px;
    color : white;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    box-shadow: 2px 3px #000;
    background: #090;
    background: linear-gradient(to bottom,  #0D0, #070);
    border-radius: 10px
}



#bthelp {
    display: block; visibility: hidden;
    float: left;
    text-align: center;
    width: 200px;
    height: 30px;
    color : white;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    box-shadow: 2px 3px #000;
    background: #090;
    background: linear-gradient(to bottom,  #0D0, #070);
    border-radius: 10px
}


#btclr {
    display: block;
    float: left;
    text-align: center;
    width: 200px;
    height: 30px;
    color : white;
    line-height: 30px;
    margin-left: 2px;
    margin-right: 2px;
    margin-top: 2px;
    margin-bottom: 2px;
    box-shadow: 2px 3px #000;
    background: #090;
    background: linear-gradient(to bottom,  #0D0, #070);
    border-radius: 10px
}
