/* CSS Reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

body {
	background-repeat: repeat;
	background-image: url(bg.jpg);
	font-family: Georgia, Lucidia Grande, Helvetica, Arial, Verdana, sans-serif;
	font-size: 16px;
	color: #ffffff;
	text-align: left;
	line-height: 23px;
}
a, a:visited{
  color:#ffff99;
  font-weight: normal;
  text-decoration: none;
}
a:hover{
  color: #f0c060;
  background-color: #000000;
  text-decoration: underline;
}
h1 {
	background-repeat: repeat;
	/* text-shadow: 2px 2px 1px #404040; */
	text-align: left;
	font-weight: normal;
	font-family: Georgia, Lucidia Grande, Helvetica, Arial, Verdana, sans-serif;
	color: #f0c060;
	font-size: 64px;
	line-height: 60px;
}
h2 {
	/* text-shadow: 2px 2px 1px #515151; */
	color: #00adef;
	font-style: normal;
	font-weight: normal;
	text-align: left;
	font-size: 24px;
	font-family: Georgia, Lucidia Grande, Helvetica, Arial, Verdana, sans-serif;
	line-height: 35px;
}
#temp{
  margin: 50px 0 0 100px;
}
ol { margin-left:30px; }
p { line-height:24px; padding-top:20px; }

/* Jotform styles */
.tbmain{ 
 /* Changes on the form */
 background: black !important; 
 width: 400px;
}
.left{
  /* Changes on the form */
  color: white !important; 
  font-family: Georgia !important;
  font-size: 11px !important;
}
td.left {
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#cccccc;
   vertical-align: top;
   text-align: left;
}
.pagebreak{
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:bold;
   color:black;
}
td.right {
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#cccccc;
   vertical-align: top;   
   text-align: left;   
}
.tbmain{
   height:100%;
   color:#cccccc;
   background:url(http://jotform.com/images/styles/style4_2_bg.gif) #363535 top repeat-x;
}
.head{
   font-family: "Trebuchet MS";
   font-size: large;
   font-weight:bold;
   color:#ffffff;
   vertical-align: top;
   text-align: left;
}
.notvalid{
   border:2px red solid;
   font-family:"Trebuchet MS";
}
.text{
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#cccccc;
   border:1px #000000 solid;
   background:url(http://jotform.com/images/styles/style4_txt_bg.gif) #333333 top repeat-x;
}
select.other{
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#ffffff;
   border:1px #000000 solid;
   background:url(http://jotform.com/images/styles/style4_txt_bg.gif) #333333 top repeat-x;
}
.btn{
   font-family: "Trebuchet MS";
   font-size: 12px;
   font-weight:normal;
   color:#cccccc;
   border:1px #000000 solid;
   background: url(http://jotform.com/images/styles/style4_btn_bg.gif) #333333 top repeat-x;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}

div.backButton{
	background: transparent url("http://jotform.com//images/btn_back.gif") no-repeat scroll 0 0;
	height:16px;
	width:53px;
	float:left;
	margin-bottom:15px;
	padding-right:5px;
}
div.backButton:hover{
	background: transparent url("http://jotform.com//images/btn_back_over.gif") no-repeat scroll 0 0;
}
div.backButton:active{
	background: transparent url("http://jotform.com//images/btn_back_down.gif") no-repeat scroll 0 0;
}
div.nextButton{
	background: transparent url("http://jotform.com//images/btn_next.gif") no-repeat scroll 0 0;
	height:16px;
	width:53px;
	float: left;
	margin-bottom:15px;
	padding-right:5px;
}
div.nextButton:hover{
	background: transparent url("http://jotform.com//images/btn_next_over.gif") no-repeat scroll 0 0;
}
div.nextButton:active{
	background: transparent url("http://jotform.com//images/btn_next_down.gif") no-repeat scroll 0 0;
}
.pageinfo{
	padding-right:5px;
	margin-bottom:15px;
	float:left;
}