﻿body#OnlineSurvey
{
	margin: 0;
	padding: 20px 30px;
	font-family: Arial;
	font-size: 90%;
	color: #777777;
	/*color: #636363;*/
	width:500px;
	height: 680px;
    background: transparent url(/content/images/questionnaire/background_panel2.png) no-repeat scroll left bottom;
}
#OnlineSurvey a:active, #OnlineSurvey a:visited, #OnlineSurvey a:link
{
    text-decoration: none;
}
#OnlineSurvey a:hover
{
    text-decoration: underline;
}
#OnlineSurvey .Logo
{
    background: transparent url(/content/images/framework/VanquisLogo.gif) no-repeat Left Top;
    height: 68px;
    margin: 10px 0;
}
#OnlineSurvey h1
{
	color: #005BA5;
	font-weight: bold;
	font-size: 1.5em;
}
#OnlineSurvey h2
{
	font-size: 1.3em;
}
#OnlineSurvey .clear
{
	clear: both;
}

#OnlineSurvey ul
{
    margin:0 0 30px;
    padding:0;
}

#OnlineSurvey ul li
{
    list-style: none;
}

#OnlineSurvey #ProgressBar
{
    margin:0;
    padding: 10px 0 10px;
    height: 79px;
}

#OnlineSurvey .submit1
{
    /*background: transparent url(/content/images/questionnaire/button_panel2.png) no-repeat scroll 0 0;*/
    /*height: 46px;
    width: 216px;*/
}
#OnlineSurvey .submit2
{
    /*background: transparent url(/content/images/questionnaire/button_panel3.png) no-repeat scroll 0 0;*/
    /*height: 46px;
    width: 174px;*/
}
#OnlineSurvey #ProgressBar.step1
{
    background: transparent url(/content/images/questionnaire/timeline1.png) no-repeat scroll 0 0;
}
#OnlineSurvey #ProgressBar.step2a
{
    background: transparent url(/content/images/questionnaire/timeline2.png) no-repeat scroll 0 0;
}
#OnlineSurvey #ProgressBar.step2b
{
    background: transparent url(/content/images/questionnaire/timeline2.png) no-repeat scroll 0 0;
}
#OnlineSurvey #ProgressBar.step2c
{
    background: transparent url(/content/images/questionnaire/timeline2.png) no-repeat scroll 0 0;
}
#OnlineSurvey #ProgressBar.step3
{
    background: transparent url(/content/images/questionnaire/timeline3.png) no-repeat scroll 0 0;
}
#OnlineSurvey #ProgressBar li
{
    list-style: none;
    float:left;
    width:160px;
    margin:0;
    padding:0;
}

#OnlineSurvey #ProgressBar li.active
{
    font-weight:bold;
}

#OnlineSurvey ul li.chkIndent
{
    padding-left:25px;
}

#OnlineSurvey input[type=text]
{
    width:300px;
}
.closeButton
{
    cursor: pointer;
}
/* Survey intro frame */
#surveyFrame
{
    background: transparent url(/content/images/questionnaire/background_panel1.png) no-repeat scroll 0 0;
    position: absolute;
    top: 100px;
    left: 400px;
    width: 530px;
    height: 330px;
    z-index: 100;
    padding: 30px;
}
#surveyFrame .Close
{
    position: absolute;
    right: 30px;
    top: 30px;
    width: 30px;
    height: 30px;

}
#surveyFrame .Close a
{
    background: #FFFFFF url(/content/images/Questionnaire/Close.gif) no-repeat top right;
    display: block;
    right: 20px;
    width: 100%;
    text-align: right;
    margin-right: 10px;
    height: 22px;
    line-height: 100px;
    overflow: hidden;
}
#surveyFrame .Close a:hover
{
    text-decoration: none;
}
#surveyIntro
{
    padding:20px;
    font-size: 120%;
}
#surveyIntro .Logo
{
    background: transparent url(/content/images/framework/VanquisLogo.gif) no-repeat Center Top;
    height: 68px;
    width: 200px;
    margin: 0px auto 20px auto;
}
#surveyIntro .IntroText p
{
    padding: 0;
    margin-bottom: 0px;
}
#surveyIntro ul.Response
{
    list-style: none;
    font-size: 12px;
    margin: 15px 0 0 0;
    padding: 0;
}
#surveyIntro ul.Response li
{
    margin: 0px 0 10px 0;
}
#surveyIntro .Response div
{
    margin: 0;
}
#surveyIntro .Response a span
{
}
#surveyIntro .Response li.Ok a
{
    background: url(/content/images/questionnaire/button_panel1.png) no-repeat scroll 0 0;
    display: block;
    height: 44px;
    width: 160px;
    line-height: 144px;
    overflow: hidden;
}
#surveyIntro .Response li.Ok
{
    height: 44px;
    width: 160px;
    overflow: hidden;
    margin-left: -8px;
}
#surveyIntro .Response li.Cancel
{
    font-weight: lighter;
}

