@charset "utf-8";
/* CSS Document */
.title1 {
	text-align:center;
	font-weight:bold;
	font-size:16px;
}
.title2 {
	font-weight:bold;
	color:#CC0000;
	font-size:13px;
}


	.formnotes {
		font-weight:bold;
		font-size:10px;
	}
	#myform,#myform2 {
		width:400px;
		margin:0 auto;
	}
	#myform .required,#myform2 .required {
		font-weight:bold;
	}
	#myform textarea,#myform2 textarea {
		width:250px;
		float:left;
		height:125px;
		margin-top:10px;
	}
	#myform label,#myform2 label {
		float:left;
		width:110px;
		height:20px;
		margin-top:10px;
		margin-right:10px;
		text-align:right;
	}
	#myform input, .myselect,#myform2 input, .myselect {
		float:left;
		width:100px;
		height:20px;
		margin-top:10px;
	}
	.myselect {
		height:25px;
		width:103px;
	}
	.entered {
		float:left;
		margin-top:10px;
		margin-left:10px;
	}
	#myform input, textarea, .myselect,#myform2 input, textarea, .myselect {
		text-align:left;
		margin-left:10px;
		margin-top:7px;
		border:1px solid #777;
		border-bottom:2px solid #333;
		border-right:2px solid #333;
	}
	#myform .myradio,#myform2 .myradio {
		margin-top:0px;
		border:0px;
		width:25px;
	}
	#myform br,#myform2 br {
		clear:left;
	}
