@charset "utf-8";
.accountSideTop{
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	height:25px;
	padding-top:7px;
	background:url(../img/side/sideTop.gif);
	background-position:bottom;
	background-repeat:no-repeat;
}
.accountSideContainer{
	width:152px;
	float:left;
}
.accountSideCenter{
	background:url(../img/side/sideCenter.gif);
	background-position:center;
	background-repeat:repeat-y;
	padding:3px;
}
.accountSideField{
	width:100px;
}
.accountSideBottom{
	height:10px;
	background:url(../img/side/sideBottom.gif);;
	background-position:top;
	background-repeat:no-repeat;
}

