/* register.css */
.darkenMask {
	background:url(../images/darken_mask.png) repeat;
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	visibility:hidden;
	overflow:visible;
	z-index:8;
}
.register {
	background:url(../images/register.png) no-repeat;
	position: absolute;
	float:left;
	top: 20px;
	height: 445px;
	width: 653px;
	visibility:hidden;
	z-index:9;
	overflow:visible;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
}

.register {
	background:url(../images/register.png) no-repeat;
	position: absolute;
	float:left;
	top: 20px;
	height: 445px;
	width: 653px;
	visibility:hidden;
	z-index:9;
	overflow:visible;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
}

* html .register {
	background:url(../images/register_ie.png) no-repeat;
}

.registerClose {
	float:left;
	position: relative;
	top: 12px;
	left: 600px;
	height: 21px;
	width: 21px;
	z-index:9;
}

.messageClose {
	float:left;
	position: relative;
	top: -15px;
	left: 200px;
	height: 21px;
	width: 21px;
	z-index:9;
}

.registerUserInput {
	float:left;
	position: relative;
	top: 75px;
	left: 28px;
	width: 250px;
	height: 320px;
	z-index:9;
}

.registerIconSelect {
	float:left;
	position: relative;
	top: 75px;
	left: 68px;
	width: 293px;
	height:300px;
	z-index:9;
	
}

.registerSubmit {
	position: relative;
	float:left;
	top: 29px;
	left: 190px;
	width: 136px;
	height: 26px;
	z-index:9;
	
}


.exporting {
	background:url(../images/exporting.png) no-repeat;
	position: absolute;
	float:left;
	top: 450px;
	height: 71px;
	width: 288px;
	visibility:hidden;
		z-index:9;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
}
* html .exporting {background: transparent url(../images/exporting_ie.png) 0 0 no-repeat;}

.exportingText {
	margin-left:40px;
	margin-top:3px;
		z-index:9;
}


.payoption {
	background:url(../images/payoption.png) no-repeat;
	position: absolute;
	float:right;
	top: 200px;
	height: 184px;
	width: 289px;
	visibility:hidden;
		z-index:9;
	font-family:arial,verdana,helvetica,sans-serif;
	font-size:11px;
}

.payoptionClose {
	
	position: relative;
	float:left;
	top: 12px;
	left: 250px;
	height: 21px;
	width: 21px;
		z-index:9;
}

.payoptionText {
	//margin-left:40px;
	//margin-top:3px;
	//	z-index:9;
	//	float:left;
}

