/* text -----------------------------------------------------------------------*/

body{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 70.01%;
	color: #343232;
}

table, tr, td, pre, code, li, ul,  input{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1em;
}

h1{
  font-size: 1.8em;
  font-weight: bold;
  margin-bottom: 8px;
  color: #fdb813;
}

h2{
  font-size: 1.3em;
  line-height:1.4em;
  font-weight: bold;
  margin-bottom: 8px;
}

h3{
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 8px;
}

p{
	margin-bottom: 15px;
}

a:link {color: #B14A51; text-decoration: underline; font-weight: bold;}
a:visited {color: #B14A51;	text-decoration: underline; font-weight: bold;}
a:hover {color: #B14A51;text-decoration: none; font-weight: bold;}
a:active {color: #B14A51; text-decoration: underline; font-weight: bold;}

/* ----------------------------------------------------------------------------*/


/* layout ---------------------------------------------------------------------*/

body{
	background-color:#000000;
   text-align: center;
}

#testdiv{
	margin: 0 auto;
	padding: 10px;
	width: 300px;
	height: 200px;
}

#content-main ol{
	list-style:decimal;
	font-size: 0.8em;
	margin: 20px 0px;
}

#content-main ul{
	list-style:square;
	font-size: 0.8em;
	margin: 20px 0px;
}

#content-main ol li, #content-main ul li{
	margin-left: 23px;
	padding-left: 0px;
	padding-bottom: 10px;
}
	#wrapper{
	width:600px;
	margin:0 auto;
}
	#top-image{
	width:600px;

}
	#middle-content{
	width:500px;
	background:url(../images/main-bg.jpg) repeat-y;
	color:#FFFFFF;
	padding:0 70px 20px 60px;
	text-align:left;
	margin-top:-2px;
	font-family:Arial, Helvetica, sans-serif;
	
}
	#footer{
	width:600px;
}

	#form{
	width:400px;
	padding:50px 0 0 90px;
	text-align:left;
	font-size:1.2em;
	margin:0 0 0px 40px;
	background:url(../images/form-bg.jpg) no-repeat;
        height:650px;
}


	.leftformtb{
	width:220px;
	margin: 0 10px 20px 0;

}
	a#claim-button{
	display: block;
	width: 200px;
	text-align:center;
	text-decoration: none;
	color: #fff;
	background-color:#B14A51;
	float: left;
	margin: 10px 0px 0px 10px;
	padding: 5px 5px 5px 5px;
	

}

	#middle-content ul li{
	margin-bottom:20px;
	list-style-type:decimal;
	text-align:left;
}

	#terms{
	padding-bottom:20px;
	font-size:1.2em;
}

.label{
	margin-bottom: 3px;
}


	a#back-button{
	display: block;
	width: 110px;
	height: 10px;
	text-align:left;
	text-decoration: none;
	color: #fff;
	background-color:#B14A51;
	
	margin: 0px 0px 10px 0px;
	padding: 5px 5px 10px 10px;
	

}

.required{
color:#B14A51;

}
