/* Post Expiration List */
ul.post-expiration {
	list-style-type: none !important;
	margin: 0;
}
ul.post-expiration > li {
    margin-bottom: 5px;
    padding-bottom: 5px;
	list-style: none !important;
}
ul.post-expiration a {
	font-weight: bold;
}
.expiry-label {
    background: none repeat scroll 0 0 orange;
    color: #FFFFFF;
    padding: 0 5px;
	text-shadow: none;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
}
ul.post-expiration > li > div {
	font-size: 11px;
	color: #555;
}


/* Post Expiration Alert */
.expiration-alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	color: #3a87ad;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #E6F2F4;
	border: 1px solid #bce8f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.expiry {
	color: #C09853;
	background-color: #FCF8E3;
	border: 1px solid #FBEED5;
}
.expiration-alert .closebox {
	line-height: 20px;
	position: relative;
	right: -21px;
	top: -4px;
	background: none repeat scroll 0 0 transparent;
	border: 0 none;
	cursor: pointer;
	padding: 0;
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	opacity: 0.2;
	filter: alpha(opacity=20);	
	width: 20px;
	height: 20px;
}
.expiration-alert .closebox:hover {
    color: #000000;
    cursor: pointer;
    opacity: 0.4;
    text-decoration: none;
}