/* 
    Document   : site-default
    Created on : 17.6.2011, 9:14:47
    Author     : increase
    Description:
        Css style common trough all sites like pagination digg, questrion error handling etc..
*/

root { 
    display: block;
}

#error { 
		padding: 5px; 
		background-color: #fbb; 
		font-weight: bold; 
		border: 3px double #CB1523; 
} 

#closeError { 
		float: right; 
		display: block; 
		cursor: pointer; 
} 