.btn_mg_close {
	font-family:Helvetica,Arial,Verdana,Tahoma,sans-serif;
	cursor:pointer;
	border:0px none #fff;
	background:transparent;
	overflow:visible;
	vertical-align:middle;
	width:180px;
	height:17px;
	white-space:nowrap;
	padding:0;
	margin:0;
	text-decoration:none;
}
.btn_mg_close span, .btn_mg_close em {
	display:block;
	text-align:center;
	margin:0;
	height:17px;
	line-height:16px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	float:left;
	width:60px;
}
.btn_mg_close span {
	background:url(/images/buttons/btn_left_mg.png) 0 0;
	padding-left:14px;
}
.btn_mg_close em {
	background:url(/images/buttons/btn_right_mg_close.png) 0 0;
	width:20px;
}

.btn span, .btn em  {
	display:block;
	text-align:center;
	margin:0 !important;
	height:19px;
	line-height:19px;
	color:#fff;
	font-weight:bold;
	font-size:11px;
	float:left;
}
.btn {
	font-family:Helvetica,Arial,Verdana,Tahoma,sans-serif;
	cursor:pointer;
	border:0px none #fff;
	background:transparent;
	overflow:visible;
	vertical-align:middle;
/*	height:19px;*/
	white-space:nowrap;
	padding:0;
	margin:0;
	text-decoration:none;
}
.btn span {
	padding-left:14px;
	background-color:transparent;
	background-position:0 0;
}
.btn em {
	width:14px;
	background-color:transparent;
	background-position:right 0;
}
.btn.next em {
	width:21px;
	background-position:right -19px;
}


.btn.blue * {
	background-image:url(/images/buttons/btn_blue.png);
}
.btn.grey * {
	background-image:url(/images/buttons/btn_grey.png);
}
.btn.pink * {
	background-image:url(/images/buttons/btn_pink.png);
}

.pill a {
	background:transparent url(/images/buttons/pill_green_grey.png);
	height:15px;
	line-height:15px;
	padding:2px 23px;
	float:left;
	color:#706b7c;
	text-decoration:none;
}
.pill a:hover, .pill a.active {
	color:#fff !important;
}
.pill .left {
	background-position:0 -19px;
	border-right:1px solid #c6cbc4;
}
.pill .right {
	background-position:right -19px;
}
.pill .mid {
	background-position:center -19px;
	border-right:1px solid #c6cbc4;
}
.pill .left:hover, .pill .left.active {
	background-position:0 0;
}
.pill .right:hover, .pill .right.active {
	background-position:right 0;
}
.pill .mid:hover, .pill .mid.active {
	background-position:center 0;
}


