/*
	Yes this layout was inspired by lightbox v2.0's page, the reason being, the layout works really well for a doc 
*/

	
*, html, body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

html {
	height: 100%;
}

body {
	background: #ffffff;
	color: #ffffff;
	font-family: helvetica, arial;
	font-size: 12px;
	height: 100%;
}

h1 {
	color: #96BF55;
	font-size: 20px;
	font-weight: normal;
	margin: 5px 0 5px 0;
	text-align: left;
}

#container {
	margin: 20px auto 0 auto;
	width: 700px;
}

#top_container {
	width: 680px;
	height: 130px;
	margin: 10px auto 10px auto;
}

#bottom_container {
	clear: both;
	width: 700px;
}

h2 {
	text-align: left;
	font-weight: normal;
	font-size: 120%;
	color: #09f;
	margin: 5px 0 15px 0;
}

h2 span {
	clear: both;
	font-size: 70%;
	color: #FF9;
}

.hidden {
	display : none;
}

select {
	font-family: helvetica, arial;
	font-size: 10px;
}
