/* ROUNDED ALTERNATE	  		 	*/
.round-a-gray {
	background:#444 url(cssbox/round_gray-left.png) left top no-repeat;
	color:#FFF;
	text-align:center;
}

.round-a-gray div {
	background:url(cssbox/round_gray-right.png) right bottom no-repeat;
	padding:4px;
}

.round-a-ok {
	background:green url(cssbox/round_green-left.png) left top no-repeat;
	color:#FFF;
	text-align:center;
}

.round-a-ok div {
	background:url(cssbox/round_green-right.png) right bottom no-repeat;
	padding:4px;
}

.round-a-error {
	background:#C00 url(cssbox/round_red-left.png) left top no-repeat;
	color:#FFF;
	text-align:center;
}

.round-a-error div {
	background:url(cssbox/round_red-right.png) right bottom no-repeat;
	padding:4px;
}

/* TOOLTIPS				  		 	*/
.tooltips-gray {
	background:#444;
	color:#FFF;
	padding-top:4px;
	text-align:center;
}

.tooltips-gray div {
	background:url(cssbox/tips_gray.png) left bottom no-repeat;
	height:18px;
	padding-top:4px;
}

.tooltips-ok {
	background:green;
	color:#FFF;
	padding-top:4px;
	text-align:center;
}

.tooltips-ok div {
	background:url(cssbox/tips_green.png) left bottom no-repeat;
	height:18px;
	padding-top:4px;
}

.tooltips-error {
	background:#C00;
	color:#FFF;
	padding-top:4px;
	text-align:center;
}

.tooltips-error div {
	background:url(cssbox/tips_red.png) left bottom no-repeat;
	height:18px;
	margin-top:4px;
}