/**
 * CSS Document for offline page
 * @version $Id: offline.css 10387 2008-06-03 10:59:16Z pasamio $
 * @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 {
	margin: 0; padding: 0;
	font-family: Tahoma, Geneva, sans-serif; font-size: 78%;
	color: #666;
	text-align: center;
}
body#bd {color: #666; background: /*url(../images/fundo-site.jpg) no-repeat 50% 0 */#000}
img  { border: 0 none; }

/* -- id styles ------------------------------------- */
#frame- {margin: 0px auto; width: 960px; height: 725px; position: relative; z-index: 1}
#frame {margin: 20px auto; width: 600px; padding: 20px; position: absolute; z-index: 2; top: 350px; left: 250px}
#frame form {
	text-align: left;
}

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

.outline {}

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

form    { margin: auto; }
form p  { margin: 0; padding: 0; }
form fieldset { border: 0 none; margin: 0em; padding: 0 3.6em}
label         { display: block; float: left; }
input 		  { padding: 1px}
input.button  { width: auto; cursor: pointer; }

label   { margin: 5px 0px 2px 0px; width: 10em;}
form p  { padding: 0.2em 0 0.2em 0; }
form br  { display: none; }
input    { background: #09F; border: 1px solid #09F; color:#FFF}
input.button {background: #09F; color:#FFF }

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