div.notice
{
  border               : 1px solid #000000;
  font-family          : Tahoma;
  font-size            : 11px;
  font-weight          : bold;
  text-align           : left;
  color                : 666666;
  padding-left         : 60px;
  padding-top          : 24px;
  padding-bottom       : 24px;
  background-color     : #EEEEEE;
  background-image     : url( '/i/icons/notice_48x48.png' );
  background-repeat    : no-repeat;
  background-position  : 1% 50%;
	-moz-border-radius   : 5px; 
	-webkit-border-radius: 5px;   
  
}

div.warning
{
  border               : 1px solid #000000;
  font-family          : Tahoma;
  font-size            : 11px;
  font-weight          : bold;
  color                : red;
  text-align           : left;
  padding-left         : 60px;
  padding-top          : 24px;
  padding-bottom       : 24px;
  background-color     : #EEEEEE;
  background-image     : url( '/i/icons/warning_48x48.png' );
  background-repeat    : no-repeat;
  background-position  : 1% 50%;
	-moz-border-radius   : 5px; 
	-webkit-border-radius: 5px;   
  
}
div.ok
{
  border               : 1px solid #5C8152;
  font-family          : Tahoma;
  font-size            : 11px;
  font-weight          : bold;
  text-align           : left;
  padding-left         : 60px;
  padding-top          : 24px;
  padding-bottom       : 24px;
  background-color     : #F0FAD6;
  background-image     : url( '/i/icons/check_48x48.png' );
  background-repeat    : no-repeat;
  background-position  : 1% 50%;
	-moz-border-radius   : 5px; 
	-webkit-border-radius: 5px;   
  
}


div.ok_small
{
  border               : 1px solid #5C8152;
  font-family          : verdana;
  font-size            : 11px;
  font-weight          : bold;
  text-align           : left;
  padding-left         : 30px;
  padding-top          : 5px;
  padding-bottom       : 5px;
  background-color     : #F0FAD6;
  background-image     : url( '/i/icons/check_16x16.png' );
  background-repeat    : no-repeat;
  background-position  : 1% 50%;
	border-radius        : 5px; 
	-moz-border-radius   : 5px; 
	-webkit-border-radius: 5px;   
}

div.warning_small
{
  border               : 1px solid #000000;
  font-family          : verdana;
  font-size            : 11px;
  font-weight          : bold;
  color                : red;
  text-align           : left;
  padding-left         : 30px;
  padding-top          : 5px;
  padding-bottom       : 5px;
  background-color     : #EEEEEE;
  background-image     : url( '/i/icons/warning_16x16.png' );
  background-repeat    : no-repeat;
  background-position  : 1% 50%;
	border-radius        : 5px; 
	-moz-border-radius   : 5px; 
	-webkit-border-radius: 5px;   
}

div.notice_small
{
  border               : 1px solid #000000;
  font-family          : verdana;
  font-size            : 11px;
  font-weight          : bold;
  text-align           : left;
  padding-left         : 30px;
  padding-top          : 5px;
  padding-bottom       : 5px;
  background-color     : #EEEEEE;
  background-image     : url( '/i/icons/notice_16x16.png' );
  background-repeat    : no-repeat;
  background-position  : 1% 50%;
	border-radius        : 5px; 
	-moz-border-radius   : 5px; 
	-webkit-border-radius: 5px;   
}

