/*
    Document   : login
    Created on : 7/Jul/2010, 21:27:57
    Author     : Miguel Pereira [insomnia.pt]
*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset,img { border: 0; }
address,caption,cite,code,dfn,em,strong,th,var { font-style: normal; font-weight: normal; }
ol,ul { list-style: none; }
caption,th { text-align: left; }
h1,h2,h3,h4,h5,h6 { font-size: 100%; font-weight: normal; }
q:before,q:after { content: ''; }
abbr,acronym { border: 0; }

html,body
{
	margin:0;
	padding:0;
	height:100%;
}

body
{
	background: #CAD7FF;
	font-family: verdana;
}

#floater
{
	position:relative;
	float:left;
	height:50%;
	margin-bottom:-190px;
	width:1px;	
}

#container
{
	position:relative;
	clear:left;
	width: 900px;
	margin:0 auto;
}

#areas
{
	position:absolute;
	height:400px;
	width: 900px;

}


#area_left
{
	float: left;
	background: url(images/logo.png) 100px 90px no-repeat;
	border-right: 1px solid #222;
	margin: 45px 0px 0px 0px;
	padding: 0px 117px 0px 0px;
	width: 310px;
	height: 280px;
	
}

#area_right
{
	margin: 75px 0px 0px 0px;
	float: right;
	padding: 5px;	
	
}

#area_center
{
	margin: 150px 0px 0px 300px;
}

#login
{
    margin: 0;
	border: 15px solid #CAD7FF;;
	border-radius: 5px;
	width:292px;
	text-align: left;
	background: #CAD7FF;

}

#login .campo
{
	color: #555;
	font-size: 13px;
	margin: 0px 0px 5px 0px;
	text-transform: uppercase;
}

#login .campoinput input
{
	color: #222;
	margin: 0px 0px 10px 0px;
	font-size:15px;
	padding:8px;
	width: 270px;
	color:#555555;
}

#login .campocheck input
{
	color: #222;
	margin: 0px 0px 10px 0px;
	position: absolute;
	font-size:15px;
	padding:8px;
	color:#555555;
}


#login .campocheck span
{
	color: #222;
	margin: 0 0 0 10px;
	font-size:10px;
	padding:8px;
	color:#555555;
}

#login .campocheck
{
	display: block;
	margin: 0 0 10px 0;
}

#msg
{
	margin: 0px 0px 0px 5px;
	color: red;
	font-size: 10px;
}

.empresa
{
	margin: 50px 0px 0px 100px;
	display: block;
	color: red;
	font-weight: bold;
	font-size: 80px;
	font-family: verdana;
}

.submit input
{
	border-radius:3px;
	border:1px solid #999;
	cursor:pointer;
	font-size: 9px;
	padding:3px 5px;
	background-color:#aaa;
	color:#fff;
	text-transform: uppercase;
}

.submit input:hover
{
	color:#ddd;
	border: 1px solid #777;
}

.autocomplete-w1 { background:url(images/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background:#F0F0F0; }
.autocomplete div { padding:2px 5px; white-space:nowrap; }
.autocomplete strong { font-weight:normal; color:#3399FF; }
