.block {  	
  	-moz-box-shadow: 5px 1px 5px #bbbbbb;
  	-webkit-box-shadow: 5px 1px 5px #bbbbbb;
  	box-shadow: 5px 1px 5px #bbbbbb;
	-moz-border-radius: 5px 5px 5px 5px;
  	-webkit-border-radius: 5px 5px 5px 5px;
  	border-radius: 5px 5px 5px 5px;
  	border-bottom: 8px solid #8ac5d7;
  	border-left: 1px solid #e6e7e8;
  	border-top: 1px solid #e6e7e8;
  	margin-bottom: 10px;
  	margin-left: 10px;
  	margin-right: 10px;
}

.block_title {
	position: relative;
  	-moz-border-radius: 5px 5px 0px 0px;
  	-webkit-border-radius: 5px 5px 0px 0px;
  	border-radius: 5px 5px 0px 0px;
	background: #e6e7e8;
	height: 25px;
	padding-top: 10px;
	padding-left: 15px;
	padding-bottom: 10px;
  	border-left: 1px solid #e6e7e8;
  	border-top: 1px solid #e6e7e8;
  	color: #000000;
  	font-family: MyriadPro-Regular; 
  	font-size: 1.3em;
  	text-align: left;
}

.block_title div {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 0px;
	background: #ffffff;
	height: 40px;
  	-moz-border-radius: 5px 5px 0px 0px;
  	-webkit-border-radius: 5px 5px 0px 0px;
  	border-radius: 5px 5px 0px 0px;
}

.block_title div a {
	float:right;
	margin-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: 1px solid #999999;
}

.block_title div a:first-child {
	border-right: none;
}

.block_content {
	overflow: hidden;
	padding: 20px;
  	color: #666666;
  	font-family: MyriadPro-Regular; 
  	font-size: 1em;
}