#feedback {
    float:right;
    border: 1px 
}
#rateitall {
    float:right;
}
#feedback legend {
    margin-bottom: 8px;
}
#feedback fieldset {
    width: 210px;
    text-align: justify;
    padding: 0px 12px 30px 12px;
    position: relative;
    margin: 0 0 15px 15px;
}
.insidefieldset {
    position: relative;
    top: 7px;
}
#feedback textarea {
    border: 1px solid #aaa;
    width: 208px;
    margin: 5px 0 10px 0;
}
#feedback label {
    display: block;
    float: left;
    width: 50px;
    height: 18px;
    margin: 0 0 3px 0;
}
#feedback .inputfield {
    width: 140px;
    float: right;
    height: 16px;
    border: 1px solid #aaa;
    margin-bottom: 3px;
}
.feedbacksubmit {
    border: 1px outset #777;
    background-color: #8a9ab5;
    color: white;
    font-weight: bold;
    width: 65px;
    float: right;
}
#theemail {
    background: transparent url(../images/email.png) no-repeat 0px 3px;
    width: 219px;
    height: 22px;
    display: block;
    position: relative;
    text-indent: 72px;
    font-size: 19px;
    padding: 0;
    color: #800;
}

