@charset "utf-8";



div.figure {

  float: left;

  width: auto;

  border: thin silver solid;

  margin: 0.5em;

  padding: 0.5em;

}



div.figure p {

  text-align: left;

  font-style: italic;

  font-size: smaller;

  text-indent: 0;

}



.error {
   margin: 0px 4px 15px 4px;
   border: 1px solid #FF9999;
   background-color: #FFEEEE;
   background-image: url(../images/admin/error.png);
   background-position: 3px 3px;   
   background-repeat: no-repeat;
   padding: 5px 5px 5px 32px;
   font-family: courier new;
   height: auto;
   font-weight: bold;
   color: #FF9999;
 }

.okey {
   margin: 0px 4px 15px 4px;
   border: 1px solid #32CD32;
   background-color: #CAFF70;
   padding: 5px 5px 5px 5px;
   font-family: courier new;
   height: auto;
   font-weight: bold;
   color: #32CD32;
 }
