/*
	Date Stamp 1.2 - Rounded
	http://stevelam.org/projects/date-stamp/
*/

.date-stamp span.ds-row1 {
    background: url('images/top.png') top no-repeat;
	border: none;
	border-bottom: 0px solid #999;
	padding: 2px 0 0px 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #9e0000; text-transform: uppercase;
}

.date-stamp span.ds-row2 {
    background: url('images/middle.png') center repeat-y;
	border: none;
	border-bottom: 0px solid #999;
	padding: 0px 0 0px 1px;
}

.date-stamp span.ds-row3 {
    background: url('images/bottom.png') bottom no-repeat;
	border: none;
	padding: 0px 0 2px 1px;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 9px; font-weight: bold; color: #9e0000; text-transform: uppercase;
}


