
.gradientBox1 {
	font-size: 12px;
	margin-top:20px;
	border: 1px solid #ccc;
	padding: 20px 15px 5px 15px;
	width: 234px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;

	background: url(bg-image.png) repeat-x #fbfbfb; /*non-CSS3 browsers will use this*/
    background: url(bg-image.png) repeat-x, -webkit-gradient(linear, 0 0, 0 100%, from(#fbfbfb), to(#E7E6E6)); /*old webkit*/
    background: url(bg-image.png) repeat-x, -webkit-linear-gradient(#fbfbfb, #E7E6E6); /*new webkit*/
    background: url(bg-image.png) repeat-x, -moz-linear-gradient(#fbfbfb, #E7E6E6); /*gecko*/
    background: url(bg-image.png) repeat-x, -ms-linear-gradient(#fbfbfb, #E7E6E6); /*IE10 preview*/
    background: url(bg-image.png) repeat-x, -o-linear-gradient(#fbfbfb, #E7E6E6); /*opera 11.10+*/
    background: url(bg-image.png) repeat-x, linear-gradient(#fbfbfb, #E7E6E6); /*future CSS3 browsers*/
    -pie-background: url(bg-image.png) repeat-x, linear-gradient(#fbfbfb, #E7E6E6); /*PIE*/
	behavior: url(css/PIE.htc);
}

.gradientBox1 a {
	text-decoration:none;
	color:#262262;
	font-weight:bold;
}

.gradientBox1 .meTitle, .gradientBox1 .meTitle  a  {
	color:#1859a6;
	font-size: 15px;
	text-decoration:none;
	line-height:115%;
	margin:15px 0 5px 0 !important;
	font-weight:normal;
}
.gradientBox1 .ephDate {
	color:#878585;		
}

.gradientBox1 a:hover  {
	text-decoration:underline;
	background-color:transparent;
}

