.Survey
{
	background-color:#0a0a0a;
	padding: 25px;
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	border-radius: 8px;

	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgb(220, 220, 220)), color-stop(15%, rgb(255, 255, 255)), color-stop(85%, rgb(255, 255, 255)), color-stop(100%, rgb(220, 220, 220)));
	background: -webkit-linear-gradient(left, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgb(220, 220, 220) 100%);
	background: -moz-linear-gradient(left, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgb(220, 220, 220) 100%);
	background: -o-linear-gradient(left, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgb(220, 220, 220) 100%);
	background: linear-gradient(to right, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 85%, rgb(220, 220, 220) 100%);
}

body
{
	background: url(http://survey.unifocus.com/ClientFiles/9103/bg.jpg) top center scroll no-repeat;
	margin: 0 auto;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	background-color:#0a0a0a;
	color:#575757;
}

form
{
	background: url(http://survey.unifocus.com/ClientFiles/Coast/coast-logo.png) scroll no-repeat;
	background-position: 0px 50px;
	margin:auto;
	width: 830px;
	color:#575757;
	padding-top: 150px;
	padding-bottom: 100px;	
}

.QuestText
{
	padding-left: 1px;
	font-size: 10pt;
	font-weight: bold;
	color: #575757; 
}

.LangSelect
{
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	background-color: #46466e;
	text-align: right;
	vertical-align: middle;

}

.RatedSection
{
	width: 100%;
	margin: 0 px;
	border-collapse: collapse;
	margin-top: 1px;
}

.RatedSection .Header
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c51088), color-stop(50%, #c51088), color-stop(100%, #A30D72));
	background: -webkit-linear-gradient(top, #c51088 0%, #c51088 50%, #A30D72 100%);
	background: -moz-linear-gradient(top, #c51088 0%, #c51088 50%, #A30D72 100%);
	background: -o-linear-gradient(top, #c51088 0%, #c51088 50%, #A30D72 100%);
	background: linear-gradient(to bottom, #c51088 0%, #c51088 50%, #A30D72 100%);

	border-top: #FFC6EC 1px solid;
	border-left: #FFC6EC 1px solid;
	border-right: #FFC6EC 1px solid;
	background-color: #c51088;
	color: #ffffff;
	background-repeat: repeat-y;
	font-size: 8pt;
	font-weight: bold;
	/*display: none;*/
}

.RatedSection .Header .Left
{
     text-align:left;
     padding-left: 0px;
     padding-right: 0px;
}

.RatedSection .Header .Right
{
	 text-align:right;
	 padding-right: 0px;
	 padding-left: 0px;
}

.RatedSection .Header .Center
{
	 text-align:center;
	 padding-right: 0px;
	 padding-left: 0px;
}

.RatedSection .Header .NA
{
	 text-align:center;
	 font-size: 8pt;	 
}

.RatedSection .Header_Numbers
{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #A30D72), color-stop(100%, #8D0A66));
	background: -webkit-linear-gradient(top, #A30D72 0%, #8D0A66 100%);
	background: -moz-linear-gradient(top, #A30D72 0%, #8D0A66 100%);
	background: -o-linear-gradient(top, #A30D72 0%, #8D0A66 100%);
	background: linear-gradient(to bottom, #A30D72 0%, #8D0A66 100%);

	border-bottom: #FFC6EC 1px solid;
	border-left: #FFC6EC 1px solid;
	border-right: #FFC6EC 1px solid;
	background-color: #c51088;
	color: #ffffff;
	font-size: 8pt;
	font-weight: bold;
	/*display: none;*/
}

.RatedSection .Center
{
	 text-align:center;	
}

.RatedSection .Left
{
	 text-align:left;	 		
}

.RatedSection .Right
{
	 text-align:right;	  	
}

.RatedSection .RatedQuest .Selector
{
	text-align:center;
	vertical-align: top;
	width: 37px;	
}

.NavSection
{
	text-align:center;
}

.HtmlBlock
{
	color: #c51088;
	font-size: 12pt;
	font-style: italic;
	padding-top: 6px;
	padding-bottom: 6px;
}

.HtmlBlock .QuestText
{
	font-style: normal;
}

.DemoQuest
{
	width: auto;
	font-size: 12pt;
	padding-bottom: 4px;
	padding-top: 4px;	
}

.DemoQuest.Alt
{
	width: auto;
	font-size: 12pt;
	padding-bottom: 4px;
	padding-top: 4px;	
}

.DemoQuest .DemoResp
{
	font-size: 9pt;
	text-align:left;
    color:#575757;
	font-weight: bold;
} 

.FreeQuest
{
	width: auto;
	font-size: 12pt;
	padding-bottom: 4px;
	padding-top: 4px;
}

.PRSection .PRDetail
{
	color: #575757;
    font-weight: bold;
}
.PRSection div.DemoQuest.Alt
{
	border-bottom: none;
	border-top: none;
	font-size:12pt;
	padding-bottom:4px;
	padding-top:4px;
	width:auto;
}

.PRSection .PRDetail .PRDetailDrill
{
	background-color: #fff; 
	padding-right: 10px;
	padding-left: 10px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.PRDetailTypeResponse .DemoResp
{
	margin-left: 20px;
	font-size: 10pt;
	text-align:left;	
}

.ResponseText
{
 color: #575757;
 font-weight: bold;
 font-size: 10pt;
}
#test
{
background-image:url(http://survey.unifocus.com/ClientFiles/coast/header1.png);
background-size: 100% 100%;
background-repeat:no-repeat;
}

#test2
{
background-image:url(http://survey.unifocus.com/ClientFiles/coast/header2.png);
background-size: 100% 100%;
background-repeat:no-repeat;
}
