.shdlr_info{
  	padding-top: 14px;
  	padding-bottom: 14px;
  	color: #3a87ad;
  	background-color: #d9edf7;
  	border:  1px solid #bce8f1;
  	padding: 8px 35px 8px 14px;
	margin-bottom: 18px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	text-align: center;
	font-weight: bold;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.shdlr_info a{
	text-decoration: none;
	display: block;
}