	* {
		margin: 0;
		padding: 0;
	}
	body
{
background:url(Images/logobg.png) no-repeat;
}

  BODY {SCROLLBAR-FACE-COLOR: red; SCROLLBAR-HIGHLIGHT-COLOR: white; SCROLLBAR-SHADOW-COLOR: black; SCROLLBAR-TRACK-COLOR: black; SCROLLBAR-DARKSHADOW-COLOR: black; SCROLLBAR-BASE-COLOR: black}

	.emph {
	color: #06F;
}
/* Gradient 1 */
.textbox {
	background-image:url(Images/textbox.png);
	background-repeat:repeat-x;
	border:0px solid #06C;
;
	width: 226px;
	height:22px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}
.textbox2 {
	background-image:url(Images/textboxsmall.png);
	background-repeat:no-repeat;
	border:0px solid #06C;
;
	width: 120px;
    height:22px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}
.headerhi {
	color: #333;
	font-weight: bold;
	font-size: 17px;
}
.textbox1 {	background-image:url(Images/textbox.png);
	background-repeat:repeat-x;
	border:0px solid #06C;
;
	width: 226px;
	height:22px;
	color:#333333;
	padding:3px;
	margin-right:4px;
	margin-bottom:8px;
	font-family:tahoma, arial, sans-serif;
}

#box {
	/* Position absolutely, 30px down from the top */
  position: absolute;
	top: 218px;
	/* In my case I'm centering it in the window; do what you like */
  margin-left: -100px;
	left: 265px;
	width: 400px;
	/* These are just for my example */
  height: 1.25em;
	border: 0px;
	text-align: center;
}

.howmany {
	text-shadow: 0 0 0.2em #0bb1e7, 0 0 0.2em #0bb1e7, 0 0 0.2em #0bb1e7;
	font-size:50px;
	color:#333;
		
	}
	
	.doit {
	
	font-size:12px;
	alignment-adjust:central;
	color:#333;
		
	}
	#useractions { width: 310px; margin: 10px auto; padding: 16px; background: white; -moz-box-shadow: 0 0 20px black; -webkit-box-shadow: 0 0 20px black; box-shadow: 0 0 20px black; }
.registerbtt {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffaa22;
	display:inline-block;
	color:#333333;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffee66;
}.registerbtt:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}.registerbtt:active {
	position:relative;
	top:1px;
}
.loginbttn {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #17a4e6), color-stop(1, #0b81b8) );
	background:-moz-linear-gradient( center top, #17a4e6 5%, #0b81b8 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#17a4e6', endColorstr='#0b81b8');
	background-color:#17a4e6;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #2368ad;
	display:inline-block;
	color:#ffffff;
	font-family:arial;
	font-size:14px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px -1px 0px #576570;
}.loginbttn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0b81b8), color-stop(1, #17a4e6) );
	background:-moz-linear-gradient( center top, #0b81b8 5%, #17a4e6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b81b8', endColorstr='#17a4e6');
	background-color:#0b81b8;
}.loginbttn:active {
	position:relative;
	top:1px;
}
.welcome {
text-shadow: -1px 1px 3px #000000;
        filter: dropshadow(color=#000000, offx=-1, offy=1);
       }