/* FAQ step boxes */

		.stepbox, .stepbox_inactive {
			background-color: #F7F7F7;
			border: 1px solid #DDDDDD;
			margin: 24px 0 15px 13px;
			padding: 10px 9px 10px 9px;
			height: 40px;
			min-height: 40px;
			}
			
			* html .stepbox, * html .stepbox_inactive {
				height: 60px;
				he\ight: 40px;
			}
			
			html>body .stepbox, html>body .stepbox_inactive {height: auto;}
		
		/* step numbers */
		.stepbox #stepnumber1, .stepbox #stepnumber2, .stepbox #stepnumber3, .stepbox_inactive #stepnumber1, .stepbox_inactive #stepnumber2, .stepbox_inactive #stepnumber3 {
			position: absolute;
			width: 20px;
			height: 20px; 
			margin-left: -23px;
			margin-top: -24px;
		}
		
		.stepbox #stepnumber1 {background-image: url(../images/stepnumber1_1.gif);}
		.stepbox_inactive #stepnumber1 {background-image: url(../images/stepnumber1_0.gif);}
		.stepbox #stepnumber2 {background-image: url(../images/stepnumber2_1.gif);}
		.stepbox_inactive #stepnumber2 {background-image: url(../images/stepnumber2_0.gif);}
		.stepbox #stepnumber3 {background-image: url(../images/stepnumber3_1.gif);}
		.stepbox_inactive #stepnumber3 {background-image: url(../images/stepnumber3_0.gif);}
		
/* inside FAQ step boxes */
	
	.stepbox h2 {color: #111184;}
	.stepbox_inactive h2 {color: #C2C2C2;}		

	
	form {margin:0; padding: 0;}		
	
	select {
		width: 490px;
		font: 11px arial;
		color: #111184;
		background-color: #ffffff;
		border-left: 1px solid #B3B3B3;
		border-top: 1px solid #A2A2A2;
		border-right: 1px solid #DDDDDD;
		border-bottom: 1px solid #EBEBEB; 
	}
	
	.tip {color: #999999;}

/* Questions */
	.questions_hidden {display: none;}
	.questions_visible {display: inherit;}

/* Answers */
	
	.answer_hidden {display: none;}
	.answer_visible {display: inherit;}
		
	table {
		width: 490px;
		background-color: #ffffff;
		border-left: 1px solid #B3B3B3;
		border-top: 1px solid #A2A2A2;
		border-right: 1px solid #DDDDDD;
		border-bottom: 1px solid #EBEBEB;
	}
	
	thead {background-color: #111184; color: #ffffff;}
	
	th, td {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		text-align: left;
		padding: 5px;
		margin: 0;
		
		vertical-align:middle;
	}
	
	th {font-weight: bold; border-right: 1px solid #ffffff;}

	th.last {border-right: none;}
	
	table a {float: left; display: block; font-weight: bold; clear: both;}
	
	.pdf, .pdf:hover, .zip, .zip:hover {margin-bottom: 0;}	/* this makes table rows in Moz. the same height as in IE */
	