/**
 * CSS Document for offline page
 * @version $Id: offline.css 9768 2007-12-30 09:15:49Z ircmaxell $
 * @package Joomla
 * @copyright Copyright (C) 2005 - 2008 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.
 */

body { font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif; text-align: center; background-color:#fff; color:#333; margin: 0; padding: 0; }

img  { 
	border: 0 none;
}

#logo {
 width:150px;
}


/* -- id styles ------------------------------------- */

#frame {
	margin: 10px auto;
	width: 320px;
	height:inherit;
	padding: 10px;
}

#frame form {
	text-align: left;
}

/* -- class styles ---------------------------------- */

.outline {
  border: 1px solid #cccccc;
  background: #ffffff;
  padding: 0px;
}
.message {
	text-align:center;
	color:red;
}

/* -- form styles ----------------------------------- */


form    { margin: auto; }
form fieldset { border: 0 none; margin: 0em; padding: 0.2em;}

form p 		{ margin: 0; padding: 0; }
form br  	{ display: none; }
label    	{ display: block; float: none; margin: 1px 0px 1px 0px; width: 10em; }
input    	{ border: 1px solid #0E67A1; padding: 1px; }
input.button  { width:auto; height:auto; background-color: white; cursor: pointer; }
input.button:hover { border-color:  #FC902E; background-color:#666666; color:#FFFFFF; }

#frmlogin	{ margin: 0 10px 0 10px;  }
#frmlogin fieldset.button { text-align: right; }


