.content2ColDivider p.linkbutton a,
#contentMain p.linkbutton a {
	background: #0B8CBF url(../images/overlay.png) repeat-x; 
	display: inline-block; 
	padding: 5px 10px 6px; 
	color: #fff; 
	text-decoration: none;
	/*
    -moz-border-radius: 6px; 
	-webkit-border-radius: 6px;
	*/
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.6);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
	font-size: 13px;
	padding: 4px 8px;
	font-weight: bold;
	float: right;
    width: 150px;
    text-align: center;
}

#contentMain p.linkbutton a {
	margin-top: -30px;
}

.content2ColDivider p a.internal-link:hover,
#contentMain p a.internal-link:hover {
	background: #29ABDF url(../images/overlay.png) repeat-x; 
}

#contentMain h2 {
	float: left;
	margin-top: 8px;
}

.content2ColDivider {
	clear: both;
	height: 45px;
}

.label_linkbutton {
    width: 300px;
    float: left;
}

p.clearer {
    padding-top: 20px;
}

