html {padding:0; margin:0;}
* {font-family:"Times New Roman";}
a {color:#fff9d6;}

body {
	-webkit-text-size-adjust:none;
	color:#e7a913; padding:10px; text-align:center; font-size:16px; text-shadow:0 2px 3px black; font-variant:small-caps;
	background-color:black;
	background-image:url(images/gold/top.png), url(images/gold/bottom.png), url(images/gold/left.png), url(images/gold/right.png), url(images/tlstile.png);;
	background-position:top, bottom, top left, top right, top center;
	background-repeat:repeat-x, repeat-x, repeat-y, repeat-y, repeat;
	}

.countdown {
	background:url(images/countdown.png) no-repeat;
	margin:0 auto; padding:0 9px;
	width:280px; height:75px;
	}

.countdown td {
	text-shadow:1px 1px 2px black;
	width:70px; color:#400000; font-size:28px; text-align:center;
	}


/* Form Elements */
input[type=text], input[type=submit], input[type=button], select, input[type=checkbox] {border:2px solid #000000;}
input[type=submit] {font-size:14px;}
select {
	height:30px; width:202px;
	font-size:16px; margin-left:3px;
	}

input[type=text], select {
	font-size:18px;
	background:url(images/text.png) top;
	}

.left {text-align:left;}


.fancy {
	background:url(images/fancy.png) center no-repeat;
	text-align:center; margin:5px 0 10px 0;
	color:white; font-weight:bold;
	text-shadow:0 1px 3px black;
	}