﻿
#questionaire h1
{
    color: #193974;
    margin: 0px 30px -10px;
    padding: 10px 0;
}
#questionaire h2
{
    color: #193974;
    margin: 0px 0px -17px;
    font-size:13px;
}
#questionaire
{
    width: 580px;
    height: 300px;
    position:relative;
    z-index:1001;
}
#holder
{
    text-align: left;
    font-size: 80%;
    background-color: #e5e5e5;
    border:2px solid gray;
    width: 580px;
}
#close
{
    background: url(/Questionaire/images/close.png) no-repeat;
    width: 73px;
    height: 36px;
    cursor: pointer;
    margin-left: 500px;
}
#take
{
    background: url(/Questionaire/images/take_the_questionnaire_button.png) no-repeat;
    width: 164px;
    height: 30px;
    cursor: pointer;
    float: left;
    margin-top: 35px;
    display: block;
}
#no
{
    background: url(/Questionaire/images/no_thank_you_button.png) no-repeat;
    width: 115px;
    height: 30px;
    cursor: pointer;
    float: left;
    margin-top: 35px;
    display: block;
}
#remind
{
    background: url(/Questionaire/images/remind_me_later_button.png) no-repeat;
    width: 180px;
    height: 30px;
    cursor: pointer;
    float: left;
    margin-top: 35px;
    display: block;
}
.backBut
{
    background: url(/Questionaire/images/back_button.png) no-repeat;
    margin:5px;
    margin-left:0;
    width: 65px;
    height: 29px;
    cursor: pointer;
    float:left;
    clear:both;
}
.nextBut
{
    background: url(/Questionaire/images/next_button.png) no-repeat;
    margin:5px;
    width: 65px;
    height: 29px;
    cursor: pointer;
    float:left;
}
.finish{
    background: url(/Questionaire/images/finish_button.png) no-repeat;
    margin:5px;
    width: 108px;
    height: 29px;
    cursor: pointer;
    float:left;
}
#start radio
{
    padding-top: 25px;
}
.left
{
    float: left;
    width:260px;

}
.right
{
    float: left;
    width:280px;


}
div.scrollable
{
    /* required settings */
    position: relative;
   overflow:hidden;
    width: 570px;
    height: 320px;
}

div.scrollable div.items
{
    width: 20000em;
    position: absolute;
}

.question
{
    padding: 20px 30px;
    width: 540px;
    _width:570px;
    height: 320px;
    float: left;
}
em{color:GrayText;font-size:90%}
#holder input{margin-top:4px}
