
.content
{
	position:relative;
	min-height:400px;
	height:400px;
}

.login
{
	position:	absolute;
	top:		150px;
	left:		70px;
	background-image: url(../images/caroussel.png);
	background-repeat:no-repeat;
	width:		856px;
	height:		215px;
}

.formlogin
{
	color:#FFF;
	padding-left:20px;
	height:300px;
	width:300px;
	margin-left:250px;
}


.logo-geocible-login
{
	position:absolute;
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	height:150px;
	left:80px;
	width:150px;
}

.connection-title
{
	height:50px;
	padding-top:30px;
	font-size:17px;
	font-weight:600;
	color:#FFF;
}

label
{
	display:inline-block;
/*	padding-bottom:10px;*/
	width:100px;
}

.forget
{
	position: 	absolute;
	left:		270px;
	width:		450px;
	font-size:	10px;
	bottom:		5px;
	color:		#fff;
	text-align:	justify;
}

.accesscontrol
{
	position: 	absolute;
	left:		200px;
	width:		700px;
	font-size:	12px;
	bottom:		5px;
	text-align:	justify;
}

.submit
{
	margin-top:10px;
	height:30px;
	width:auto;
	border:solid 1px #666666;
	margin-right:10px;
	cursor:pointer;
	width:auto;
	background-repeat:repeat-x;
	background-image:url("../lib/jqGrid2/geocible/grid-blue-hd.gif");
	
	border-bottom:solid 1px #aaa;
	border-left:solid 1px #aaa;
	border-right:solid 1px #aaa;
	border-top:none;
	color:#666;
	padding:8px;
	margin-left:179px;
	
}