/* 
    Document   : com_showmessage
    Created on : 2013.08.12., 14:45:02
    Author     : semmer@infoart.hu
*/

div.part-showmessage div.component-body {
  width: 970px;
  margin: 0 auto;
  margin-bottom:48px;
}

div.part-showmessage div.successmsg {
  margin-top: 30px;
  border: 3px solid #669933;
  background: #fff;
  padding: 15px;
  color: #669933;
  
}

div.part-showmessage div.errormsg {
  margin-top: 30px;
  border: 3px solid #990000;
  background: #fff;
  padding: 15px;
  color: #990000;
  
}