img.corner {
   width: 10px;
   height: 10px;
   border: none;
   display: block !important;
}

.cornerpadding {
	padding: 0px 10px 0px 10px;
}

.green_cornercont {
	background-color: #e0ffd0;
	margin: auto 0;
	margin-bottom: 10px;
}

.green_cornertop { 
	background: url('/img/corners/green_tr.gif') no-repeat top right; 
}

.green_cornerbottom {
	background: url('/img/corners/green_br.gif') no-repeat top right; 
}

.red_cornercont {
	background-color: #ffd0d0;
	margin: auto 0;
	margin-bottom: 10px;
}

.red_cornertop { 
	background: url('/img/corners/red_tr.gif') no-repeat top right; 
}

.red_cornerbottom {
	background: url('/img/corners/red_br.gif') no-repeat top right; 
}

.yellow_cornercont {
	background-color: #ffffd0;
	margin: auto 0;
	margin-bottom: 10px;
}

.yellow_cornertop { 
	background: url('/img/corners/yellow_tr.gif') no-repeat top right; 
}

.yellow_cornerbottom {
	background: url('/img/corners/yellow_br.gif') no-repeat top right; 
}