/* Base
-----------------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
	color: #333;
    font-family: Arial,Geneva,Helvetica,sans-serif;
}

html {
    height: 100%;	
}

body {
background: #f2f2f2;
height: 100%;
}
	

.cardLogin {
position:relative;
top: 15%;
width: 725px;
height: 395px;
background-image: url('../imagens/cardLogin.png'); 
background-repeat: no-repeat;
margin:auto;
}

.version {
	position: relative; 
/* 	width:308px; */ 
	top: 110px; 
	left: 400px;
	font-size: 14px; 
	color: #848484;
	text-align: left
	}

.warning {
position: relative; 
width:405px; 
top: 0px; 
display: inline-block; 
text-align: center; 
font-size: 18px; 
line-height: 130%
}

.footer{
position: relative; 
display: block; 
top: 284px

}

.getFlash {
	position: relative; 
	left: 2px; 
	top: 3px; 
	display: inline-block;
	}





























