body {
	background-color: #d2d2d2;
	padding: 20px;
	font-family: arial;
	color: #d2d2d2;
	background-image: url(images/background.png);
	background-repeat: repeat-x;
}
body, html { 
	height: 100%;
}


#box {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 150px;
	
	width: 511px;
	height: 236px;
	
	background-color: #fff;
	background-image: url(images/box-bg.gif);
	background-repeat: no-repeat;
	
	padding-top: 35px;
	padding-left: 40px;
	padding-bottom: 10px;
	padding-right: 20px;
	
	width: 451px;
	height: 191px;

	
}

form input.text {
	width: 50px;
	padding: 3px;
	border: solid 1px #888;
	display: block;
	margin-bottom: 20px;
}

h1 {
	font-size: 25pt;
	font-weight: normal;
	margin-top: -15px;
	padding-top: 0px;
}

input {
	clear: right;
	display: block;
}
label {
	float: left;
	display: block;
	width: 55px;
}

#submit {
	border-width: 0px;
	background: none;
	background-image: url(images/button.gif);
	display: block;
	height: 0px;
	width: 0px;
	margin-left: auto;
	margin-top: 5px;
	padding-left: 220px;
	padding-top: 35px;
	overflow: hidden;
	cursor: pointer;
}

#submit:hover {
	background-image: url(images/button-over.gif);
}

form p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 4px;
	display: block;
	clear: both;
}

div#box p {
	font-size: 8pt;
	margin: 0px;
	padding: 0px;
	margin-bottom: 2px;
}

div#box p.download {
	font-size: 14pt;
	text-align: center;
	margin-top: 25px;
}

div#box p a {
	color: #d2d2d2;
	text-decoration: none;
}
div#box p a:hover {
	color: #37b1ff;
}