﻿html, body
{
    height: 100%;
}

body   
{
    font-size: 14px;
    font-family: "Trebuchet MS", Arial, sans-serif;
    margin: 0px;
    padding: 0px;
    /*color: #696969;*/
    overflow:hidden;
}
          
table { 
    border-collapse: collapse;
    border-spacing: 0;
}

#mainBckGndImg
{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

input.textEntry 
{
    border: 1px solid #ccc;
}

input.passwordEntry 
{
    border: 1px solid #ccc;
}

.failureNotification
{
	 color:Red;	
}

.zoom {
  zoom: 150%;
}
