/**
 * ispCP ω (OMEGA) a Virtual Hosting Control System
 *
 * @copyright 	2006-2010 by ispCP | http://isp-control.net
 * @version 	SVN: $Id: errordocs.css 2860 2010-04-21 22:43:42Z haeber $
 * @link 		http://isp-control.net
 * @author 		ispCP Team
 *
 * @license
 * The contents of this file are subject to the Mozilla Public License
 * Version 1.1 (the "License"); you may not use this file except in
 * compliance with the License. You may obtain a copy of the License at
 * http://www.mozilla.org/MPL/
 *
 * Software distributed under the License is distributed on an "AS IS"
 * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
 * License for the specific language governing rights and limitations
 * under the License.
 *
 * The Original Code is "ispCP - ISP Control Panel".
 *
 * The Initial Developer of the Original Code is moleSoftware GmbH.
 * Portions created by Initial Developer are Copyright (C) 2006-2009 by
 * isp Control Panel. All Rights Reserved.
 */

body {
	margin:				0;
	font-family:		Geneva, Arial, Helvetica, sans-serif;
}

#zh {
	text-align:			center;
	position:			absolute;
	top:				50%;
	left:				0;
	width:				100%;
	height:				1px;
	overflow:			visible;
}

#content {
	text-align:			center;
	border:				1px solid #ccc;
	margin-left:		-227px;
	top:				-94px;
	width:				453px;
	height:				auto;
	background-image:	url(/errors/inc/error_top.jpg);
	background-repeat:	no-repeat;
	padding-top:		90px;
	padding-bottom:		12px;
	left:				50%;
	position:			absolute;
}

h2 {
	color:				#f00;
	margin:				0;
	padding:			0;
}

h3 {
	font-size:			16px;
	letter-spacing:		7px;
	padding-top:		10px;
}

.path {
	font-weight:		bold;
	color:				#666;
}
