/* CSS Document */
td {

	font-size: 11px;

}
#registration #tab1
{
	cursor: hand;
 
}

#registration #tab2
{
	cursor: hand;
 
}

#registration #tab3
{
	cursor: hand;
 

}
#registration #tab4
{
	cursor: hand;
 
}

/*Hiding the step 2 content by default */
#reg_table_three_steps #reg_form_step2_td
{
	display: none;
}

/* Hiding the step 3 content by default */
#reg_table_three_steps #reg_form_step3_td, #reg_form_step4_td 
{
	display: none;
}

#reg_table_three_steps 
{
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #CDCDCF;
}

#reg_form .hrow
{
	height: 1px;
	width: 100%;
	color: #999999;
}

#step1_table
{
	
	border-width: 1px 1px 1px 1px;
	border-style: solid;
	border-color: #CDCDCF;
}

#reg_privacy_content
{
	background-color: #D7E9F7;
	padding: 5px 3px 5px 3px;
	font-size: 9px;
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	text-align: justify;

}

.reg_bottom_border
{
	border-bottom: 1px solid #D5EAFB;
}

.reg_right_border
{
	border-right: 1px solid #D5EAFB;
}
.border1
{
	border-left: 1px solid #DBD9D9;
}
.border2
{
	border-left: 1px solid #DBD9D9;
}
.step1_heading_row
{
		background: url(../images/blue_head_bg.gif);
}

