/*------------------------------------*\
   ACCESSIBLE TRAM CSS
   Jeffry Susanto
   March 13th 2012
\*------------------------------------*/

body {
	font: 0.8em Arial, Helvetica, sans-serif;
}
fieldset {  
	margin: 0 0 1.5em 0;  
	padding: 0;  
	border: 1px solid #BFBAB0;  
	background-color: #F2EFE9;  	
	background-repeat: repeat-x;
	width: auto;
}
legend {  
	margin-left: 1em;  
	padding: 0; 
	color: #000;  
	font-weight: bold;
}
fieldset ol {  
	padding: 1em 1em 0 1em;  
	list-style: none;
	overflow: visible;
}
fieldset li { 
	padding-bottom: 1em;
}
fieldset.submit {  
	float: none;  
	width: auto;  
	border-style: none;  
	padding-left: 0em;  
	background-color: transparent;  
	background-image: none;
}
label {  
	float: left;  
	width: 10em;  
	margin-right: 1em;  
	text-align: right;
}

/*** Content area adjustment to fix overflow
/*** caused by select options (chosen plugin) height ***/
@media only screen and (min-width: 600px) {
	#layout-5 #sectionNav + #content {
		overflow: visible;
		margin-left: 210px;
	}
}

#accessible-tram-direction {
	display: none; /* enabled with javascript */
}