/* === GENERAL HTML ELEMENTS =========================================================== */

#h_helpdesk_icon {
	background:url("../_images/ico_helpdesk.gif") no-repeat scroll left center transparent;
	color:#BA2C2B;
	display:block;
	float:right;
	height:14px;
	left:0;
	font-size:10px;
	line-height:14px;
	padding:0 0 0 20px;
	position:absolute;
	top:83px;
	width:800px;
	font-style:italic
}

#label_field1,
#label_field2,
#label_field3,
#label_field4{
float:left;!important
}

#field_field1,
#field_field2,
#field_field3,
#field_field4{
position:relative;
float:right;!important
}


* {
	font-family:Verdana,Helvetica,Geneva,sans-serif
}
a img {
	border:none;
}
/*.LANG_EN {
display:none;
}*/

body {
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	color:#595959;
	font-size:11px;
	

	scrollbar-darkshadow-color:#00534D;	
	scrollbar-3dlight-color:#00534D;
	
	scrollbar-arrow-color:#00534D;
	
	scrollbar-face-color:#fff;
	scrollbar-highlight-color:#fff;
	scrollbar-shadow-color:#fff;	

	
	background:#F8F8F8 url(../_images/bg_body.png) repeat-y scroll center top;

}

textarea {
	font-size:10px;
}
a,input.button {
	outline:none;
}
input.button {
	cursor:pointer;
	border:1px solid #666;
	border-collapse:collapse;
	background:#eee;
	padding:0px 5px;
}

h1 {
	margin:0px;
	padding:10px 0px;
	font-size:18px;
	display:block;
}
h2 {
	margin:0px;
	font-size:16px;
	padding:0 0 5px;
	color:#005B5D;
	font-size:12px;

}
p {
	*margin-top:13px;
	line-height:13px;
}
a:link {
	color:#008780;
	text-decoration:none;
}
a:visited {
	color:#008780;
	text-decoration:none;
}
a:hover {
	color:#68811A;
	text-decoration:underline;
}
a:active {
	color:#68811A;
	text-decoration:underline;
}

ul {
	
	list-style-position:outside;
	
}


/* === GENERAL SITE ELEMENTS =========================================================== */

/* Languages */
	
/*body.LANG_en .LANG_nl,
body.LANG_nl .LANG_en
{display:none;}*/

/* Site Positioning */
	#h_center {
		position:absolute;
		width:1px;
		height:100%;
		left:50%;
		top:0px;
	}
	
	#h_wrapper {
		position:absolute;
		width:940px;
		left:-470px;
		height:100%;
	}
	
	/*
.page_online #h_wrapper {
			top:80px;
	}
*/


/* Basic Page Sections */
	
	#h_header {
		color:#00534d;
		/*margin:0 0 15px 0;*/
		/*height:38px;*/
		font-size:20px;
		font-weight:normal;
		position:relative;
		padding:40px 0 5px 10px;
		background:url(../_images/h1_bg.gif) repeat-x bottom left;
		font-weight:normal;
		font-family:Tahoma,Verdana,Helvetica,sans-serif;
	}
		#h_header h1 {
			
		}
		#h_header .content {
			padding:0px;
		}
	#h_content {
	}
	
		#webcast_title{
		width:100%;
		height:30px;
		overflow:hidden;
		}
		
		.page_access #h_content .content{
		height:575px;
		}
	#h_footer {
		display:none;
		border-top:1px solid #999;
		height:50px;
	}
		#h_footer .content {
			padding:5px;
		}
		
		#h_footer span {
			padding:5px 0px;
		}
		
	#h_footer ul {
		border-top:1px solid #DADBC1;
		color:#D2D2D2;
		display:inline;
		float:left;
		margin:0;
		padding:5px 0 0;
		position:relative;
		top:20px;
		width:934px;	
	}
	
	#p_footer li {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background:transparent none repeat scroll 0 0;
		display:inline;
		margin:0;
		padding:0;
	}
	#p_footer li a {
		color:#777777;
		margin:0;
		padding:0;
		text-decoration:none;
	}

	#p_footer li a:hover {
		-moz-background-clip:border;
		-moz-background-inline-policy:continuous;
		-moz-background-origin:padding;
		background:#FFFFCC none repeat scroll 0 0;
	}
	
		
/* Popup Message */
#popup {
	position:fixed;
	_position:absolute;
	width:1px;
	height:1px;
	left:50%;
	top:50%;
	z-index:6000;
}
	#popup .pu_position {
		position:absolute;
		width:200px;
		left:-100px;
		top:-20px;
	}
		#popup .pu_container {
			position:relative;
			border:2px solid #e3c065;
		}
			#popup .pu_container2 {
				padding:1px;
				padding-bottom:5px;
				background-color:#fcface;
			}
				#popup .pu_content {
				}
					#popup .pu_header {
						font-weight:bold;
						/*background-color:#d00;*/
						color:#595a5a;
						margin:3px 25px;
						padding-left:30px;
						height:18px;
						line-height:20px;
						background:transparent url(../_images/ico_warning.gif) no-repeat left top;
						
					}
						#popup .pu_header .b_close {
							display:none;
							position:absolute;
							right:2px;
							top:2px;
							height:14px;
							padding:0px 3px;
							font-weight:normal;
							border:1px solid #e3c065;
							cursor:pointer;
							text-align:center;
							line-height:14px;;
							color:#e3c065;
						}
					#popup .pu_txt {
						
						text-align:left;
						color:#595a5a;
						margin:3px 25px;
					}

#h_livetoolbox {
	position:absolute;
	width:286px;
	height:540px;
	top:90px;
	left:655px;
	background:url(../_images/toolbox_head.jpg) no-repeat;
}
	
	#h_livetoolbox #header {
		position:absolute;
		display:block;
		width:286px;
		height:20px;
		text-align:center;
		color:#00534D;
		margin:4px 0 0 0;
	}
	
	#h_livetoolbox #signupform {
		position:absolute;
		display:block;
		width:240px;
		height:250px;
		left:20px;
		top:20px;
		margin:3px 0 0 0;
	}

	/*
#h_livetoolbox #signupform .email_blijfopdehoogte{
			margin:10px 0 0 0;
			border:1px solid #D6D6D6;
			color:#717171;
			float:left;
			width:190px;
		}
*/
		
	#h_livetoolbox #signupform #form_blijfopdehoogte .email_blijfopdehoogte{
			border:1px solid #D6D6D6;
			color:#717171;
			width:120px;
		}
		
		#h_livetoolbox #signupform #form_blijfopdehoogte .email_blijfopdehoogte label{
		
		}
		
		#h_livetoolbox #signupform a {
			display:block;
			position:relative;
			height:35px;
			width:130px;
			top:-12px;
			left:119px;
			background:transparent url(../_images/aanmelden.jpg) no-repeat scroll 3px 8px;
		}
		
		#h_livetoolbox #signupform a.QuickLink	{
		display:inline;
		background:none;
		position:relative;
		height:auto;
		width:auto;
		top:auto;
		left:auto;
		
		}

		#h_livetoolbox #signupform #blijfopdehoogte {
			color:#00534D;
			font-family:Tahoma,Verdana,Helvetica,sans-serif;
			font-size:18px;
			font-weight:normal;
			margin:0 0 5px;
		}
		
		input.checkbox {
			border:none !important;
			float:right;
		}
		
		#h_livetoolbox #signupform #tinymsg_alg {		
			font-size:9px;
			position:absolute;
			width:130px;
			top:198px;
		}

		#h_livetoolbox #signupform #tinymsg_spec {		
			font-size:9px;
			*font-size:8px;
			position:absolute;
			width:130px;
			top:425px;
			*top:470px;
		}		
	
	#h_livetoolbox #foot {
		position:absolute;
		display:block;
		width:286px;
		height:20px;
		top:255px;
		background:url(../_images/toolbox_foot.jpg) no-repeat;
	}
	
	#h_livetoolbox #foot_specifiek {
		top:538px;
		position:absolute;
		display:block;
		width:286px;
		height:20px;
		background:url(../_images/toolbox_foot.jpg) no-repeat;
	}
	
	
#h_videoselector{
		position:absolute;
		width:640px;
		height:140px;
		top:490px;
	}
	
	#h_videoselector #header{
		font-weight:normal;
		font-family:Tahoma,Verdana,Helvetica,sans-serif;
		font-size:16px;
		color:#00534d;
		margin:0 0 5px; 0;
	}
	
	#h_videoselector #h_widgets{
		width:637px;
		height:130px;
		_height:110px;
		border: 1px solid #00534d;
		background:#dfecec;
		padding-left:2px;
	}
	

#h_ADV1 {
	position:absolute;
	height:272px;
	width:285px;
	top:376px;
	left:655px;
	}

.page_splash #h_ADV1, .page_end #h_ADV1 {
	top:100px;
	left:655px;
	}
	
#h_ADV2 {
	position:absolute;
	width:348px;
	height:114px;
	top:668px;
}

.page_splash #h_ADV2, .page_end #h_ADV2 {
	top:390px;
	left:0px;
}

.page_online #h_ADV2 {
	top:480px;
	left:590px;
}

#h_ADV3 {
	position:absolute;
	width:580px;
	height:114px;
	left:520px;
	top:668px;
	/* border:1px solid #d6d6d6; */
}

.page_splash #h_ADV3, .page_end #h_ADV3 {
	top:390px;
	left:380px;
}

/* Standard classes */
.right {	/* To place objects on the right */
	float:right;
}
.clearboth {	/* To clear floating objects and give parent a height */
	clear:both;
}

/* === WIDGETS VIDEOSELECTOR ============================================ */

	.widget {
		display:block;
		position:relative;
		overflow:auto;
	}
	.widget * {
		font-family:verdana,sans-serif;
		font-size:11px;
	}
	.widget a.h_viditem:link,
	.widget a.h_viditem:visited {
		display:block;
		position:relative;
		text-decoration:none;
	}
	.widget img {
		border:none;
	}
	.widget .viditem_title {
		color:#2C4273;
		font-weight:bold;
	}
	.widget a.h_viditem:hover .viditem_title,
	.widget a.h_viditem:active .viditem_title{
		color:#fff;
	}
	.widget .viditem_date {
		color:#666;
	}

	.h_viditem{
		display:block;
		float:left;
		background:url(../_images/viditem_bck.jpg) no-repeat scroll 3px 0;
		height:119px;
		padding:10px 10px 0;
	}
	
	.viditem_img img{
		height:70px;
		width:107px;
	}
	
	.viditem_title{
		color:#464646;
		display:block;
		font-size:10px;
		font-weight:bold;
		height:30px;
		overflow:hidden;
		width:100px;
	}
		
	.viditem_date{
		font-size:9px;
		color:#595959;
		position:relative;
		display:block;
		bottom:0px;
	}
		
	.viditem_date a:hover{
		text-decoration:none;
	}
		
	.viditem_length {
		bottom:11px;
		color:#595959;
		display:none;
		float:left;
		font-size:9px;
		position:relative;
		width:107px;
		text-align:right;
	}

/* Specific style for list view */
	.widget.list{
		width:115px;
		height:288px;
		background-color:#efefef;
	}	
	.widget.list a.h_viditem:link,
	.widget.list a.h_viditem:visited {
		text-align:center;
		margin-bottom:5px;
		padding:5px 0px;
		background-color:transparent;
	}
	.widget.list a.h_viditem:hover,
	.widget.list a.h_viditem:active {
		background-color:#2C4273;
	}
	.widget.list .h_viditem .viditem_img {
		width:90px;
		height:50px;
		overflow:hidden;
		position:relative;
		margin:0 auto;
	}

/* Specific style for category view */
	.widget.cat{
		width:627px;
		height:350px;
	}
	.widget.cat a.h_viditem:link,
	.widget.cat a.h_viditem:visited {
		width:189px;
		height:160px;
		margin:5px;
		overflow:hidden;
		float:left;
		background-color:#eee;
	}
	.widget.cat a.h_viditem:hover,
	.widget.cat a.h_viditem:active {
		background-color:#2C4273;
	}
	.widget.cat .h_viditem .viditem_title {
		padding:0px 5px;
	}
	.widget.cat .h_viditem .viditem_date {
		padding:0px 5px;
	}
	.widget.cat .h_viditem .viditem_img {
		width:189px;
		height:106px;
		overflow:hidden;
		position:relative;
		margin-bottom:4px;
	}
	.widget.cat .h_viditem .viditem_img img {
		width:189px;
		height:auto;
	}

/* === LOGIN PAGE =========================================================== */


#h_welcometext {
	border:1px solid #ccc;
	padding:5px;
	margin-top:10px;
}
#h_welcometext .content {
	padding:17px 30px 30px 365px;
	
}

/* Welcome text */
.page_access #h_sidecontent {
	width:370px;
	margin-left:80px;
	margin-right:0px;
	padding:0;
	float:left;
}
/* Login form */

	#Qlogin{
		width:245px;
		*position:relative;
		*top:-3px;
	}
	
	#Qlogin input {
		border:1px solid #DADBC1;
		font-family:tahoma,sans-serif;
		font-size:11px;
		height:16px;
		margin-right:5px;
		padding:2px 0 0 6px;
		width:129px;
	}

	#Qlogin input.button { 
		width:auto;
		height:auto;
		float:right;
	}
	#Qlogin input.radio {
		width:15px;
		border:none;
	}
	
	#Qlogin input.checkbox {
		width:15px;

	}
	/*#Qlogin .error input { 
		color:#f00;
		background:#fff url(../_images/ico_warning.gif) no-repeat 100% 0%;
	}*/
	#Qlogin .error input.radio {
		background:none;
		border:0px;
	}
		
	#Qlogin .h_field_radio {
		text-align:right;
		display:inline;
	}
	#Qlogin .error label {
		/*background:transparent url(../_images/ico_warning.gif) no-repeat center right;*/
		color:red;
	}
	#Qlogin .error .h_field_radio label {
		background:none;
	}
	
	.h_field{
		margin:3px 5px;
		text-align:right;
		width:240px;
	}

	#Qlogin label {
		color:#00534D;
		display:block;
		float:left;
		line-height:22px;
	}	
	
	
	#Qlogin .h_field_radio label {
		float:none;
		display:inline;
		margin:0px;
		width:auto;
		font-size:9px;
		padding:0px;	
		color:#717171;
	}
		
		
	#Qlogin .h_field.submit {
		clear:both;
		position:relative;
		right:-3px;
		*right:-8px;
		top:0px;
		*top:-10px;
	}
	
	#Qlogin  input#field_submit {
		background:#FFFFFF url(../_images/verzenden.gif) no-repeat;
		border:none;
		cursor:pointer;
		height:26px;
		text-indent:-4000px;
		width:109px;
		display:block;
		line-height:0px;
		font-size:0px;
		top:10px;
		position:relative;
	}
	
	.h_field_multiselect {
		background-color:#fff;
		float:right;
		width:240px;
	}
		#Qlogin .h_field_multiselect div { 
			clear:both;
			border:1px solid #ccc;
			position:relative;
			padding:3px 20px 3px 3px;
			margin-bottom:5px;
		}
		#Qlogin .h_field_multiselect input{
			float:right;	
			position:absolute;
			top:2px;
			right:2px;
		}
		#Qlogin .h_field_multiselect label {
			width:160px;
			padding-right:0px;
			float:none;
		}
	#Qlogin #label_field5 {
*/
	}	
	/* ABN styles */
	.content_boxshadow {
		background:transparent url(../_images/content_div_bg_bottom.gif) no-repeat left bottom;
		clear:both;
		margin:0 0 15px -5px;
		padding:0 10px 5px 10px;
		position:relative;
		width:339px;
		float:right;
	}
		.content_boxshadow span.top_bg {
			background:transparent url(../_images/content_div_bg_top.gif) no-repeat;
			display:block;
			height:7px;
			left:-10px;
			margin-right:-15px;
			position:relative;
			top:0;
			width:359px;
		}	
		.content_boxshadow img {
			float:right;
			margin:0 0 5px 5px;
		}
			
		#h_banners {
			margin-bottom:15px;
		}
		
	#h_videoplayer {
	position:absolute;
	width:640px;
	height:390px;
	top:90px;
	left:1px;

	}
/* === SPLASH PAGE =========================================================== */

.page_splash #h_welcometext, .page_end #h_welcometext {
	margin-top:27px;
	width:630px;
	float:left;
	background:url(../_images/bg_schotel_new.jpg) no-repeat;
}
#Qcountdown {
	font-weight:bold;
}

#Qcountdown .LANG_en{
	display:none
	}


/* === LIVE PAGE =========================================================== */

/* Various */
	#Qtabs #links a {
		display:list-item;
		margin-left:15px;
	}
	

/* Video and slides */
#h_video_slides {
	/*padding:20px 0px;*/
	height:360px;
}

	#h_Qplayer {
		width:512px;
		height:288px;
		/*margin:0px 10px;*/
		position:absolute;
		top:110px;
		border:1px solid #999999;
		padding:4px;
	}
	
	#Qplayer {
		width:512px;
		height:288px;
	}
	#Qslides {
		position:absolute;
		right:1px;
		top:110px;
		width:384px;
		height:288px;
		border:1px solid #999999;
		padding:4px;
	}
	#warning {
		color:#b00;
		top:415px;
		margin:0px 5px;
		clear:both;
		position:absolute;
	}

	.h_help_icon {
		background:transparent url(../_images/ico_help.gif) no-repeat scroll left center;
		display:block;
		float:right;
		height:14px;
		line-height:14px;
		padding:0 0 0 20px;
		position:absolute;
		right:1px;
		top:82px;
		width:25px;
	}
	
	.h_help_icon a:hover {
		Color:#008780;
	}

/* Message and tabs */
#h_msg_tabs {
	height:215px;
}
	/* Messagebox */
	#Qmessage {
		width:465px;
		margin:0px 2px;
		/*float:left;*/
	}
		#Qmessage textarea {
			width:455px;
			height:50px;
			border-collapse:collapse;
			border:1px solid #DADBC1;
			overflow:auto;
			margin-top:5px;
		}
		#Qmessage select {
			float:left;
			width:240px;
		}
		#Qmessage input.button {
			background:#F8F8F8 url(../_images/verzenden.gif) no-repeat scroll 0 2px;
			border:0 none !important;
			cursor:pointer !important;
			height:30px !important;
			
			padding-top:-20px;
			text-indent:-4000px !important;
			width:110px !important;
			float:right;
			font-size: 0px;
			display:block;
			line-height: 0px;

		}
		
		#MSG_name, #MSG_email{display:none;}
		
/* ================== _DEFAULT TABS ==================== */
	/*
.Qtabs {
		width:384px;
		margin:0px 10px;
		height:125px;
		overflow:hidden;
		float:left;
		position:relative;
	}
		.Qtabs_h_head {
			position:absolute;
			top:0px;
			height:24px;
			z-index:5;
			width:382px;
		}
			.Qtabs_h_head .tab_head:link, .Qtabs_h_head .tab_head:visited {
				float:left;
				display:block;
				border:1px solid #333;
				height:100%;
				padding:0px 5px;
				margin:0px 0px 0px 2px;
				line-height:200%;
				background-color:#ddd;
			}
			.Qtabs_h_head .tab_head:hover {
				background-color:#003;
				color:#fff;
			}
			.Qtabs_h_head .tab_head:active {
			
			}
			.Qtabs_h_head .tab_head.selected:link, .Qtabs_h_head .tab_head.selected:visited {
				background-color:#fff;
				border-bottom-color:#fff;
				color:#000;
			}
			
		.Qtabs_h_content {
			position:absolute;
			top:25px;
			height:95px;
			width:382px;
			overflow:auto;
			border:1px solid #333;
			z-index:4;
		}
			.Qtabs_h_content .content {
				padding:5px;
			}
		
*/
		
/*======== ABN TABS======== */

	.Qtabs {
		width:512px;
		margin:0px 4px;
		height:200px;
		overflow:hidden;
		float:left;
		position:relative;
	}
		.Qtabs_h_head {
			position:absolute;
			top:0px;
			height:25px;
			z-index:5;
			width:512px;
		}
			.Qtabs_h_head .tab_head:link, .Qtabs_h_head .tab_head:visited {
				background:transparent url(../_images/subnav_bg.gif) no-repeat scroll 0 0;
				display:block;
				float:left;
				height:25px;
				margin:5px 0 0;
				padding:4px 0 0;
				text-align:center;
				width:120px;

			}
			.Qtabs_h_head .tab_head:hover {
				background:transparent url(../_images/subnav_bg.gif) no-repeat scroll 0 -32px !important;
				color:#68811A;
			}
			.Qtabs_h_head .tab_head:active {
				background:transparent url(../_images/subnav_bg.gif) no-repeat scroll 0 -64px !important;
			}
			.Qtabs_h_head .tab_head.selected:link, .Qtabs_h_head .tab_head.selected:visited {
				background:transparent url(../_images/subnav_bg.gif) no-repeat scroll 0 -64px !important;
			}
			
		.Qtabs_h_content {
			position:absolute;
			top:27px;
			height:175px;
			width:510px;
			overflow:auto;
			z-index:4;
			border-top:1px solid #d6d6d6;
		}
			.Qtabs_h_content .content {
				padding:5px;
			}
		
	#spacer {
		position:absolute;
		border-bottom:1px solid #DCDCDC;
		display:block;
		float:left;
		height:27px;
		width:500px;
		margin-left:10px;
	}
	

/*======== einde ABN TABS======== */


#h_download{
	color:#00534D;
	border-bottom:1px solid #999999;
	border-top:1px solid #999999;
	height:21px;
	line-height:20px;
	margin:5px 0 0;
	padding:0 0 0 13px;
	position:absolute;
	right:1px;
	width:380px;
	background:transparent url(../_images/downloadpijltje.gif) no-repeat scroll left;
}

#Qpoll {
	position:relative;
	z-index:3000;
	width:1px;
	height:1px;
	/*   Use this to place poll in center of page.
	top:50%;
	left:50%;
	*/
	top:80px;
	left:695px;
}
	#Qpoll .poll_holder {
		position:absolute;
		left:-150px;
		width:394px;
	}
	
	#Qpoll .thanks{
		display:none;
		}
	
		#Qpoll .poll_holder2 { 
			position:relative;
			border-top:1px solid #999999;
			border-left:1px solid #999999;
			border-right:1px solid #999999;
			background-color:rgb(255,255,255);
			background-color:rgba(255,255,255,0.90);
			padding:5px;
			padding-bottom:10px;
			height:220px;
		}
		#Qpoll .thanks .poll_holder2 { 
			padding-bottom:5px;
		}
			#Qpoll .poll_name {
				font-size:12px;
				font-weight:bold;
			}
			#Qpoll .poll_description {
				padding-bottom:2px;
			}											
			
			#Qpoll .poll_options {
			
			}
			#h_pollresults {
				border-top:1px solid #999999;
				margin-top:5px;
				padding-top:5px;
			}
				#Qpoll .poll_option {
					list-style:none outside none;
					display:list-item;
					margin:10px 0 1px 0;
					padding:0px 2px;
					text-decoration:none;
				}
				#Qpoll .poll_option:hover {
					display:list-item;
					background-color:#333;
					color:#00a;
				}
					#Qpoll .poll_option:hover span {
						color:#fff;
					}
				
	#Qpoll .h_column {
		position:relative;
		height:20px;
		margin:2px 0px;
	}
		#Qpoll .h_columnbar {
			position:absolute;
			height:20px;
			background-color:#ddd;
		}
		#Qpoll .h_columntitle {
			position:absolute;
			left:3px;
			top:3px;
			font-weight:bold;
		}
		#Qpoll .h_columnvalue {
			position:absolute;
			right:3px;
			top:3px;
		}
			
/* === EVAL-SCRIPT =================================================================================================== */	
	
	#eval body{
	background:#fff;
	}
	
	#eval_header {
	display:relative;
	height:35px;
	display:block;
	background:#F8F8F8 url(../_images/h1_bg.gif)  repeat-x left top;
	color:#00534D;
	font-family:Tahoma,Verdana,Helvetica,sans-serif;
	font-size:20px;
	font-weight:normal;
	padding:40px 0 5px 20px;
	}
	
	#eval #bg {
		background-color:#FFFFFF;
		height:600px;
		left:5px;
		opacity:0.5;
		filter:alpha(opacity=50);
		position:absolute;
		top:5px;
		width:460px;
		*width:442px;
	}
	#eval td, #eval select, #eval input {
		font-size:10px;
	}
	#eval select, #eval input {
		width:100%;
		border:1px solid #717171;
	}
	#eval input.button, #eval input.clear {
		width:auto;
	}
	#eval textarea {
		width:100%;
		height:50px;
	}
	#eval #Qeval_thanks {
		
	}
	#eval h2 {
		font-size:14px;
		padding:0px;
		margin:0px;

		margin:0 auto;
		position:relative;
	}
	#eval #Qeval_form {
		left:15px;
		position:absolute;
		top:80px;
		width:620px;
		overflow:hidden;
	}
	#eval #Qeval_thanks {
		height:580px;
		left:15px;
		position:absolute;
		top:80px;
		width:420px;
		overflow:hidden;
	}
	.q_question {
		font-size:11px;
		
	}
	.q_holder {
		/*border-bottom:1px solid #666;*/
		padding-bottom:3px;
		width:96%;
		margin:0 auto;
		position:relative;
	}
	.b_holder {
		margin-top:4px;
		text-align:center;
	}
	
	.q_answer{
	margin:5px 0 12px 150px;
	width:300px;
	}
	
	#eval_intro{
	width:590px;
	border:1px solid #717171;
	border-right:2px solid #9a9a9a;
	border-bottom:2px solid #9a9a9a;
	font-family:Tahoma,sans-serif;
	font-size:11px;
	color:#717171;
	padding:5px 12px 10px 12px;
	}
	
	fieldset {
	width:600px;
	color:#717171;
	border-right:2px solid #9a9a9a;
	border-bottom:2px solid #9a9a9a;
	margin:15px 0;
	}
	
	legend {
		background:#fff;
		color:#000;
		border:1px solid #717171;
		padding:0px 10px;
		font-family:Tahoma,sans-serif;
		font-size:12px;
		font-weight:bold;
	}



/*----------help----*/
#help p {
}

#help ul {
	margin: 8px;
}

