.regForm {
    display: inline-block;
/*    margin-left: 30px;*/
}
.regForm input[type="text"], .regForm textarea {
    background-color: #fafafa;
    border: 1px solid #e0e0e0;
    color: #222222;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    margin-left: -14px;
    padding: 4px 14px 4px 14px;
}
.regForm input.error[type="text"], .regForm textarea.error {
    background-color: #FF0000;
    color: #FFFFFF;
}
.regForm textarea {
    height: 110px;
    margin-bottom: 18px;
    width: 393px;
}
.regForm input[type="text"] {
    margin-bottom: 18px;
    width: 224px;
}
.regForm .separatorText{
    margin-left: 0px;
    overflow: hidden;
}
.regForm input[type="submit"] {
    background-color: #eee;
    cursor: pointer;
    height: 40px;
    margin-left: -15px;
    margin-top: 0px;
    padding: 9px 14px;
    text-align: left;
    width: 165px;
}
.regForm input[type="submit"]:hover{
    background-color: #000;
    color:#B5A16E;
}
.regForm .message {
    float: left;
    font-size: 13px;
    line-height: 20px;
    margin-right: 30px;
    padding-bottom: 9px;
    padding-top: 9px;
    width: 465px;
}
.regForm .small, .regForm .big {
    float: left;
    margin-top: 0;
}
.regForm .big {
}
.regForm label {
    color: #333333;
    font-size: 13px;
    line-height: 26px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0;
    width: 150px;
    padding-left:30px;
}

.regForm label.cb {
    width:300px;
    padding-left:170px;
}
/*
.regForm .listNext > * {
    right: 330px;
    width: 150px;
}
.regForm .listNext {
    float: left;
    margin-left: 0;
    width: 630px;
}
*/