﻿html 
{
	margin: 0;
	padding: 0;
}

body 
{
	width: 940px;
	margin: 0 auto;
	margin-top: 3%;
	font: 10pt/1.5em Helvetica,"Helvetica neue", Arial, sans-serif;
}

/*HTML 5 specific*/
header,section,article,aside,footer
{
	display: block;
}

header{
   top:10px;
}

#lang{
    margin-right:100px;
    text-align: right;
}

.topHeader{
    height: 175px;
    background: url(../imagesm/MORLogo.png) left top no-repeat;
}

h1 
{
    text-align: right;
    margin-right: 5px;
	font: 14pt Helvetica,"Helvetica neue", Arial, sans-serif;
	background: transparent;
	color: white;
	padding-top: 8px ;
	text-shadow: 1px 1px 2px #000; 
}

h3 
{
    text-align: left;
    margin-left: 228px;
    margin-top: 107px;
    vertical-align: bottom;
	font: 14pt Helvetica,"Helvetica neue", Arial, sans-serif;
	background: transparent;
	color: white;
	padding-top: 8px ;
	text-shadow: 1px 1px 2px #000; 
}

aside{
	float: left;
	width: 200px;
	min-height: 200px;
	margin: 0 0 20px 0;
	
}

section{
	float: right;
	width: 700px;
	height:200px;
	padding-left: 20px;
	margin: 0 0 20px 0px;
	border: 1px solid transparent;

}

form
{
   /* margin-left: 150px;*/
    margin-top:30px;
}

#buttons
{
    text-align: right;
    border: 2px solid transparent;
    margin-top:-5px;
    margin-right: 10px;
}

.lgnArea{
    background: url(../imagesm/fundoLogin.png) left top no-repeat;
    height: 350px; 
}

.container 
{
   margin: 1em 0;
   border: 2px solid transparent;
   width: 368px;
   margin-left: 60px;
   top:20px;
  
}
  
.container.float {
   width: 400px; }
.float {
   float: left; }
.clear {
   clear: left; 
}

#loginAreaText {
   border: 2px solid transparent; 
   margin: 0 .5em 0 0; 
   font-weight: bold;
   color: White;	
}

#ApoioInfo {
   border: 2px solid transparent; 
   margin: 0 .5em 0 0; 
   font-weight: bold;
   color: White;	
   margin-left: 210px;
   margin-top: -10px;
}

.info{
    color:White;
	font-weight: bold;
}

#username, #pwd{
    width: 270px;
}

#link{
    height: 20px;
    text-align: right;
	margin-top: -30px;
	margin-bottom: 4px;
	border: none;
	width: 450px;
	margin-right:230px;


}

#doc, #recover, #register{
    margin-left:20px;
}

section h2 {
	font: 14pt Helvetica,"Helvetica neue", Arial, sans-serif;
	font-weight: lighter;
	text-transform: uppercase;
	color: #493831;
	padding-bottom: 10px;
	margin: 0;
}

footer{
	clear:both !important;
	width: 940px;
	height: 25px;
	color: black;
	/*background: url(../images/imgBar.png) center top no-repeat;*/
	margin-top: -20px;
	text-align: center;
}

footer p
{
    margin-top: 2px;
	font-weight: bold;
}