@charset "utf-8";

form {
	width:400px;
	margin-left: 65px;

	}

label {

	display:block;

	font-weight:bold;

	}

textarea {
	width:300px;
	height:20px;
	text-align: left;
	text-indent: 0px;
	padding: 0px;
	margin: 0px;
	}
#questions {
}


.textInput {

	width:250px;

	}

.chkRad label {

	display:inline;

	}

.clearIt {
	clear:both;
	margin: 0px;

	}

select {

	margin:5px 0 8px 30px;

	}

/* Add this style for warning messages */

.warning {

	font-weight:bold;

	color:#FF0000;

	}
.thanks {
	font-weight:bold;
	color:#FF0000;
}
