body{
	background-color: #ffffff;	
	margin: 0px;
	padding: 0px;
	font-family: Arial;
	font-size: 8pt;
	color: #4f4c4b;
}
a {
	text-decoration: none;
	color: #4f4c4b;
}
h1{
	font-size: 13pt;
	font-weight: bold;
	margin: 5px 0px 0px 0px;
}
h2{
	font-size: 9pt;
	font-weight: normal;
	padding: 0px;
	margin: 0px;
	text-align: center;
	margin: 20px 0px 23px 0px;
}                                                      
h3{
	font-size: 9pt;
	display: inline;
}

img, a img{
	border: 0px;
}


#container{
	background-color: #ffffff;
	margin: 20px 22px 0px 22px;
}

#content { 
	 height: 100%;
}
#header, #bottom {
	background-image: url("../images/header_bg.jpg");
	background-repeat: repeat-x;
	width: 100%;
}
#bottom {
	margin-top: 10px;
}
#content_login {
	margin-bottom: 20px;
	float: left;
	margin-left: 10px;
	width: 255px;
	
}


#login_box, #error_box {
	background-color: #eeeeee;				
	width: 252px;
	margin: 35px 0px 0px 5px;
	float: left;
}

#login_border, #error_border {
	background-color: #eeeeee;				
	border: 2px solid #dbdbdb;
	height: 100%;
	margin: 3px;
	padding: 10px;
}
#error_border, {
	padding: 7px 2px 7px 2px;
	height: 100%;
}
#error_box_1, #error_box_2, #error_box_3 {
	background-color: #eeeeee;				
	width: 252px;
	margin: 35px 0px 0px 5px;
	float: left;
	display:none;
}

#form_usuario, #form_senha {
	padding-top: 5px;
}

#form_line_int {
	padding-top: 20px;
}

.form_text {
	float: left;  
	display: inline; 
	font-size: 10pt;
	font-weight: bold;
}

.form_input {
	 display: inline; 
	 float: right; 
	 height: 16px;
	 width: 150px;
}
.form_select {
	 display: inline; 
	 float: right; 
	 height: 20px;
	 width: 154px;
}

.button {
	background-image: url("../images/button.jpg");
	background-repeat: no-repeat;
	float:right; 
	height: 28px;
	width: 70px;
	margin-top: 15px;
	padding-top: 0px;
	font-size: 10pt;
	font-weight: bold;
	cursor: pointer;
	border: 0px;
}

.clear{
	clear: both;
}
#feat_box {
	margin: 30px 0px 0px 30px;
	float: left;
	font-size: 10pt;
	width: 65%;
}

#feat_col1{ 
	margin-right: 20px;
	margin-left: 10px;
	width: 44%;
	float: left;
}
#feat_col2 { 
	float: left;
	width: 45%;
}
#feat_imgs, #feat_imgs2 { 
	float: left;
	margin-top: 5px;
	width: 53px;
}
#feat_imgs2{ 
	width: 52px;
}
.imgs_spaces{ 
	margin-top: 30px;
}
.imgs_spaces2{ 
	margin-top: 60px;
}

#feat_text_box1 {
	float: left;
	width: 80%;
}
#feat_text_box2 {
	float: left;
	width: 78%;
}

#copyright {
	font-size: 10pt;
	display: inline;
	text-align: center;
	float: right;
	margin-top: 30px;
	font-size: 9pt;
}

#copyright a, #copyright a:hover{
	text-decoration: none;
	color: #13367f;
	font-weight: normal;
}

#logo_bottom {
	text-align: right;
	display: inline;
	float: right;
	width: 40%;
}

#wrong_pass{
	color: #e92201;
	font-size: 8pt;
	width: 150px;
	float: right;
	display: none;
}
.error_text {
	float: right;  
	display: inline; 
	font-size: 8pt;
	font-weight: bold;
	padding-top: 5px;
	width: 180px;
}

.error_img {
	 display: inline; 
	 float: left; 
	 width: 22px;
	 height: 100%;
}	

