/*                              eyeOS project
                     Internet based Operating System
                               Version 0.8
                     www.eyeOS.org - www.eyeApps.org
       -----------------------------------------------------------------
                  Pau Garcia-Milà  Pujol - Hans B. Pufal
       -----------------------------------------------------------------
          eyeOS is released under the GNU General Public License - GPL
               provided with this release in DOCS/gpl-license.txt
                   or via web at www.gnu.org/licenses/gpl.txt

         Copyright 2005-2006 Pau Garcia-Milà Pujol (eyeos.org@gmail.com)

          To help continued development please consider a donation at
            http://sourceforge.net/donate/index.php?group_id=145027         */
body {
	font-family: "Century Gothic", Georgia, Times, serif;
	color: #999;	
	margin: 0px;
	padding: 0px;
	line-height: 3.2;
	background-image: url(../gfx/login/fons.png);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-position: center center;
	font-size: 11pt;
}
a:link, a:visited{
	color: #999;
	text-decoration: none;
	border: 0;
}
a:hover {
	text-decoration: underline;
	color: #666;
	border: 0;
}
input {
	border: 1px solid #ccc;
	background-color: #f2f2f2;
	color: #929292;
}

.textentrant {
	position: absolute;
	top: 250px;
	width: 602px;
	height: 192px;
	right: 50%;
	margin-right: -301px;
	text-align: center;
	background-image: url(../gfx/login/login.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 200;
}
.welcometext {
	position: absolute;
	top: 170px;
	width: 602px;
	height: 192px;
	right: 50%;
	margin-right: -301px;
	text-align: center;
	z-index: 200;
}
.welcometextsmall {
	position: absolute;
	top: 226px;
	width: 602px;
	height: 192px;
	right: 50%;
	margin-right: -301px;
	text-align: center;
	z-index: 200;
	font-size: small;
}
.logoeyeos {
	position: absolute;
	top: 50px;
	width: 123px;
	height: 104px;
	margin-left: -61px;
	left: 50%;
	background-image: url(../gfx/login/logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 200;
}
.botoentrar {
	position: absolute;
	bottom: 10px;
	width: 100px;
	height: 78px;
	right: 10px;
	z-index: 200;
}
.bloc1{
	position: absolute;
	top: 5px;
	left: 30px;

	text-align: right;
	width: 250px;
}
.bloc2{

	position: absolute;
	top: 50px;
	right: 50px;
	text-align: left;
	text-align: right;
	font-size: 11pt;
	width: 280px;
}
