@CHARSET "ISO-8859-1";

body {
	background-image:url(/images/siteBgStart.gif);	
}

/** Different Header Images **/
#header {
	height: 252px;
	background-image:url(/images/headerIndexPage.jpg);
}

#marginal {
	background-image:url(/images/marginalBgStart.gif);
}

#content .border {
	background:	url(/images/applicationFormBg.gif) 0 0;		
	border-left: none;
	
}
#content #right {
	padding-top: 0px;
}

#bigArrow {
	margin-top: -75px;
}

#applicationsLoading {
	display: none;
	width: auto;
	height: 280px;
	margin-top: 10px;
	background: #e6ebee url(/images/loadbar.gif) 50% 50% no-repeat;
}

/**
 *	Search Form
 */
fieldset {
	background-color: #ebeff0;
	display: block;
	border: 0px;
	margin-bottom: 10px;
	line-height: 16px;
}
fieldset select {
	margin-top: 4px;	
}
fieldset .industries {
	margin-bottom: 6px;	
}
#resultText {
	display: block;
	float: left;
	width: 300px;
}
fieldset strong {
	
}