* {
	margin: 0;
	padding: 0;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	background: #276597;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 100%;
	min-width: 900px;
}


/* Header
-----------------------------------------------------------------------------*/
#header {
	height: 150px;
	background: #ffffff;
}


/* Middle
-----------------------------------------------------------------------------*/
#content {
	width: 944px;
	height: 540px;
	position: relative;
	top: 50px;
	background: #276597;
}
/* ancora
-----------------------------------------------------------------------------*/
a:link{
	text-decoration: none;
}


/* Rodapé
-----------------------------------------------------------------------------*/
#rodapeEnde{
	width: 942px;
	height: 40px;
	position: relative;
	float: left;
	top: 10px;
	background: #3C86DB;
	
	font-size: 13px;
	font-weight: bold;
	color: #fff;
	
	behavior: url(PIE.htc); /* o caminho é relativo ao documento HTML, não ao CSS */
	 /* O CSS 3 */
	-moz-border-radius: 11px;
	-webkit-border-radius:11px;
	border-radius: 11px;
}


/* conteiner login
-----------------------------------------------------------------------------*/
#contLogin{
	position:absolute;
	top:50%;
	margin-top:-96px;
	
	right: 0px;
	width: 70%;
	height: 195px;
	/*margin-top: 17%;*/
	/*float:right;*/
	/*position: relative;*/
	border: solid 2px #D1D2C1;
	background-image:url(images/xadrez.jpg);
	
	behavior: url(PIE.htc); /* o caminho é relativo ao documento HTML, não ao CSS */
	 /* O CSS 3 */
	-moz-border-radius: 11px 0px 0px 11px;
	-webkit-border-radius: 11px 0px 0px 11px;
	border-radius: 11px 0px 0px 11px;
	behavior: url(PIE-1.0.0/PIE.htc); /* o caminho é relativo ao documento HTML, não ao CSS */

	font-size: 15px;
}

#loginesq{
	width: 290px;
	height: 190px;
	float:left;
	left: 5px;
	position: relative;
}
.linhalogin{
	width: 200px;
	height: 20px;
	position: relative;
	top: 10px;
}

.bordasombra{
		 /* O CSS 3 */
	-moz-border-radius: 11px 11px 0px 0px;
	-webkit-border-radius: 11px 11px 0px 0px;
	border-radius: 11px 11px 0px 0px;
  
	-moz-box-shadow: 0px 0px 8px #666666;
	-webkit-box-shadow: 0px 0px 8px #666666;
	box-shadow: 0px 0px 8px #666666;	
	behavior: url(../PIE-1.0.0/PIE.htc); /* o caminho é relativo ao documento HTML, não ao CSS */
}
