body {
  margin: 30 auto;
  padding: 0;
  font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
  font-size: 11px;
  background-image:url('images/bigruisbg.jpg');
  background-color: #000;
  
}


h1 {
  font-family: times, Times New Roman, times-roman, georgia, serif;;
  font-size: 28px;
	 color: #59b8cc;
 	text-align: center;
}


h2 {
  font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
  font-size: 38px;
	color: #59b8cc;
	background-color: #000;
	border-bottom: 1px solid #FFF;	
}

}
h3 {
	font-family: 'Lucida Grande', Geneva, Arial, Verdana, sans-serif;
  	font-size: 22px;
	color: #59b8cc;
}

h4  {  
   font-size: 10px;
    color: #59b8cc;
	background-color: #000;
	border-bottom: 1px solid #FFF;
	border-top: 1px solid #FFF;	
	line-height: 140%;
}



#container {
	width: 550px;
	display: block;
    margin-left: auto;
    margin-right: auto;
	padding: 15px 10px 0px 30px;

}

/* TABLE Sections ======================================================================== */

table {
	background-color: #D6F0FE;

}

td {
	border-bottom: 1px solid #FFF;	

}
tr:hover {
	background-color: #FFFFCC;
}

th {
	background-color: #C6DBE6;
	font-weight: normal;
	letter-spacing:-1px;
	text-align: left;
}
/* 
 wFORMS 2.0 Stylesheet - Campground Theme v3 (with tool-tip) - Aug. 2006
 See http://www.formassembly.com/wForms
 
 To be used along with wforms-jsonly.css
 This stylesheet and the associated images are Copyright (c) 2005 Cedric Savarese (http://www.4213miles.com)	
 and licensed under the Creative Commons Attribution-ShareAlike License (http://creativecommons.org/licenses/by-sa/2.0/) 
*/
 
form {
	padding: 10px;
}
form a {
	color: #33CC66;
}

/* Form Sections ======================================================================== */

/* Fieldset  */
fieldset {
	margin: 10px 0;
	padding: 15px 10px;
	background-color:#FAFAFA;
	border: 5px solid #bbb;
	overflow: auto;
	width: 500px;
	display: block;
    margin-left: auto;
    margin-right: auto 
	
}
legend {
	padding: 2px 5px;
	background-color:#FAFAFA;
	color: #59b8cc;
	font-weight: bold;
}
/* Nested Fieldset  */
fieldset fieldset  {
	background-color:#FFF;
	border: 1px solid #ccc;
}
fieldset fieldset legend {
	font-size: 90%;
	}

/* Grid Section */
form table {
	border-collapse: collapse;
}
form td {
	padding: 0 4px;
	border-left: 1px solid #DFDED2;
	border-right: 1px solid #DFDED2;	
}
form th {
	padding: 0 4px;
}

/* Combo Label + Input Field =========================================================== */
form .oneField {
	margin: 6px 0;
	display: block;
	vertical-align: middle;
}

/* Field Labels ======================================================================== */


/* Text inputs / Select label */
label.preField {
	display: -moz-inline-box;
	display: inline-block;	
	margin: 0.6em 4px 0 0;
	padding: 0 2px;
	min-width: 7em;
}
/* Radio / Checkbox group label */
form .label  {
	display: block; 
	margin: 0.6em 4px 0 0;
	padding: 2px;
}
/* Individual Checkbox / Radio label */
label.postField  {
	margin: 0 4px 0 4px;
	font-size: 125%; 
}

/* Inputs ======================================================================== */

textarea {
	font-size: 125%; 
	padding: 0;
	vertical-align: top;
	margin: 2px 2px 1px 0;
}
input {
	font-size: 125%; 
	margin: 0 2px 0 0;
	padding: 2px 0;
}
select {
	margin: 2px 2px 1px 0;
	padding: 0;
	font-size: 125%; 
}
.inlineSection .oneField select {
	margin: 0 2px 1px 0 !important;
}
.gridSection select  {
	margin: 0 !important;
}


/* Form Builder Related Rules ===================================================== */

/* Form or Fieldset instruction paragraph. */
form .instructions {
	margin: 1.5em 0;
	padding: 3px;
	background-color:#FFFFCC;
}
/* Asterisk on required fields */
form .reqMark {
	color: #F00;
	padding: 0 4px;
}

