/* CSS Document */


/* hide from ie on mac \*/
html {
	height: 		100%;
	overflow: 		hidden;
}

#flashcontent {
	height: 		100%;
	text-align: 	center;
	vertical-align: middle;
}
/* end hide */

body {
	height: 		100%;
	margin: 		0;
	padding: 		0;
	font-family: 	Georgia;
	font-size: 		.75em;
	background: 	rgb(233,229,252) url("/bg.jpg") top left repeat-x;
}

input, select {
	vertical-align: middle;
}

input {
	text-align: 	right;
}

#showinputs {
	position: 		absolute;
	top:			0px;
	left:			0px;
	width:			100%;
	height:			100%;
	background-image: url('/graph.jpg');
	background-position: left top;
	background-repeat: no-repeat;
}

#showinputs form {
	position: 	absolute;
	left:		59px;
	top:		59px;

	text-align: right;
	color: 		#999999;
}

#ortry {
	position: 	absolute;
	left:		59px;
	top:		475px;

	color: 		#999999;
}
