/* 
    Document   : error
    Created on : 2009-06-30, 11:21:06
    Author     : zajac
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root { 
    display: block;
}

.errorExplanation{
  padding:10px;
}

.errorExplanation ul{
  padding-left:20px;
}

#error{
  background-color:black;
  border:2px solid #ff0000;
  padding:10px;
  position:absolute;
  display:none;
  width:300px;
  color:#fff;
  cursor:pointer;
}