/*
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 : Apr 3, 2014, 12:34:13 PM
    Author     : Kelum
*/



body {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 5px;
    margin-bottom: 0px;
    font: 62.5% "Trebuchet MS", sans-serif;
    background-color:#E0E6E6;
}

#logImgDiv{
    background-image: url(../images/login/login.png);  
    width:510px;
    height:380px;
    position:absolute;
    left: 50%;
    top: 50%;
    margin-left: -255px;
    margin-top: -190px;
}


.txtfield {
    border:1px solid #CCCCCC;
    width:220px;	
}

.cmdButton {
    border:1px solid #CCCCCC;
    color:#FFF;
	background-color:#999;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;	
	cursor:pointer;
}

