/* Icons */
.ui-icon { width: 16px; height: 16px; background-image: url(ui-icons-sprites.png); }

.ui-state-error, 
.ui-state-information, 
.ui-state-success 
{ 
	padding: 10px; 
	margin-top: 10px; 
	margin-bottom: 10px; 
}

.ui-state-error { border: 1px solid #cd0a0a; background: #ffece6 none 50% 50% repeat-x; color: #cd0a0a; }
.ui-state-information { border: 1px solid #006699; background: #eff9ff none 50% 50% repeat-x; color: #006699; }
.ui-state-success { border: 1px solid #006600; background: #ccffcc none 50% 50% repeat-x; color: #006600; }

/* positioning */
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: 0px -232px; }
.ui-icon-success { background-position:  0px -0px; }