.formFieldset {
    width: 900px;
}

.rowHeight, .labelLeft, .labelRight{
    height: 30px;
}

/*label*/
.labelContainer {
    text-align: center;
}

.fieldsFormBox{
    overflow: hidden;
    width: 640px;
    margin: auto;
}

.fieldsFormContent {
    overflow: hidden;
    margin-left: 10px;
    margin-right: 10px;
}

.labelLeft {
    width: 6px;
    float: left;
    background-repeat: no-repeat;
    background-image: url('leftMenu.gif');
}

.labelContent {
    height: 30px;
    float: left;
    width: 118px;
    background-repeat: repeat-x;
    background-image: url('centerMenuOff.gif');
}

.labelContent label{
    line-height: 30px;
}

.labelRight{
    width: 6px;
    float: left;
    background-repeat: no-repeat;
    background-image: url("rightMenu.gif");
}

.formRow {
    overflow: hidden;
    width: 630px;
    margin-left:auto;
    margin-right:auto;
}

.formEmailRow {
    overflow: hidden;
    width: 370px;
    margin-left:auto;
    margin-right:auto;
}

.formCaptchaRow {
    overflow: hidden;
    width: 200px;
    /*padding-left: 5px;*/
    margin-left:auto;
    margin-right:auto;
}

.formCaptchaRowLarge {
    overflow: hidden;
    width: 250px;
    /*padding-left: 5px;*/
    margin-left:auto;
    margin-right:auto;
}

.captchaEquals {
    margin-left: 5px;
    margin-right: 5px;
    font-size: 14px;
}

.formCase {
    overflow: hidden;
    width: 310px;
    float: left;
}

.formCaseLeft{
    float:left;
}

.formCaseRight{
    float:right;
}

.formSpacing{
    height:10px;
}

.yourMessageCase {
    overflow: hidden;
    width: 130px;
    margin-left:auto;
    margin-right:auto;
}

.formInput {
    width: 150px;
}

.mailInput {
    width: 210px;
}

.listInput {
    width: 215px;
    height: 28px;
}

.captchaInput {
    width: 60px;
}

textarea {
    width : 870px;
    margin-left: 12px;
}

.sendButton {
    width: 120px;
    margin-right: auto;
    margin-left: auto;
}

.sendButton input{
    width: 100px;
    height: 30px;
    background-color:transparent;
    background-image: url("sendButton.gif");
    background-repeat:no-repeat;
    border:none;
    font-weight: bold;
}

.formForm {
    margin: 0;
}