/**
 * CSS Document for offline page
 * @version $Id: offline.css 5824 2006-11-20 21:50:34Z eddiea $
 * @package MaxPort
 * @copyright Copyright (C) 2005 Macsys Ltd. All rights reserved.
 * 
 * MaxPort is free software and parts of it may contain or be derived from the
 * GNU General Public License or other free or open source software licenses.
 
 */
 body {
	/*font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 14px;
	font-weight:bold;*/
	text-align: center;
	color: #ff0000;
	background: #ffffff;
}

div.outline {
  border: 2px solid #393939;
  background: #ffffff;
  text-align: right;
  margin-top: 150px;
  margin-bottom: 20px;
  width: 640px;
  height: 150px;
  background-image: url(zast_max_1.png);
  background-repeat: no-repeat;
  background-position: left;
}
div.rrr {
  border: 2px solid #393939;
  background: #ffffff;
  font-family: Verdana, Arial, Helvetica, Sans Serif;
	font-size: 32px;
	font-weight:bold;
	color: #ff0000;
  text-align: right;
  vertical-align:middle;
  margin-top: 170px;
  margin-bottom: 10px;
  padding-top:30px;
  width: 640px;
  height: 150px;
  background-image: url(zast_max_1.png);
  background-repeat: no-repeat;
  background-position: left;
}

div.err {
	margin-top: 30px;
	color: #bbb;
}

div.errrrr {
font-size: 24px;
	margin-top: 30px;
	color: #0000ff;
}
