body {
	font-family: Arial, "MS Trebuchet", sans-serif;
	text-align: center;
	font-size: 14px;
	background: #ffffff url("../img/bg.png") repeat-x;
}

a, a:visited {
	color: #000000;
}

#container {
	width: 750px;
	margin: 80px auto 0 auto;
}

#header {
	margin-top: 130px;
	text-align: center;
	font-size: 40px;
}

#content {
	min-height: 200px;
	position: relative;
}

#footer {
	font-size: 12px;	
}

#footer .note {
	font-size: 10px;
	color: #333333;
}

#results {
	font-size: 10px;
	color: #333333;
	min-height: 20px;
}

label {
	font-weight: bold;
}
.searchbox {
	background-color: #ffffff;
	width: 450px;
	/*height: 25px;*/
	border: 2px solid #333333;
	font-size: 15px;
	padding: 3px 1px 3px 15px;
}

.sbutton {
	border: 1px solid #333333;
	background-color: #000000;
	color: #cccccc;
	width: auto;
	/*height: 28px;*/
	font-size: 10px;
	padding: 5px;
	text-align: center;
	font-weight: bold;
}

/* CSS for the jquery popups */

#background_popup {
	display: none;
	position: fixed;
	_position: absolute; /* stupid hack for IE6 that breaks CSS validation */
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	background: #000000;
	border: 1px solid #cecece;
	z-index: 1;
}

#about_popup, #disclaimer_popup {
	display: none;
	position: fixed;
	_position: absolute; /* stupid hack for IE6 that breaks validation */
	height: 384px;
	width: 408px;
	background: #ffffff;
	border: 2px solid #cecece;
	z-index: 2;
	padding: 12px;
	font-size: 13px;
	text-align: justify;
}

#about_popup h1, #disclaimer_popup h1 {
	color: #59a8dc;
}

#close_popup_about, #close_popup_disc {
	font-size: 14px;
	line-height: 14px;
	right: 6px;
	top: 4px;
	position: absolute;
	color: #6fa5fd;
	font-weight: 700;
	display: block;
	cursor: pointer;
}

#about_lnk, #disclaimer_lnk {
	cursor: pointer;
	text-decoration: underline;
}

script {
	color: red;
}

