.rounded {
	padding: 0;
	margin: 0;
}

.done {
	border: 1px solid white;;
}

.tl, .tr, .bl, .br {
	width: 10px;
	height: 10px;
	background-image: url("http://snowedin.net/images/TransparentOnWhiteCorners.png");
	background-repeat:no-repeat;
}

.tl { 
	background-position: top left; 
	float: left;
	margin: 0;
	clear: both;
}

.tr { 
	background-position: top right; 
	float: right; 
	margin: 0 0 0 0;
	clear: right;
}

.bl { 
	background-position: bottom left; 
	float: left;
	margin: -10px 0px 0px 0px;
	clear: both;
}

.br { 
	background-position: bottom right; 
	float: right; 
	margin: -10px 0px -0px 0px;
	clear: right;
}

.rounded p {
	padding: 2em 1em 0 1em;
}
