#bg_fade {
	background-color:#555555;
	height:140%;
	left:0px;
	margin:0px;
	padding:0px;
	position:fixed;
	top:0px;
	visibility:hidden;
	width:100%;
	z-index:1000;
}

#survey{
	position: fixed;
	width: 643px;
	height: 595px;
	padding: 20px;
	background:  url(../img/images/main-box.png) no-repeat top center;
	z-index: 99999;
}

#surveyInfo{
	padding: 5px 10px 0px 10px;
	z-index: 99999;
	margin: 0px;
}

#questionInfo{     
	margin: 5px 0px 0px 0px;
	padding: 0px;
	float: left;
	width: 620px;	
	background: white;
}

#closeSurvey{ 
	text-align: right;
	background: white; 
	margin: 0px;
	padding: 0px;
}

#closeSurvey a{ 
	font-size: 14px;
	color: #FF6D01;	
}

#questionInfo h2{
	width: 600px;
	font-size: 18px;
	color: #737373;
	margin: 0px 10px;
}

#questionInfo h3{
	width: 580px;
	font-size: 14px;
	color: #ff7800;
	margin: 5px 20px;
	float: left;
}

#questionInfo form{
	width: 620px;
	height: 370px;
	margin: 0px;
	padding: 0px;
}

#navigationStatusColor{
	width: 600px;
	margin: 5px 10px 0px 10px;
	height: 5px;
	background: #e4e4e4; 
}

#navigationStatusColorSelected{    
	height: 5px;
	background: #e67900; 
}

#navigationStatusText{
	margin: 0px 10px 15px 10px;
	height: 5px;
	font-size: 10px;
	color: #737373;
	text-align: right;
}

#questionsCurrentCount{
	font-size: 10px;
	color: #737373;
}

#questionInfo .answerInfo{	
	width: 580px;
	margin: 4px 20px;
	float: left;
	clear: both;
}

#questionInfo .answerText{
	font-size: 12px;
	color: #3d3d3d;
	float: left;
}

#questionInfo .questionText{ height: 220px; }

#questionInfo .questionText textarea{
	clear: both;
	width: 400px;
	height: 30px;
	margin: 5px 0px 0px 25px;
	padding: 0px;
	float: left;    
}

#questionInfo .questionText input{ 
	margin: 0px 10px 0px 0px; 
	border: 0px;
	padding: 0px;
	float: left;    
}

#questionInfo .navigationButtons{
	text-align: right;
	width: 610px;
}

#questionInfo .submitSurvey,
#questionInfo .carousel-control{
	float: right;
	margin: 0px 0px 0px 10px;
}

#questionInfo .submitSurvey{
	width: 110px;
	height: 19px;
	background: url(../img/images/trimite.png) no-repeat top right;
	border: 0px;
	cursor: pointer;
	display: none;
}

#questionInfo .next{
	width: 110px;
	height: 19px;
	background: url(../img/images/next.png) no-repeat top right;
	text-decoration: none;
}

#questionInfo .previous{
	width: 77px;
	height: 19px;
	background: url(../img/images/back.png) no-repeat top right;
	text-decoration: none;
	display: none;
}

#surveyDescription{
	margin: 0px 10px 10px 10px;
	font-size: 11px;
	line-height: 13px;
	color: #737373;
	width: 600px;
}

#carousel-wrapper {
	margin: 0px 0px 5px 0px;
	width: 620px;
	height: 345px;
	overflow: hidden;
	background: url(../img/images/punct.png) repeat-x top right; 
}

#carousel-content {
	width: 3780px;
}
#carousel-content .slide {
	float: left;
	width: 620px;
	height: 340px;
}
