/**
 * ispCP ω (OMEGA) a Virtual Hosting Control System
 *
 * @copyright 	2006-2011 by ispCP | http://isp-control.net
 * @version 	SVN: $Id: errordocs.css 3762 2011-01-14 08:43:43Z benedikt $
 * @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.
 */

@CHARSET "UTF-8";

* {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
}

body {
	font-size: 0.8em;
}

h2 {
	color: #f00;
}

h3 {
	color: #999;
	font-size: 16px;
	letter-spacing: 7px;
	padding-top: 20px;
}

.main {
	position: absolute;
	top: 15%;
	width: 99%;
}

.mainbox {
	background-image: url('/errors/inc/logon_black.jpg');
	background-repeat: no-repeat;
	height: 339px;
	margin: 0px auto;
	width: 316px;
}

.mainbox_content {
	margin: 0px 15px;
	padding-top: 190px;
	text-align: center;
}

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