#user_link {
	/*background-color: #bfe155;*/
	background-image: url(../images/menu_bgr.jpg);
	background-position: bottom;
	padding-top: 25px;
	padding-bottom: 5px;
	height: 30px;
	margin-bottom: 7px;
	margin-top: -20px;
	text-align: center;
	width:478px;
}

#user_link ul {
	list-style: none;
	margin-left: auto;
	margin-right: auto;	
	margin-top: -7px;
	margin-bottom: 0px;
	display:block;
	text-align: center;
	padding-left:30px;
}

#user_link li {
	float: left;
	text-align: center;
	display: inline;
}

#user_link a {
	color: #666666;
	background-image: url(../images/user_link_n.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 33px;
	display: block;
	padding-right: 7px;
	margin-right: 5px;
	margin-left: 5px;
	float: left;
	//margin-right: 3px;
	//margin-left: 3px;	
	cursor: pointer;
}

#user_link span {
	background-image: url(../images/user_link_n_l.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 7px;
	display: block;
	float: left;
	height: 24px;
	padding-top: 9px;
}



#user_link a:hover span {
	background-image: url(../images/user_link_h_l.gif);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 7px;
	display: block;
	float: left;
	height: 24px;
	padding-top: 9px;
}

#user_link a:hover{
	color: #666666;
	background-image: url(../images/user_link_h.gif);
	background-repeat: no-repeat;
	background-position: right;
	height: 33px;
	display: block;
	padding-right: 7px;
	text-decoration: none;
}

#wizard    {
	clear: both;
	margin-top: 5px;
	margin-bottom: 17px;
	background-color: #F6F6F6;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #DADADA;
}
#wizard .wizard_tbl td {
	text-align: center;
}
#wizard .wizard_tbl td.tbl_sep {
	text-align: center;
	width: 15px;
}
#wizard .wizard_cell {
	text-align: center;
	/*float: left;
	padding-right: 8px;
	padding-left: 8px;*/
	color: #666666;
}
#wizard .wizard_img {
	height: 57px;
	width: 99px;
	margin-right: auto;
	margin-left: auto;
	//margin-right: 0;
	//margin-left: 0;	
	margin-bottom: 5px;
}

#wizard .ready .wizard_img {
	background-image: url(../images/wiz_ready.jpg);
	background-repeat: no-repeat;
}

#wizard .empty .wizard_img {
	background-image: url(../images/wiz_empty.jpg);
	background-repeat: no-repeat;
}

#wizard .current .wizard_img {
	background-image: url(../images/wiz_current.jpg);
	background-repeat: no-repeat;
}

#wizard .current {
	font-weight: bold;
}

#wizard .sep {
	position: relative;
	float: left;
	width: 25px;
	height: 19px;
	margin-left: -5px;
	margin-right: -5px;
	margin-top: 55px;
	background-repeat: no-repeat;
	z-index:100;
}

.user_panel    {
	color: #333333;
	font-size: 11px;
	margin-right: 10px;
	margin-left: 10px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	padding-bottom: 5px;
	margin-bottom: 3px;
}

#wiz_step_field {
	border: 1px dashed #aAaAaA;
	padding: 5px;
	margin-top: 10px;
}

#wiz_step_field .text_input{
	border: solid 1px #CCCCCC;
	border-color: #666666 #CCCCCC #CCCCCC #666666;
	margin-top: 4px;
}

#wiz_step_field strong{
	color:#666666;
}

#wiz_radio_img {
	padding-top: 5px;
	padding-bottom: 5px;
}

#wiz_radio_img input {
	margin-right: 37px;
}

.paysys_egold {
	background-image: url(../images/paysys_small_egold.jpg);
	background-repeat: no-repeat;
	background-position: 20px 10px;
}

.paysys_ebullion {
	background-image: url(../images/paysys_small_ebullion.jpg);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	border-bottom: solid 1px #C0C0C0;
	border-top: solid 1px #C0C0C0;
	width: 257px;
}

.paysys_libertyreserve {
	background-image: url(../images/paysys_small_libres.jpg);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	border-bottom: solid 1px #C0C0C0;
}

.paysys_rside {
	background-image: url(../images/rside.jpg);
	background-repeat: no-repeat;
	background-position: 20px 10px;
	margin-bottom: 10px;
}

.wiz_step_end {
	margin-top:10px;
	background:#F6F6F6;
	text-align: left;
	height:32px;
	clear: both;
}

#refTable td {
	border-bottom: solid 1px #cccccc;
	border-right: solid 1px #cccccc;
	text-align: right;
	padding-right: 10px;
}
#refTable th {
	background-color: #e3e3e3;
	border-bottom: solid 1px white;
	border-left: solid 1px white;
	text-align: center;
}
#refTable th.vert {
	text-align: left;
}

#refTree {
	border: solid 1px #cccccc;
}
#refTree #titleDiv {
	background-color: #e3e3e3; 
	padding:3px 0px;
}
#refTree ul {
	padding:0px;
	margin:0px;
}
#refTree li {
	list-style: none;
	margin:3px 0 2px 10px;
	padding:0px;
	padding-top: 2px;
	border-top: solid 1px #eeeeee;
}