.content .topLeft {
    background-image: url( "../img/content/topLeft.gif" );
    width: 20px;
    height: 20px;
    float: left;
}

.topRight, .content .topRight {
    float: right;
    width: 24px;
    height: 24px;
    background-image: url( "../img/button/upRight.gif" );
}

.content .topRight {
    background-image: url( "../img/content/topRight.gif" );
    width: 20px;
    height: 20px;
}

.content .top {
    height: 24px;
    background-image: url( "../img/button/up.gif" );
    background-repeat: repeat-x;
    margin: 0 24px 0 24px;
}

.selectedQuestion .top {
    background-image: url( "../img/leftBar/top.gif" );
    height:13px;
    background-repeat:repeat-y;
    background-position:right;
    margin: 0 0 0 13px;
}

.selectedQuestion .topLeft {
    background-image: url( "../img/leftBar/topLeft.gif" );
    background-repeat:no-repeat;
    background-position:right;
    width: 13px;
    height: 13px;
    float: left;
}

.content .top {
    background-image: none;
    background-color: #ffffff;
    height: 20px;
    margin: 0 20px 0 20px;
}

.left, .content .left {
    padding-left: 24px;
    background-image: url( "../img/button/left.gif" );
    background-repeat: repeat-y;
}

.content .left {
    background-image: none;
    background-color: #ffffff;
    padding-left: 20px;
}

.right, .content .right {
    padding-right: 24px;
    background-image: url( "../img/button/right.gif" );
    background-repeat: repeat-y;
    background-position: right;
}

.content .right {
    background-image: none;
    background-color: #ffffff;
    padding-right: 20px;
}

.bottomLeft, .content .bottomLeft {
    float: left;
    width: 24px;
    height: 24px;
    background-image: url( "../img/button/downLeft.gif" );
}

.selectedQuestion .bottomLeft {
    background-image: url( "../img/leftBar/bottomLeft.gif" );
    width: 13px;
    height: 13px;
}

.content .bottomLeft {
    background-image: url( "../img/content/bottomLeft.gif" );
    width: 20px;
    height: 20px;
}

.bottomRight, .content .bottomRight {
    float: right;
    width: 24px;
    height: 24px;
    background-image: url( "../img/button/downRight.gif" );
}

.content .bottomRight {
    background-image: url( "../img/content/bottomRight.gif" );
    width: 20px;
    height: 20px;
}

.bottom, .content .bottom {
    height: 24px;
    background-image: url( "../img/button/down.gif" );
    background-repeat: repeat-x;
    margin: 0 24px 0 24px;
}

.selectedQuestion .bottom {
    background-image: url( "../img/leftBar/top.gif" );
    height:13px;
    background-repeat:repeat-y;
    background-position:right;
    margin: 0 0 0 13px;
}

.content .bottom {
    background-image: none;
    background-color: #ffffff;
    height: 20px;
    margin:0 20px 0 20px;
}

.center, .content .center {
    overflow-x: hidden;
}

.content .center {
    background-color: #ffffff;
}

.selectedQuestion .center {
    background-image: url( "../img/leftBar/top.gif" );
    background-repeat:repeat-y;
    background-position:right;
    background-color:#ffffff;
    clear:both;
    font-size:19px;
    line-height:21px;
    font-family: Arial,sans-serif;
    font-weight:normal;
    color:#d98a00;
}

.futureQuestion {
    background-image:url("../img/leftBar/close.gif");
    background-position: 8px 13px;
    background-color:transparent;
    background-repeat:no-repeat;
    width:155px;
    float:right;
    clear:both;
    font-size:19px;
    font-family: Arial,sans-serif;
    font-weight:normal;
    line-height:21px;
    color:#000000;
    padding:13px 0 13px 41px;
    overflow-x:hidden;
}

.selectedQuestion .center2 {
    background-image:url("../img/leftBar/open.gif");
    background-position: 8px 0px;
    background-color:transparent;
    background-repeat:no-repeat;
    width:155px;
    /*float:right;*/
    /*clear:both;*/
    padding:4px 0 4px 41px;
    /*min-height:29px;*/
}

.next .left {
    margin:0 -99px 0 0;
    width:100%;
    float:left;
    padding: 0;
    background-image: url( "../img/content/nextLeft.gif" );
    height:99px;
    background-color: transparent;
}
.next .center {
    margin:0 99px 0 13px;
    background-image: url( "../img/content/nextFill.gif" );
    background-repeat:repeat-x;
    height:99px;
    background-color: transparent;
    font-family: Arial,sans-serif;
    font-size:22px;
    line-height:24px;
    color:#ffffff;
}
.next .right {
    float:right;
    width:99px;
    height:99px;
    background-image: url( "../img/content/next.gif" );
    background-color: transparent;
    padding:0;
}

 .next.press .right  {
    background-image: url( "../img/content/next_press.gif" );
}

.leftbar .comment {
    padding:15px 0 0 17px;
    font-family: Arial, sans-serif;
    font-size:11pt;
    font-weight:normal;
    color:#b1b1b1;
    line-height:normal;
    clear:both;
    overflow-x:hidden;

}

.variant{

}
.questions{

}
.description{
    font-family: Arial,sans-serif;
    font-size:25px;
    color:#000000;
    line-height:25px;
}
.title{
    font-family: Arial,sans-serif;
    font-size:25px;
    color:#000000;
    line-height:25px;
}
.title .description{
    font-family: Arial,sans-serif;
    font-size:18px;
    color:#444444;
    line-height:20px;
}
/*Question description inside button*/
.comment{
    padding: 0 4px 0 4px;
    line-height: 15px;
    color: #315bd3;
    text-decoration: none;
    font-family: Arial, sans-serif;
    font-size: 15px;
}
.labelField{

}
.inputField{

}