@charset "utf-8";
/* CSS Document */
/* modal window css and tutorial provided by http://www.queness.com/post/77/simple-jquery-modal-window-tutorial */

#mask {
	position: absolute;
	z-index: 9001;
	background-color: #000;
	display: none;
}

#boxes .window {
	position: absolute;
	width: 600px;
	height: 300px;
	background: #FEF9C3 url(/images/resFormBkgrd.jpg) repeat-x top left;
	display: none;
	z-index: 9999;
	padding: 20px;
	border: 12px solid #fff;
	font-size: 11px;
}

#boxes a:link {
	color: #850400;
	text-decoration: underline;
}

#boxes a:visited {
	color: #850400;
	text-decoration: underline;
}

#boxes a:hover {
	color: #850400;
	text-decoration: none;
}

#boxes a:active {
	color: #850400;
	text-decoration: underline;
}

#boxes #dialog {
	width: 600px;
	height: 325px;
	color: #850400;
}

#boxes #dialog2 {
	width: 600px;
	height: 300px;
	color: #850400;
}

#boxes #dialog3 {
	width: 600px;
	height: 335px;
	color: #850400;
}
