* {
/*	margin: 0;
	padding: 0;*/
}

html,body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: verdana;
	
}

body {
	background-color: #FFFFF0;
}

form {
	background-color: #FFFFF0;
	border: solid 1px black;
	margin-top: 3%;
}

#header {
	text-align: center;
	width: 100%;
	min-height: 10%;
	height: auto;
	background-image: url("../images/logo_pbh.gif");
	background-position: right;
	background-repeat: no-repeat;
	vertical-align: middle;
}

/* Para Internet Explorer */
* html #header {
	height: 10%;
}

#container {
	min-height: 75%;
	height: auto;
	width: 100%;
	border-top: 1px solid #000080;
	border-bottom: 1px solid #000080;	
	background-position: center;
	background-repeat: no-repeat;
}


* html #container {
	height: 75%;
}
#footer {
	padding-top: 1%;
	text-align: center;
	font: 11px sans-serif;
	min-height: 10%;
	height: auto;
	color: #000080;
}

/* Para Internet Explorer */
* html #footer {
	height: 10%;
}

li{
	list-style:none;
} 

h1 {
	padding-top: 1.5%;
	font-size: 24px;
	color: #000080;
	vertical-align: middle;
	text-align: center;
}

h2 {
	background-color: #FFFFF0;
	width: 80%; 
	left: 10%; 
	position: relative; 
	border: solid 1px black;
	color: red;
}

input[type=radio] {
	border: none;
	width: auto;
}

input[type=checkbox] {
	border: none;
	width: auto;
}

SELECT {
	size: 200 px;
}

textarea {
	width: 90%;
}

/** html input : text {
	width: 95%;
}*/

.errors{
	font-size: 12px;
	color: red;
	background-color: #EFEFEF;
}

dt {
	padding-left: 1%;
/*	border-top: 1px solid black;*/
}


#frmLgn {
	text-align: center;	
	background-color: #FFFFF0;
	border: none;
}

#frmLgn input[type=text] {
	width: 15%;
}


.mensagemerro {
	border: #FF0000 solid 1px;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}
.mensagemerrologon {
	border: #FF0000 solid 1px;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 15px;
	font-size: 11px;
	font-weight: bold;
	color: #FF0000;
}

.mensagemsucesso {
	border: #009900 solid 1px;
	padding: 3px;
	margin-bottom: 5px;
	margin-top: 5px;
	font-size: 11px;
	font-weight: bold;
	color: #009900;
}

.input {
	width: 95%;
	text-transform: uppercase;
}