/**
 * CSS Document for offline page
 * @version $Id: offline.css 14401 2010-01-26 14:10:00Z louis $
 * @package Joomla
 * @copyright Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
 * @license GNU/GPL, see LICENSE.php
 * Joomla! 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.
 * See COPYRIGHT.php for copyright notices and details.
 */
@charset "utf-8";

* {margin:0;padding:0}
html {font:400 100.1%/115% Arial, Helvetica, sans-serif;background:#d5e8ed url(../images/back.jpg)}
	body {color:#141615;font-size:.875em;}
	img  {border: 0 none}
#frame {margin: 20px auto;width: 450px;padding: 20px;border:6px solid #0c6dc0;border-radius:2px;background:#FFF;box-shadow:0 0 15px #aaa}
	#frame form {text-align: left}
	h1 {margin:0 0 .75em;padding:20px 0 0 100px;position: relative;line-height:normal;height:72px;font-size:22px}
		h1 img {position: absolute;left:0;top:0}
	p {margin:0 0 1.5em}
	form {margin: auto}
		form p {margin:0 0 1em}
		form label.shot {display: block; float: left; width: 150px;padding:7px 0}
		input.inputbox {padding:7px 8px;box-shadow:inset 1px 1px 3px #555;border:1px solid #999}
		input.button {width: auto;height:1.8em;cursor:pointer;padding:0 1em}
#frmlogin	      { margin: 0 10px 0 10px;  }
#frmlogin fieldset.button { text-align: right; }
