@charset "UTF-8";
.two_col_form h3 {margin-top:.0em;}
.two_col_form form {
	float:left;
	margin:0; /*  TEMP for this demo - moves the form from T/L corner of page  */
	padding:.5em .75em 10px;
	border:1px solid #CCCCCC;
	width: 500px;
	}
.two_col_form div.formsection {
	float:left; /* enclose the form control and label */
	width:500px; /* makes the floated element full width */
	border-bottom:1px solid #ddd;
	padding-bottom:0.4em;
	margin-bottom: 0.4em;
	}
.two_col_form div.formsection input {
	padding-bottom: 0em;
	padding-right: 1em;
	}
.two_col_form div.formsection label {
	font-size:100%;
	font-weight:bold;
	margin:.5em .5em 0 0;
	padding-bottom:0.5em;
	width: 105px;
	float: left;
	display: block;
	}
.two_col_form div input[type="submit"] {  /*IDWIMIE 6, so the button is on the left in IE6 */
	float:right;
	margin:.5em .3em .5em 0;
	}
/* styles for the checkbox and radio button sets */
.two_col_form div.formsection .buttongroup {
	float:left;
	width: 500px;
 	}
.two_col_form div.formsection .buttongroup input {
	float:left;
	clear:both;
	margin:0;
	padding:0;
	float:left;
	}
.two_col_form div.formsection .buttongroup label {
	width:450px; /* note this width is not 25ems because of the  */
	float:left;
	margin:0 0 0 1em; /* creates spacing betwen adjacent c/boxes, and btw each c/box and its label */
	font-weight:normal; /* reset the inherited value */
	clear:none; /* reset the inherited value */
	} 
/* styles for the msgs/errors list */
.two_col_form div.formsection  ul { /* add 'message' class to div to see this list */
	display:none;  
	font-size:.8em;
	padding:1em 3em;
	}
.two_col_form div.formsection  ul.message {display:block;} /* add 'message' class to ul to see this list */
.two_col_form div.formsection ul.error {color:red; display:block;}
.two_col_form div.formsection li {padding: .3em 0;}
/* end styles for the msgs/errors list */
.two_col_form div.formsection .buttongroup2 {
	float:left;
	width: auto;
 	}
.two_col_form div.formsection .buttongroup2 input {
	float:left;
	margin:0;
	float:left;
	padding-bottom: 0em;
	}
.two_col_form div.formsection .buttongroup2 label {
	margin:0 1em 0 1em; /* creates spacing betwen adjacent c/boxes, and btw each c/box and its label */
	font-weight:normal; /* reset the inherited value */
	clear:none; /* reset the inherited value */
	float: left;
	width: auto;
	} 
.formtext {
	font-size:95%;
	font-weight:bold;
	margin:.5em .5em 0 0;
	padding-bottom:0.5em;
	float: left;
	display: block;
	width: 100%;
}


.two_col_form div.formsection2 {
	float:left; /* enclose the form control and label */
	width:100%; /* makes the floated element full width */
	border-bottom:1px solid #ddd;
	padding-bottom:0.4em;
	margin-bottom: 0.4em;
	}
.two_col_form div.formsection2 input {
	padding-bottom: 0em;
	padding-right: 1em;
	}
.two_col_form div.formsection2 label {
	font-size:100%;
	font-weight:bold;
	margin:.5em 1em 0 0;
	padding-bottom:0.5em;
	width: 260px;
	float: left;
	display: block;
	}
