.register_success {
	padding: 10px;
	}	

	#register_continue_btn {
		margin-left: 10px;
		width: 73px;
		height: 18px;
		background: url('../../images/register/register_continue-trans.png') no-repeat;
		overflow: hidden;
		text-align: center;
		color: #fff;
		padding-top: 6px;
		border: 0;
		font-size: 10px;
		cursor: pointer;
		float: left;
		}
	
		#register_continue_btn:hover {
			background-position: bottom left;
			}
			
		#register_continue_btn a {
			text-decoration: none;
			color: #fff;
			font-size: 10px;
			}
			
.register_error {
	padding: 10px;
	}	

.register_heading {
	width: 360px;
	height: 20px;
	}
	
.register_table {
	float: left;
	width: 350px;
	margin-bottom: 5px;
	}

	.register_table tr {
		height: 21px;
		}
	
	.register_table td.label {
		width: 130px;
		color: #000;
		font-size: 11px;
		font-weight: bold;
		padding-top: 1px;
		height: 25px;
		}

	.register_table td.input {
		width: 170px;
		text-align: left;
		}

		.register_table td.input input[type="text"],
		.register_table td.input input[type="password"] {
			width: 170px;
			border: 1px solid #999;
			height: 13px;
			font-size: 11px;
			padding: 2px;
			}

		.register_table td.input input.checkbox {
			padding: 0px;
			width: 15px;
			border: none;
			}
			
		.register_table td.input select {
			width: 170px;
			border: 1px solid #999;
			font-size: 11px;
			}

		.register_table td.input select.multiple {
			height: 140px;
			}
			

.register_form_top {
	width: 370px;
	height: 10px;
	background: url('../../images/register/formbg_top-trans.png') no-repeat;
	}

.register_section_row {
	width: 750px;
	}


.register_section {
	float: left;
	margin-right: 5px;
	width: 370px;
	}
	
.register_details {
	width: 350px;
		height: 180px;
	margin-right: 5px;
/*	padding: 10px;*/
	padding: 1px 10px;
	background:url('../../images/register/formbg-trans.png') repeat-y;
	}

.register_form_btm {
	width: 370px;
	height: 10px;
	background: url('../../images/register/formbg_btm-trans.png') no-repeat;
	margin-bottom: 5px;
	}

#btn_register2 {
	width: 120px;
	height: 24px;
	background: url('../../images/register/register_account-trans.png') no-repeat;
	overflow: hidden;
	text-align: center;
	color: #fff;
	padding-top: 3px;
	border: 0;
	font-size: 10px;
	cursor: pointer;
	float: right;
	}
	
	#btn_register2:hover {			
	background-position: bottom left;
	}
	
	
.register_heading {
/*	width: 355px;*/
	height: 27px;
/*	margin-bottom: 3px;*/
	background: url('../../images/layout/heading_bg_black.png') repeat-x;
	color: #fff;
	font-size: 16px;
	padding-top: 10px;
	padding-left: 10px;
	}