/* CSS Document */


/* START OF THE FORM CSS */
div#formcontainer {
	width:600px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	border-top-width: 1px;
	border-right-width: 1.5px;
	border-bottom-width: 1.5px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}
div#formcontainer h3 {
	margin:20px 0 0 10px;
	font-weight:bold;
	font-size:0.8em;
	text-align: center;
} 
/* adjust top margin for your context */
div#formcontainer h4 {
	margin:0 0 5px 10px;
	font-weight:normal;
	font-size:0.75em;
	color: #006666;
	text-align: center;
}
div#formcontainer form  {
} 
/* the top border is visually 1 px thicker because it touches the div.clearfix bordertop */
div#formcontainer div.clearfix {
	vertical-align:top;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
} 
/* adds the line above each section and provides vertical spacing */
div#formcontainer form label {
	width:120px;
	font-size:0.95em;
	color: #000000;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 10px;
	float: left;
	text-align: right;
} 
/* this is the text label on the left of each input */
/*some extra styles for the checkbox and radio button sets*/    
div#formcontainer div.buttongroup {
	float:left;
	margin:0px;
	padding:0px;
} 
/* a container for a groups of buttons - suppresses the clearfix div top border on the divs around the radio buttons/checkboxes */
div#formcontainer div.buttongroup div {margin-bottom:5px; font-size:.75em;} 
/* wrapper for the INPUT and its text - margin-bottom sets the vertical distance between buttons */
div#formcontainer div.buttongroup input {
	margin-right:5px;
} /* set the distance between button and its label text */
/* postions the submit button by selecting a div with attribute type SUBMIT - IDWIMIE */
div#formcontainer input[type="submit"] {
	display:block;
	margin-left:auto;
	margin-right:10px;
	color: #639063;
}
/* END OF THE FORMS CSS*/


/* ERROR TEMPLATE CSS*/
div#formcontainer_errors {
	width:400px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #666;
	text-align: center;
	border: .75px solid #036;
	margin-right: auto;
	margin-left: auto;
	font-weight: normal;
}
div#formcontainer_errors ul {
	font-family: Verdana, Geneva, sans-serif;
	color: #639063;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	list-style-type: none;
	background-color: #FFF;
	font-style: normal;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	margin-left: 15px;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 30px;
	padding-left: 5px;
	font-weight: normal;
	
	}
	
div#formcontainer_errors ul li {
	list-style-image: none;
	text-align: left;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 10px;
	
} 
	}	
div#formcontainer_errors h20 {
	font-weight:normal;
	font-size:1em;
	text-align: center;
	color: #069;
	line-height: 1.5em;
	font-style: normal;
} 
/* adjust top margin for your context */
div#formcontainer_errors h21 {
	margin:0 0 5px 10px;
	font-weight:bold;
	color: #333;
	text-align: center;
	text-decoration: underline;
	line-height: 2em;
	font-style: italic;
}	
	
	.10pbox {
	font-weight:bold;
	text-align: center;
	margin-top: 30;
	margin-bottom: 30;
	padding-top: 15px;
	padding-bottom: 15px;
	font-style: italic;
	font-size: 1.2em;
	float: none;
}	
	
/* END OF THE FORMERROR CSS*/

/* SUCCESS TEMPLATE CSS*/

div#formcontainer_success {
	width:400px;
	margin-top: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #639063;
	text-align: center;
	border: 2px solid #639063;
	margin-right: auto;
	margin-left: auto;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}

	.10pbox {
	font-weight:bold;
	text-align: center;
	margin-top: 30;
	margin-bottom: 30;
	padding-top: 15px;
	padding-bottom: 15px;
	font-style: italic;
	font-size: 1.2em;
	float: none;
}	

/* EBDSUCCESS TEMPLATE CSS*/
