/* Form styling */

form {

	margin: 0;

	}
	
.red {
	color: #FF0000;
}

/*fieldset {

	padding: 10px;

	margin: 30px 0 50px 0;

	border: 1px solid #777;

	background-repeat: repeat-x;

	background-position: 0% 14px;
	
	width: 400;

	}
*/
legend {
	/*font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
	padding: 3px 3px 3px 3px;
	border: 1px solid #999999;
	color: #44448f;*/
	display: none;
	}


.columnize label {

	display: block;

	width: 300px;

	/*float: left;*/

	text-align: left;

	padding: 2px 10px 0 0;
	
/*	font-weight: bold;*/
	
	margin-left: 0;

	}

.columnize input,

.columnize textarea {

	display: block;

/*	float: left;*/

	margin: 0 0 6px;
	
	width: 300px;

	}
	

	
.columnize select {

	display: block;

	float: left;

	margin-bottom: 6px;
	
	width: 50px; 
}
	


.columnize input:focus,

.columnize textarea:focus {

	border: 2px solid #333;

	}

.columnize br {

	clear: left;

	}



.certification input {
	display: block;
	float: left;
	margin: 3px 0 0 3px;
	width: 15px;
	clear: left;
}


.certification label {

	display: block;
	float: left;
	margin: 6px;
/*	width: 150px;
*/	text-align: left;

}

.radio {
	margin-top: 0px;
	padding-top: 0px;
}

input.radio {
	margin-top: 5px;
}

.certification p {
	margin: 6px 0 3px;
	clear: left;
}


	
.columnize input.radio, .radio{
	display: block;
	float: left;
	margin-bottom: 6px;
	width: 25px;
}
	
/*.certification {
	margin-left: 50px;


}

.required {
	clear: both;

}

*/	
p.question {
	
	padding: 0 0 0 10px;
}


p.submitButton {

/*	text-align: center;

	clear: left;

	padding: 1.4em 0 0 0;

	border: 0 none;

	background-color: transparent;

	cursor: auto;
	
	margin-left: 12px;*/

	}

p.submitButton input {

	/*background-color: #5B98D1;

	border: 2px solid #c37012;

	border-color: #4F83B4 #4F83B4 #0F1822 #0F1822;

	color: #fff;

	font-weight: bold;*/
	
	font-size: 12px;
	
	padding: 2px 12px 3px 12px;

	cursor: hand;

	}

/*p.submitButton input:hover {

	background-color: #999999;

	color: #000;

	}*/

.submitbutton {

	cursor: pointer;

	}



.unbulleted {

	margin-left: 0;

	padding-left: 0;

	list-style-type: none;

	}	

	
