.divider-verticle{
	width:auto;
	height:1px;
	margin:0 auto;
	padding:0;
	border-top:1px #fff solid;
	background: #fff;
}
.divider-verticle div{
	height:1;
	margin:0 auto;
	padding:0;
	background: #fff
}

.myaccount_box1-wrapper{
	position:relative;
	border:0px solid #fff;
	border-radius:5px;
	-moz-border-radius:5px;
    /*-moz-box-shadow: 0px 10px 15px -10px #aaaaaa;
	-webkit-box-shadow: 0px 10px 15px -10px #aaaaaa;
	box-shadow: 0px 10px 15px -10px #aaaaaa;*/
	filter: progid:DXImageTransform.Microsoft.Shadow(strength = 10, direction = 180, color = '#aaaaaa');
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(strength = 10, Direction = 180, Color = '#aaaaaa')";
	behavior: url(../php/pie.php);
}
.myaccount_box1{
	border:2px solid #fff;
	border-radius:5px;
	-moz-border-radius:5px;
	padding:20px 15px 25px 15px;
	position:relative;
	background-color:#fff;
	-webkit-box-shadow:  0px 0px 1px 1px #eee;
    box-shadow:  0px 0px 1px 1px #eee;
	behavior: url(../php/pie.php);
}
#myaccount_inner-nav_selected{
	width:250px;
	height:40px;
	z-index:0;
	background: #dddddd;
}
.tabbar2012-titles-l,.tabbar2012-titles-c,.tabbar2012-titles-r{
	position:relative;
	float:left;
	font-size:13px;
	font-weight:bold;
	color:#333;
	height:18px;
	margin:0 auto;
	padding:10px;
	border:0px solid #ccc;
	background-color:#cdcdcd;
}
.tabbar2012-titles-l{
	border-radius:5px 0 0 0;
	-moz-border-radius:5px 0 0 0;
	behavior: url(../php/pie.php);
}
.tabbar2012-titles-r{
	border-radius:0 5px 0 0;
	-moz-border-radius:0 5px 0 0;
	behavior: url(../php/pie.php);
}
.tabbar2012-pointer{
	position:absolute;
	left:44%;
	bottom:-14px;
	z-index:100;
}
