.roundme
{
	-moz-border-radius-bottomleft:11px;
	-moz-border-radius-bottomright:11px;
	-moz-border-radius-topleft:11px;
	-moz-border-radius-topright:11px;
	-moz-box-sizing:content-box;
	color: #000;
	border: 1px solid #666;
	line-height: 1.2em;
	padding: 4px 10px;
	cursor: pointer;
	font: bold 14px/18px "Lucida Grande",Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

input
{
	border: 1px solid #666;
	padding: 4px 10px;
}

ul.errors
{
	display: block;
	clear: both;
	margin: 12px 0px 0px 0px;
	padding: 0px;
	list-style: none;
	list-style-type: none;
}

ul.errors li
{
	margin: 0px;
	padding: 0 0 0 0px;
	color: #f03;
	font: bold 12px/14px helvetica, sans-serif;
}
