@charset "utf-8";
/* CSS Document */

/*body{
	font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
}
p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}*/
/* ----------- My Form ----------- */
	.myform{
		margin:0 auto;
		padding:14px;
		font-family:Tahoma, Verdana, Arial, Helvetica, sans-serif; 
		font-size:12px;
	}
	/* ----------- stylized ----------- */
	.clearlines {
		clear:both;
		margin:0;
		padding:0;
	}
	
	.pnoline {
		border:none !important;
		margin:0px;
	}
	.pnolineB {
		border:none !important;
		margin:0px !important;
	}
	#stylized{
		background-image: url(../common/regformBACK1.jpg) !important;
		background-repeat:no-repeat;
		position: relative;
		height: 1%
	}
	html>body #stylized { /* ----------- this prevents dumb IE from hiding text where a background image is set - in this case, #stylized has a background image: height: 1% fixes it, and the following height: auto is ignored by IE to suit all other browsers ----------- */
		height: auto
	} 
	#stylized h1 {
		font-size:20px;
		font-weight:normal;
		margin:25px 0 37px 20px;
		color:#358cdb;
	}
	#stylized h2 {
		font-size:16px;
		font-weight:bold;
		margin:5px 0;
		color:#358cdb;
		display:block;
		padding:5px 10px 5px 0;
		border-top:1px dotted #98c9f6;
		border-bottom:1px dotted #98c9f6;
	}
	#stylized h3 {
		font-size:14px;
		font-weight:bold;
		margin:15px 0 10px 0;
		color:#777;
		display:block;
		padding:4px 10px 2px 10px;
		border-top:1px dotted #ccc;
		border-bottom:1px dotted #ccc;
		background-color:#eee;
	}
	#stylized p{
		font-size:0.9em;
		color:#666666;
		margin:0 0 10px;
		border-bottom:dotted 1px #b7ddf2;
		padding-bottom:10px;
	}
	#stylized .forgottenp{
		font-size:0.9em;
		color:#666666;
		margin:0 0 10px;
		border:none !important;
		padding:0px 23px 0px;
	}
	#stylized label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:200px;
		float:left;
	}
	#stylized .wide{
		display:block;
		font-weight:normal;
		text-align:left;
		width:300px;
		float:left;
		margin:0 0 5px 10px;
	}
	#stylized .small{
		color:#666666;
		display:block;
		font-size:11px;
		font-weight:normal;
		text-align:right;
		width:200px;
	}
	#stylized .smallB{
		color:#666666;
		display:block;
		font-size:10px;
		font-weight:normal;
		text-align:right;
		width:140px;
	}
	#stylized input{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:248px;
		margin:2px 50px 20px 20px;
	}
	#stylized .inputAA{
		float: none;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:210px;
		margin:2px 0px 0px 0px;
		text-align:center;
	}
	#stylized .inputAAB{
		float: none;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:248px;
		margin:0px 0px 7px 20px;
		text-align:left;
	}
	#stylized .inputFORGOTTEN{
		float: left;
		font-size:12px;
		color:#333;
		padding:6px 2px;
		border:solid 1px #ccc;
		background-color: #FBFBFB;
		width:210px;
		margin:2px 0px 5px 0px;
		text-align:left;
	}
	#stylized .requiredbit { 
		border:solid 1px #ffcc66;
		background-color: #ffffcc;
		/*font-weight:bold;*/
		color:#000000;
	}
	#stylized .forgot { 
		display:block;
		float:left;
		border:solid 1px #aacfe4;
		padding:8px 10px 0 10px;
		width:90%;
		margin:15px 0 15px 10px;
	}
	#stylized .forgot label{
		display:block;
		font-weight:bold;
		text-align:right;
		width:140px;
		float:left;
	}
	#stylized textarea{
		float:left;
		width:248px;
		margin:0px 0 10px 20px;
		border:solid 1px #aacfe4;
		padding:4px 2px;
	}
	#stylized .textareaAA{
		float:left;
		width:248px;
		margin:0px 0 7px 20px;
		border:solid 1px #aacfe4;
	}
	#stylized .moreCOURSES{
		display:block;
		font-weight:normal;
		text-align:right;
		width:420px;
		float:left;
		margin-top:0px;
	}
	#stylized select{
		float:left;
		width:241px;
		margin:2px 0 20px 25px;
		padding:5px;
	}
	#stylized .formselect{
		float:left;
		font-size:12px;
		padding:4px 2px;
		border:solid 1px #aacfe4;
		width:253px;
		margin:2px 50px 20px 20px;
	}
	#stylized .radio{
		float:left;
		width:10px;
		margin:2px 0 30px 10px;
	}
	#stylized .check{
		float:left;
		width:25px;
		border:none;
		margin:0px;
		padding:0px;
	}
	#stylized .checkmore{
		float:left;
		width:25px;
		border:none;
		margin:0 0 0 15px;
		padding:0px;
	}
	
	#stylized #checkboxes1 input
	{
	    float:left;
		width:25px;
		border:none;
		margin:0 0 0 15px;
		padding:0px;
	}
	
	#stylized #checkboxes2 input
	{
	    float:left;
		width:25px;
		border:none;
		margin:0 0 0 0;
		padding:0px;
	}
	
	#stylized .checkb{
		float:left;
		width:25px;
		border:none;
		margin:0px;
		padding:0px;
	}
	#stylized button{ 
		clear:both;
		border:none;
		width:125px;
		height:30px;
		background:transparent url(../common/button.png) no-repeat;
		text-align:center;
		color:#333;
		font-size:11px;
		font-weight:bold;
		margin-left:219px;
		cursor: pointer;
	}
	#stylized .panel1{
		display:block;
		width:90%px;
		border:1px solid #aaa;
		background-color:#ffffcc;
		margin:10px 0px;
		padding:10px;
		text-align:center;
	}
	#stylized .actionbutton{
		float:right;
		margin:0 67px 20px 0;
	}
	#stylized .actionbuttonB{
		float:none;
		margin:10px 0px 20px 0;
	}
	#stylized .backbuttonA{
		float:left;
		margin:0 0 0 80px;
	}
	#stylized .panelB{
		float:left;
		display:block;
		border-bottom:1px dotted #b7ddf2;
		width:250px;
		height:150px;
		padding:5px;
		text-align:center;
		margin:10px 0 0 0;
	}
	#stylized .panelC{
		float:right;
		display:block;
		border-bottom:1px dotted #b7ddf2;
		width:250px;
		height:150px;
		padding:5px;
		text-align:center;
		margin:10px 0 0 0;
	}
	#stylized .noline{
		border:0px;
		margin:0px;
	}
	#fullwidthRegister p
	{
	    line-height:1.65em;
	}
	
	select.statelist
	{
	    width:201px;
	}
