.shadowbox_container {
	margin-left: -14px;
	margin-right: -15px;
	padding: 5px 15px;
	padding-bottom: 15px;
}

.shadowbox_content {
	background-color: white;
	-ms-box-shadow: 5px 5px 5px 1px #878787;
	-webkit-box-shadow: 5px 5px 5px 1px #878787;
	box-shadow: 5px 5px 5px 1px #878787;
	margin-right: 7px;
	padding: 8px 15px 8px 15px;
	/*-moz-border-radius: 15px;
	border-radius: 15px;*/
}