/* CSS Document */
*{
margin: 0;
padding: 0;
border: 0;
}

/* Forms */

#table{
	border-left: 0px solid #002C77;
	border-top: 0px solid #99CC66;
	border-right: 0px solid #002C77;
	border-bottom: 0px solid #99CC66;
	background: White;
	font-size: 11px;
	padding: 2px; 
	width: 290px;
	
}

.tableCol{
color : #3366cc;
width : 80px;
}

.tableRow{



}

.tableTitle{
	border-bottom: 1px solid #3366CC;
	font-size: 13px;
	font-weight: bold;
	color: #3366CC;
}

input,textarea, select {
	color : #666666;
    background-color : White;
	border : 1px solid #482987;
}

label {
	color: #482987;
}

/* The text input fields background colour */
input.post, textarea.post, select {
	background-color : #FFFFFF;
}

input { text-indent : 2px;  background-color : White;  }

/* The main submit button option */
input.mainoption {
	background-color:#CCCCCC;
}

/* None-bold submit button */
input.liteoption {
	background-color : White;
	font-weight : normal;
	padding:0px;
	font-size: 7px;
}

fieldset {
 padding: 1em;
  font:80%/1 sans-serif;
 width: auto;
}

legend {
  padding: 0.2em 0.5em;
  color:#002C77;
  font-size:120%;
  text-align:right;
  font-weight:800;
  }

.labelContainer {
  width: auto;
  text-align: left;
  color : White;
			
		
}
.fieldContainer {
  text-align: left;
  margin-bottom:5px;
}
