/**
 * 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 {
	background: #000000 url("../images/f.jpg") top left repeat-x fixed;
	margin: 0px;
	padding: 0;
	font-family: Arial, Helvetica, "Sans Serif";

	color: #999999;
	text-align: center;
}

img  { border: 0 none; }

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

#frame {
	margin: 80px auto auto auto;
	width: 600px;
	padding: 10px;
	height: 130px;
	border: 0px;
	text-align:center;
	font-size: 11px;
}

#frame form {
	text-align: left;
}

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

.outline {
  border: 1px solid #cccccc;
  padding: 2px;

}

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

form    { margin: 0px 0px 0px 128px;}
form p  { padding: 0; }

form fieldset { border: 0 none;
  margin: 2em;
  padding: 0.2em; }
  
label         { 
	display: block;
	float: left;
	
}

input{ 
padding: 10px 1px 1px 1px ; 
margin: 0px 0px 0px 0px;
font-family: Georgia, "Times New Roman", Times, serif;
}

input.button 		 { 
	background-color: #000000;
}

input.button  { 
	margin: 20px 0px 0px 81px; 
	width: 128px;
	height: 38px;
	cursor: pointer;
	background-image: url(../../../images/entrarOut.gif);
	color: #FFFFFF;
}



input.button:hover { 
	width: 128px;
	height: 48px;
	cursor: pointer;
	background-image: url(../../../images/entrarIn.gif);
	color: #FFFFFF;
	
}

label   {
	margin: 0px 0px 0px 0px;
	width: 10em;
	height: 33px;
	text-align: center;

}

form p  { margin: 0px 0px 8px 0px;
	padding: 0.0em 0 0.0em 0; 
	
}
form br  { display: none; text-align: center;}
input    {
	border: 0px;
	height: 25px;
	font-size: 17px;
	
}


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




