



/*ps_colored steps override*/
.ps_top_search{
	width:600px;
	margin-right:auto;
	margin-left:auto;
	
}
.ps_option_1{
	background-color:#eee;
	width:600px;
	margin-right:auto;
	margin-left:auto;
}

.ps_option_1_title{
	height:16px;
	background-image:url(images/step_1.gif);
	background-repeat:no-repeat;
	padding:0px 0px 5px 20px;
	line-height:16px;
	font-size:14px;
	color:#005b9e;
}

.ps_option_2{
	clear:left;
	width:600px;
	height:130px;
	background-color:#eee;
}

.ps_option_2_title{
	height:16px;
	background-image:url(images/step_2.gif);
	background-repeat:no-repeat;
	padding:0px 0px 5px 20px;
	line-height:16px;
	font-size:14px;
	color:#005b9e;
	}
	.ps_option_3{
	clear:left;
	width:600px;
	background-color:#eee;

}

.ps_option_3_title{
	height:16px;
	background-image:url(images/step_3.gif);
	background-repeat:no-repeat;
	padding:0px 0px 5px 20px;
	line-height:16px;
	font-size:14px;
	color:#005b9e;
}

.ps_tab_padding{
	padding:5px 2px 0px 2px;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
}

.ps_tab_padding:hover{
	padding:5px 2px 0px 2px;
	color:#d1d1d1;

	cursor:pointer;
	font-weight:bold;
}

.ps_tab_padding_selected{
	padding:5px 2px 0px 2px;
	color:#000;
	font-weight:bold;
	cursor:pointer;
}

.ps_tab_left{
	float:left;
	width:6px;
	height:23px;
	background-image:url(images/tab_left.gif);
}

.ps_tab{
	float:left;
	height:23px;
	background-image:url(images/tab_background.gif);
}

.ps_tab_right{
	float:left;
	width:6px;
	height:23px;
	background-image:url(images/tab_right.gif);
	background-repeat:no-repeat;
	padding-right:2px;
}
.ps_iframe{
	width:600px;
	margin-right:auto;
	margin-left:auto;
}