/* 
    Document   : common.css
    Created on : 2009-10-18, 18:29:24
    Author     : andrzej
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/
input.error {
	background: #f8dbdb;
	border-color: #e77776;
}
.error {
	background: #f8dbdb;
	border-color: #e77776;
}

.hide{
	visibility:hidden;
}