@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:0;
}
body {
	font-family:"Lucida Sans Unicode", Lucida Grande, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#fff;
}
a {
   font-weight:700;
   color:#fff;
   text-decoration:none;
}
a:hover {
   text-decoration:underline;
}

#header {
	width:695px;
	margin:0 auto;
}
#logo a {
	display:block;
	width:427px;
	height:94px;
	background:url(../images/odd-tracker.png) no-repeat;
	text-indent:-9999px;
	margin:20px 0 0 20px;
   float:left;
}
#how a{
	display:block;
	width:193px;
	height:48px;
	background:url(../images/how-to-use.png) no-repeat top left;
	text-indent:-9999px;
	margin:8px 30px 0 0;
   float:left;
}
#how a:hover {
   background-position:bottom;
}

#horse a{
	display:block;
	width:193px;
	height:48px;
	background:url(../images/afl.jpg) no-repeat top left;
	text-indent:-9999px;
	margin:8px 30px 0 0;
   float:left;
}
#horse a:hover {
   background-position:bottom;
}

/*   STEPS   */
#steps {
	margin:20px auto 0;
	width:657px;
	height:41px;
	overflow:hidden;
	z-index:1000;
	position:relative;
}
#steps #step1{
	text-indent:-9999px;
	background:url(../images/step-1.png) no-repeat top right;
	width:204px;
	height:41px;
	float:left;
	padding:0 0 0 30px;
}
#steps #step2{
	text-indent:-9999px;
	background:url(../images/step-2.png) no-repeat;
	width:210px;
	height:41px;
	float:left;
}
#steps #step3{
	text-indent:-9999px;
	background:url(../images/step-3.png) no-repeat;
	width:170px;
	height:41px;
	float:left;
}
#container {
	background:url(../images/odds-bg.jpg) no-repeat;
	width:677px;
	height:825px;
	margin:-18px auto 0;
	z-index:-100;
}
/*    MAIN CONTENT   */
#content {
	height:695px;
	padding:60px 50px 0;
}
#content #title-box{
	height:110px;
}
#content h1{
	font-weight:100;
	color:#ffffff;
	font-size:45px;
	line-height:45px;
}
#content h2{
	font-weight:100;
	color:#ffffff;
	font-size:26px;
	line-height:26px;
}
#content #formbox1 {
	background:#606060 url(../images/formbox1-bg.jpg) repeat-x;
	height:149px;
	width:350px;
	border:1px solid #8a8b8a;
	padding:15px;
}
#content #formbox2 {
	margin:3px 0 0;
	background:#8c0000 url(../images/formbox2-bg.jpg) repeat-x bottom;
	width:350px;
	border:1px solid #9f3634;
	padding:15px;
   height:337px;
}
#content .formtitle {
	color:#fff;
	font-size:14px;
	font-weight:700;
	display:block;
	padding:0 0 20px 0;
}
#content .textfield {
	width:164px;
	font-size:11px;
	height:15px;
	padding:3px 3px 0;
}
#content .horse {
	background:url(../images/horse.png) no-repeat;
	display:block;
	float:left;
	width:32px;
	height:18px;
	text-indent:-9999px;
	behavior:url(scripts/iepngfix.htc);
}
#content .free {
	display:block;
	padding:2px 0 0;
}
#content .checkbox {
}
#content table tr {
	height:20px;
}
#content .submit {
	width:115px;
	height:27px;
	background:url(../images/submit.gif) no-repeat;
	font-weight:700;
	margin:0 auto;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	cursor:pointer;
}
#content-box {
   background:url(../images/white-trans.png);
   behavior:url(scripts/iepngfix.htc);
   width:352px;
   padding:15px;
   height:520px;
   font-family:Arial, Helvetica, sans-serif;
   font-size:12px;
   line-height:16px;
   color:#fff;
}
#content-box h3 {
   margin: 0 0 20px 0;
   font-size:22px;
   line-height:22px;
   color:#fff;
   font-weight:100;
}
#content-box p {
   margin:0 0 20px 0;
}
#content-box .horse-title {
   font-size:14px;
   font-weight:700;

}


/*   FOOTER   */
#footer {
	font-size:9px;
	color:#ffffff;
	padding:0 50px;
	line-height:10px;
   font-family:Arial, Helvetica, sans-serif;
}
#footer a{
	color:#fff;
	text-decoration:none;
}
#footer a:hover{
	text-decoration:underline;
}
#footer #left{
	width:460px;
	float:left;
}
/*#footer #right{
	width:170px;
	float:left;
	text-align:right;
}*/

/*   FORM VALIDATION   */
#content #subscribe .error {
   background:#666666;
	color:#fff !important;
}
#content #subscribe label.error {
	background:none;
	display:block;
	font-size:9px;
}
.yscroll {
   overflow-y:scroll;
}