body{
	padding:0px;
	margin:0px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
}

img{
	border:none;
}

.clr{
	clear:both;
}

#outermostDiv{
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#outerDiv{
	position:relative;
	width:968px;
	background:#fff;
	margin:10px auto;
	padding:12px;
	
	-webkit-box-shadow: #343434 0px 0px 8px;
	-moz-box-shadow: #343434 0px 0px 8px;
	box-shadow: #343434 0px 0px 8px;
	behavior: url(../css/PIE.htc);
}

/****************************************headerDiv****************************/

#headerDiv{
	width:100%;
	margin-bottom:10px;
	height:75px;
	overflow: hidden;
}

#logoDiv{
	width:70px;
	height:70px;
	float:left;
	background:url(../images/surveyEngine2_red/srsLogo.jpg) no-repeat;
}

#titleDiv{
	width:730px;
	font-size:20px;
	color:#093f78;
	float:left;
	text-align:center;
	line-height:60px;
}

#dateDiv{
	float:left;
	margin-left:40px;
	font-size:12px;
}


/******************************************mainDiv****************************/

#heading{
	position:relative;
	height:25px;
	/*line-height:20px;*/
	
	font-size:16px;
	color:#fff;
	
	padding:10px 20px;
	margin-bottom:20px;
	
	border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b6262a), to(#f93131));
	background: -webkit-linear-gradient(#b6262a, #f93131);
	background: -moz-linear-gradient(#b6262a, #f93131);
	background: -ms-linear-gradient(#b6262a, #f93131);
	background: -o-linear-gradient(#b6262a, #f93131);
	background: linear-gradient(#b6262a, #f93131);
	-pie-background: linear-gradient(#b6262a, #f93131);
	
	behavior: url(../css/PIE.htc);
}

#contentDiv
{
	font-size:14px;
	color:#000;
	line-height:20px;
	text-align:justify;
}

.instructionsDiv{
	position:relative;
	/*background:#ed2c31;*/
	color:#fff;
	
	border-radius:6px;
	-webkit-border-radius:6px;
	-mozborder-radius:6px;
	
	-webkit-box-shadow: #868585 0px 0px 1px;
	-moz-box-shadow: #868585 0px 0px 1px;
	box-shadow: #868585 0px 0px 1px;
	
	behavior: url(../css/PIE.htc);
	
	padding:5px;
	margin-bottom:20px;
}

.quesTab{
	margin-bottom:10px;
	padding:7px 0px;
}

.border{
	border:#366b9a solid 1px;
}

.topDiv{
	/*background:#FF0;*/
	
}
.quesNo{
	position:relative;
	float:left;
	width:45px;
	height:45px;
	line-height:45px;
	text-align:center;
	background:#ed2c31;
	color:#fff;
	
	border-radius:0px 6px 6px 0px;
	-webkit-border-radius:0px 6px 6px 0px;
	-mozborder-radius:0px 6px 6px 0px;
	
	-webkit-box-shadow: #868585 4px 4px 1px;
	-moz-box-shadow: #868585 4px 4px 1px;
	box-shadow: #868585 4px 4px 1px;
	
	behavior: url(../css/PIE.htc);
	padding-right: 10px;
}
.quesText{
	padding:10px 20px 10px 70px;
}


.btmDiv{
	padding:10px 10px 10px 70px;
}


#imageDiv{
	width:830px;
	/*background:#6FF;*/
	text-align:center;
	margin:10px auto;
}

.txtBox{
	position:relative;
	border: 1px solid #666666;
	width: 420px;
	height:25px;
	padding:0px 3px;
	/*font-family:Verdana, Geneva, sans-serif;
	font-size:12px;*/
	
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	
	-webkit-box-shadow: #b1aeae 0px 0px 8px;
	-moz-box-shadow: #b1aeae 0px 0px 8px;
	box-shadow: #b1aeae 0px 0px 8px;
	
	behavior: url(../css/PIE.htc);
}

.msgBox{
	position:relative;
	border: 1px solid #666666;
	width: 830px;
	height:65px;
	padding:3px;
	/*font-family:Verdana, Geneva, sans-serif;
	font-size:12px;*/
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	
	-webkit-box-shadow: #b1aeae 0px 0px 8px;
	-moz-box-shadow: #b1aeae 0px 0px 8px;
	box-shadow: #b1aeae 0px 0px 8px;
	
	behavior: url(../css/PIE.htc);
}

fieldset{border:none;padding-left:5px;}

label{ display: block; height:26px; line-height:26px; cursor: pointer; padding-bottom:10px}


.label_check,
.label_radio { padding-left: 34px; margin-left:-12px;position: relative; overflow: hidden;}
.label_radio { background:url(../images/surveyEngine2_red/bullets.png) no-repeat; background-position:5px -175px;}
.label_check { background: url(../images/surveyEngine2_red/bullets.png) no-repeat;
background-position:5px -90px; text-transform: capitalize;}
label.c_on { background: url(../images/surveyEngine2_red/bullets.png) no-repeat;
background-position:5px -48px;}
label.r_on { background: url(../images/surveyEngine2_red/bullets.png) no-repeat; background-position:5px -130px;}
.label_check input,
.label_radio input { position: absolute; left: -9999px; }
.label_check:before, .label_radio:before  {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  background: #fff;
  left: 0;
  top: 32px;
}
.mjes__player {
    max-width: 100%;
    box-sizing: border-box;
}
.mejs__container {max-width:100%;}

/******************************for player************************************/
.player{
	position:relative;
	width:420px;
	text-align:center;
	background:#FFF;
	margin:20px auto;
	padding:3px;
	
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	
	-webkit-box-shadow: #000 0px 0px 6px;
	-moz-box-shadow: #000 0px 0px 6px;
	box-shadow: #000 0px 0px 6px;
	
	behavior: url(../css/PIE.htc);
}

div.jp-audio,
div.jp-video {
	background-color:#FFF;
	border:none;
	}

div.jp-interface {
	background-color:#FFF;
}

div.jp-title ul,
div.jp-title li {
	padding:0;
	font-size:12px;
}

.arrow_bullet{
	background:url(../images/surveyEngine2_red/bullets.png) left center no-repeat;
	background-position:0px 5px;
	padding:10px 0px 10px 35px;
}

#adnRadios{
	padding:10px 0px 0px 25px;
}

/***************************************buttons*******************************/

#nav_btns{
	float:right;
}

.btn{
	border:none;
	width:100px;
	height:40px;
	cursor:pointer;
	margin:0px 5px;
}

.prev_link{
	background:url(../images/surveyEngine1/prev_btn.png) no-repeat;
}

.next_link{
	background:url(../images/surveyEngine1/next_btn.png) no-repeat;
	
}

.prev_btn{
	background:url(../images/icon_wizard_previous.png) no-repeat;
	height:44px;
	width:70px;
}

.next_btn{
	background:url(../images/icon_wizard_next.png) no-repeat;
	height:44px;
	width:70px;
}

.submit_btn{
	background:url(../images/surveyEngine2_red/submit_btn.png) no-repeat;
}

.ok_btn,
.ui-widget-content .ok_btn,
.ui-widget-content .ok_btn.ui-state-focus{
	background:url(../images/surveyEngine2_red/ok_btn.png) no-repeat;
}
.cancel_btn{
	background:url(../images/surveyEngine2_red/cancel_btn.png) no-repeat;
}

.FRR_btn{
                background:url(../images/surveyEngine2_red/FRR_btn.png) no-repeat;
                width: 200px;
}
/*
#prev_link,
#next_link{
	padding:5px;
}
*/
/***************************************footer*******************************/


#footerDiv{
	position:relative;
	height:25px;
	line-height:25px;
	padding:10px 20px;
	margin:5px 0px;
	
	text-align:right;
	color:#fff;
	font-size:10px;
	
	border-radius: 6px 6px 0px 0px;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b6262a), to(#f93131));
	background: -webkit-linear-gradient(#b6262a, #f93131);
	background: -moz-linear-gradient(#b6262a, #f93131);
	background: -ms-linear-gradient(#b6262a, #f93131);
	background: -o-linear-gradient(#b6262a, #f93131);
	background: linear-gradient(#b6262a, #f93131);
	-pie-background: linear-gradient(#b6262a, #f93131);
	
	behavior: url(../css/PIE.htc);

}
/******************************for dialog box*******************************/

.engDialog .ui-dialog-titlebar {
	border-radius:0px 0px 6px 6px;
	-webkit-border-radius:0px 0px 6px 6px;
	-moz-border-radius:0px 0px 6px 6px;
	
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b6262a), to(#f93131));
	background: -webkit-linear-gradient(#b6262a, #f93131);
	background: -moz-linear-gradient(#b6262a, #f93131);
	background: -ms-linear-gradient(#b6262a, #f93131);
	background: -o-linear-gradient(#b6262a, #f93131);
	background: linear-gradient(#b6262a, #f93131);
	-pie-background: linear-gradient(#b6262a, #f93131);
	
	behavior: url(../css/PIE.htc);
	
	font-size:14px;
	color:#fff;
	
}

.engDialog .ui-widget-content{
	color:#000;
	font-size:14px;
}
.engDialog .ui-dialog-content span,
.engDialog .ui-dialog-content p{
	padding:10px;
	margin:0px;
}

.engDialog .ui-dialog .ui-dialog-title {color:#fff;}

.engDialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick{
	width:15px;
	height:15px;
	background:url(../images/surveyEngine2_red/close_icon.png) no-repeat;
}

.engDialog .ui-dialog-titlebar .ui-dialog-titlebar-close .ui-icon-closethick:hover{
	background:url(../images/surveyEngine2_red/close_icon.png) no-repeat;
	
}

.engDialog .ui-state-hover{
	background:none;
	border:none;
	margin:-9px  1px 0 0;
}

.engDialog .ui-widget-content .ui-icon-circle-check {
	background:url(../images/surveyEngine2_red/tick_icon.png) no-repeat;
}


.engDialog .ui-state-default, 
.engDialog .ui-widget-content .ui-state-default, 
.engDialog .ui-widget-header {
	border:none;
	color:#fff;
}

.engDialog .ui-dialog-buttonpane{
	padding:0px;
	border:none;
}


/****************************for Loading************************************/
#progressbar.ui-progressbar{
	margin:10px auto;
	width:400px;
	height:20px;
	border:none;
	background:url(../images/surveyEngine2_red/loading_bar.png);
}
#progressbar .ui-widget-header{
	box-shadow:none;
	background:url(../images/surveyEngine2_red/loading_progress.png) !important;
}

#divPercentage{
	width:400px;
	margin:10px auto;
}

.divLeft{
	float:left;
}

.divRgt{
	margin-left:90%;
}

.send_btn{
                background:url(../images/surveyEngine2_red/send_btn.png) no-repeat;
}