body {
    font-family: "Lucida Grande",tahoma,verdana,arial,sans-serif;
    font-size:15px;
    color: #333;
	background: #aed5f3 url('bg.png') repeat-x scroll center top;
	margin:0px;
}
a{
	text-decoration: none;
}

.button{
    background: #EEE url(large-button.png) 0 0 repeat;
    border: 1px solid #999;
    border-bottom-color: #888;
    cursor: pointer;
    display: block;
    font-size: 20px;
    font-weight: bold;
    line-height: normal !important;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
	color: #0074BD;
	margin:0px;
	margin-bottom:5px;
	-moz-border-radius: 5px; /* for Mozilla browsers */
	-webkit-border-radius: 5px; /* for webkit browsers (Chrome, Safari) */
	border-radius: 5px; /* for Opera and others */
	
	height:48px;
	width:203px;
}


.load{
    background: #dbd5dd url(loading.gif) no-repeat;
	background-position:10; 
    border: 1px solid #999;
    border-bottom-color: #888;
    cursor: pointer;
    display: -moz-inline-box;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: normal !important;
    padding: 5px 12px;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    white-space: nowrap;
	color: #0074BD;
	margin-top:0px;
	margin-bottom:5px;
	-moz-border-radius: 5px; /* for Mozilla browsers */
	-webkit-border-radius: 5px; /* for webkit browsers (Chrome, Safari) */
	border-radius: 5px; /* for Opera and others */
	-moz-box-shadow: 2px 2px 2px #DDD;
	-webkit-box-shadow: 2px 2px 2px #DDD;
	box-shadow: 2px 2px 2px #DDD;
	height:48px;
	width:203px;
}

.button:hover{
	-moz-box-shadow: 2px 2px 2px #363636;
	-webkit-box-shadow: 2px 2px 2px #363636;
	box-shadow: 2px 2px 2px #363636;
}

.button:active{
    background: #DDD;
    -moz-box-shadow: 2px 2px 2px #363636;
	-webkit-box-shadow: 2px 2px 2px #363636;
	box-shadow: 2px 2px 2px #363636;
}

#timer{
    background: #EEE;
    border: 1px solid #999;
    border-bottom-color: #888;
    cursor: pointer;
    display: block;
    font-size: 15px;
    font-weight: normal;
    line-height: normal !important;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
	color: #0074BD;
	margin:0px;
	-moz-border-radius: 5px; /* for Mozilla browsers */
	-webkit-border-radius: 5px; /* for webkit browsers (Chrome, Safari) */
	border-radius: 5px; /* for Opera and others */
	width:100%;
	height:20px;
}

#header
{
	Filter: Blur(Add = 1, Direction = 225, Strength = 10);
	font-size:30px;
	font-weight:bold;
	color: #0074BD;
	font-family: Arial;
	text-decoration: none;
	text-align: center;
	text-shadow: 1px 1px white, -1px -1px #333;
	
}
#footer,#footer a
{
	font-size:12px;
	font-weight:bold;
	color: #0074BD;
	font-family: Tahoma;
	text-decoration: none;
	text-align: center;
}
#footer a:hover
{
	font-weight:bold;
	color: #0074BD;
	text-decoration: underline;
}