.regTable {
	position: relative;
	min-height: 429px;
	min-width: 300px;
}

.regTableTL {
	position: absolute;
	top: 0;
	left: 0;
	display: table-cell;
	background-image: url('images/register/registration_bg_top_left.jpg');
	background-repeat: no-repeat;
	width: 26px;
	height: 419px;
}

.regTableT {
	position: absolute;
	top: 0;
	left: 26px;
	right: 26px;
	display: table-cell;
	background-image: url('images/register/registration_bg_top_center.jpg');
	background-repeat: repeat-x;
	height: 419px;
}

.regTableTR {
	position: absolute;
	top: 0;
	right: 0;
	display: table-cell;
	background-image: url('images/register/registration_bg_top_right.jpg');
	background-repeat: no-repeat;
	width: 26px;
	height: 419px;
}

.regTableL {
	position: absolute;
	top: 419px;
	left: 0px;
	bottom: 10px;
	display: table-cell;
	background-image: url('images/register/registration_bg_left.jpg');
	background-repeat: repeat-y;
	width: 26px;
	background-color: #f00;
}

.regTableC {
	position: absolute;
	top: 419px;
	left: 26px;
	right: 26px;
	bottom: 10px;
	display: table-cell;
	background-image: url('images/register/registration_bg_center.jpg');
	background-repeat: repeat;
}

.regTableR {
	position: absolute;
	top: 419px;
	right: 0;
	bottom: 10px;
	display: table-cell;
	background-image: url('images/register/registration_bg_right.jpg');
	background-repeat: repeat-y;
	width: 26px;
}

.regTableBL {
	position: absolute;
	bottom: 0;
	left: 0;
	display: table-cell;
	background-image: url('images/register/registration_bg_bottom_left.jpg');
	background-repeat: no-repeat;
	width: 26px;
	height: 10px;
}

.regTableB {
	position: absolute;
	bottom: 0;
	left: 26px;
	right: 26px;
	display: table-cell;
	background-image: url('images/register/registration_bg_bottom_center.jpg');
	background-repeat: repeat-x;
	height: 10px;
}

.regTableBR {
	position: absolute;
	bottom: 0;
	right: 0;
	display: table-cell;
	background-image: url('images/register/registration_bg_bottom_right.jpg');
	background-repeat: no-repeat;
	width: 26px;
	height: 10px;
}

.regTableHeader {
	position: absolute;
	top: 8px;
	left: 10px;
	right: 10px;
	text-align: left;
}

.regTableBody {
	position: relative;
	padding-top: 40px;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
}

.regTableBodyFormRow {
	margin-top: 20px;
	margin-bottom: 25px;
}

.regTableBodyFormLabel {
	font-size: 16px;
	width: 150px;
	text-align: right;
	display: table-cell;
	font-weight: bold;
	vertical-align: middle;
}

.regTableBodyFormInput {
	display: table-cell;
	padding-left: 10px;
}

.regTableBodyFormInput input[type='text'] {
	height: 28px;
	font-size: 16px;
	width: 300px;
}

.regTableBodyFormInput input[type='password'] {
	height: 28px;
	font-size: 16px;
	width: 300px;
}

.regTableBodyFormInput textarea {
	height: 90px;
	font-size: 16px;
	width: 300px;
}

.inputValid {
	border: 1px solid #d5e67e;
}

.inputInvalid {
	border: 1px solid #cccccc;
}

.regTableBodyFormInput select {
	height: 28px;
	font-size: 14px;
}

.regArrow {
	margin: 0;
	padding: 0;
	display: inline-block;
	position: relative;
	width: 26px;
	height: 52px;
	color: #aed10c;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background-image: url('images/register/green_dot.png');
	background-repeat: no-repeat;
}

.regArrow .completed {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px;
	height: 26px;
	background-image: url('images/register/checkmark.png');
	background-repeat: no-repeat;
}

.regArrowDisabled {
	color: #aed10c;
	background-image: url('images/register/gray_dot.png');
}

.regArrow p {
	position: absolute;
	left: 0;
	right: 0;
	top: 26px;
	margin: 0;
	padding: 0;
	margin-left: -10px;
	margin-right: -10px;
	text-align: center;
}

.regLine {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-top: 13px;
	width: 50px;
	height: 2px;
	background-image: url('images/register/gray_line.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

.regLineCompleted {
	display: inline-block;
	margin: 0;
	padding: 0;
	margin-top: 13px;
	width: 50px;
	height: 2px;
	background-image: url('images/register/green_line.jpg');
	background-repeat: repeat-x;
	background-position: top;
}

.regButton {
	display: table-cell;
	width: 265px;
	height: 46px;
	color: #000;
	padding-top: 12px;
	font-size: 16px;
	text-align: center;
	background-image: url('images/register/registration_button.png');
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

.regButtonDisabled {
	width: 265px;
	height: 46px;
	display: table-cell;
	width: 265px;
	height: 46px;
	color: #cccccc;
	padding-top: 12px;
	font-size: 16px;
	text-align: center;
	background-image: url('images/register/registration_button_disabled.png');
	background-repeat: no-repeat;
	cursor: pointer;
	cursor: hand;
}

.regButton:hover {
	color: #000;
	background-image: url('images/register/registration_button_over.png');
}

.regGrayOut {
	font-size: 12px;
	font-style: italic;
	color: gray;
}

.saveBtn {
	display: table-cell;
	width: 62px;
	height: 23px;
	background-image: url('images/account/save.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.saveBtn:hover {
	background-image: url('images/account/save_over.jpg');
}

.editBtn {
	display: table-cell;
	width: 62px;
	height: 23px;
	background-image: url('images/account/edit.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.editBtn:hover {
	background-image: url('images/account/edit_over.jpg');
}

.activationBtn {
	display: table-cell;
	width: 82px;
	height: 35px;
	background-image: url('images/account/request_reactivation.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.activationBtn:hover {
	background-image: url('images/account/request_reactivation_over.jpg');
}

.suspensionBtn {
	display: table-cell;
	width: 82px;
	height: 35px;
	background-image: url('images/account/request_suspension.jpg');
	background-repeat: no-repeat;
	background-position: center;
}

.suspensionBtn:hover {
	background-image: url('images/account/request_suspension_over.jpg');
}
