#mainContent{
	width:790px;
	float:left;
	color:#000;
}

.step1Desc{float:left;margin-top:20px;padding-bottom:20px;width:790px;border-bottom:1px solid #dbdbdb;}
.step1Desc p{width:600px;color:#626262;font-size:12px;line-height:20px;}
.spacerDiv{width:200px;height:600px;float:left;}


h1{
	font-size:26px;
	font-weight:bold;
	padding:0;
	color:#000;
	margin-top:30px;
	margin-bottom:10px;
	margin-left:2px;
}
h2{
	font-size:16px;
	font-weight:bold;
	color:#000;
	margin-bottom:10px;
}

.stepsPanel{
	width:784px;height:81px;
	float:left;
	background-image: url('/images/registration/step1_bg.gif');
	background-position:top left;
	background-repeat:no-repeat;
}

	a.step1{
		margin-top:22px;margin-left:50px;
		width:150px;
		float:left;
		font-size:18px;
		color:#f4d500;
		font-weight:bold;
		text-decoration:none;
		cborder:1px solid green;
		}

	a.step1_on{
		margin-top:22px;margin-left:50px;
		width:150px;
		float:left;
		font-size:18px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		cborder:1px solid green;
		}


	a.step2{
		margin-top:22px;margin-left:50px;
		width:240px;
		float:left;
		font-size:18px;
		color:#f4d500;
		font-weight:bold;
		text-decoration:none;
		cborder:1px solid green;
		}
	a.step2_on{
		margin-top:22px;margin-left:50px;
		width:240px;
		float:left;
		font-size:18px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		cborder:1px solid green;
		}

	a.step3{
		margin-top:22px;
        margin-left:50px;
		width:240px;
		float:left;
		font-size:18px;
		color:#f4d500;
		font-weight:bold;
		text-decoration:none;
		cborder:1px solid green;
		}
	a.step3_on{
		margin-top:22px;margin-left:40px;
		width:240px;
		float:left;
		font-size:18px;
		color:#fff;
		font-weight:bold;
		text-decoration:none;
		cborder:1px solid green;
		}



#RegForm .theText{
	clear:left;float:left;
	width:135px;height:20px;
	text-align:right;
	font-weight:bold;
	margin-top:25px;
	padding-right:15px;
	}

#RegForm .theField{float:left;margin-top:20px;width:200px;}

#RegForm .theField input,#RegForm .theField select{
	width:190px;height:20px;
	background-image: url('/images/registration/input_bg.gif');
	background-position:top left;
	background-repeat:repeat-x;
	border-top:1px solid #757575;
	border-left:1px solid #757575;
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	font-size:12px;
	padding-top:2px;
	}

#RegForm .theField select{background-color:#fbfbfb;height:22px;}


#RegForm .remark{font-size:11px;color:#8d8d8d;}

#RegForm .newsletter {
	font-weight:bold;
	float:left;
	margin-top:20px;
	padding-bottom:10px;
	padding-top:10px;
	width:790px;
	border-bottom:1px solid #dbdbdb;
	border-top:1px solid #dbdbdb;
	}
#RegForm p{float:left;text-align:center;width:790px;font-size:12px;line-height:30px;}

#RegForm a{color:#e20a16;}
#RegForm .BottomText{float:left;margin-top:10px;}

#AvailableSection{width:200px;display:block;float:left;margin-top:25px;}
#AvailableSection a{font-weight:bold;color:#000;text-decoration:none;}
#AvailableSection a:hover{color:gray;}





#png{
	position:absolute;
	z-index:0;
	top:0px; left:0;
	width:370px; height:220px;
	background-repeat:no-repeat;
	background-image:url('/images/registration/code_bg.png');
	*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/images/registration/code_bg.png',sizingMethod='image');
	_background:none;
}


#container{
	position:relative;
	z-index:1;
	width:320px;height:180px;
	margin-left:25px;padding-top:30px;
	color:#000;
	}

	#container p{
		width:320px;
		float:left;
		cborder:1px solid red;
		}
	#container .cpType{width:100px;float:left;margin-top:40px;}

	#container .cpField{width:200px;float:left;margin-top:35px;}
	#container .cpField input{
		width:180px;height:17px;
		background-image: url('/images/registration/input_bg.gif');
		background-position:top left;
		background-repeat:repeat-x;
		border-top:1px solid #757575;
		border-left:1px solid #757575;
		border-right:1px solid #e3e3e3;
		border-bottom:1px solid #e3e3e3;
		font-size:12px;
		z-index:2;
		}


	#container .linkSend{width:100px;clear:left;float:left;margin-top:45px;}
	#container .linkSend a{color:#e20a16;}

	.sendComment{
			float:right;
			text-align:center;
			height:23px;width:47px;
			display:block;
			margin-top:45px;
			background-image:url('/images/commentsendbutton_bg.gif');
			background-position:left top;
			background-repeat:no-repeat;
			cursor:pointer;
			}
			.sendComment a{
				height:23px;width:27px;
				display:block;
				float:left;
				text-align:center;
				margin-top:0pt;
				padding:3px 11px 0pt;
				font-weight:normal;
				color:#000000;
				font-size:10px;
				text-transform:uppercase;
				text-decoration:none;
			}
#errors ul{padding-left:15px;font-size:12px;}
#errors ul li {
	list-style-image: url('/images/icons/redulbullet.gif');
	padding-bottom:5px;
	}


.userEmail{color:#e20a16;font-size:11px;}

.defaultEmail {
	color: #a0a0a0;
	font-style:italic;
}

.smallLink:link, .smallLink:visited, .smallLink:hover {
	font-size:11px;
}
