/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 16, 2015, 6:07:14 PM
    Author     : i5-4570
*/

.centeredDIVForLogin{
    width: 700px;
    height: 500px;
    
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;

    margin: auto;
    
}

.centeredIMG{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.centeredDIVforLoginFields{
    margin-left: auto;
    margin-right: auto;
}

.centeredDIVforLoginFields table{
    margin: auto;

	font-family: Arial;
	font-size: smaller;
}
