body {
	background-color: #000000;
	margin:0px auto;
	padding:0px;
	-webkit-text-size-adjust:none;
}

h1 {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 12pt;
	margin-bottom: 3px;
	color: #fff;
}
a {
	color: #fff;
}

a.button {
	/* Default positioning of button */
	display: block;
	margin: 0 auto;
	text-align:center;
	line-height: 42px; /* will keep the text vertically
				centered on the 46px high button */				

	font-size: 20px;

	/* Font styling */
	font-family: Helvetica;
	font-weight: bold;
	text-decoration: none;
	text-transform: capitalize;

	/* Button image is 29px wide.
		14px for the left part of the button
		14px for the right
		1px for the middle
	*/
	border-width: 0 14px 0 14px;
}
a.white.button {
	color: #000;
	text-shadow: #fff 0px 1px 1px;
	-webkit-border-image: url(images/whiteButton.png) 0 14 0 14;
}
a.gray.button {
	color: #fff;
	text-shadow: #333 0px 1px 1px;
	-webkit-border-image: url(images/grayButton.png) 0 14 0 14;
}
a.button:hover {
	color: #fff;
	text-shadow: #333 0px 1px 1px;
	-webkit-border-image: url(images/blueButton.png) 0 14 0 14;
}

a.last.button {
	margin-top: 10px;
}



div.mainbuttons {
			padding: 8px 5px 2px;
			left: 0;
			right: 0;
			background: url(images/options-extend.png) repeat-x top left;
		}
form {
	margin-bottom:0;
}
