﻿html, body, form
{
    height: 100%;
}
body{
	margin: 0;
    background-image: url(../vbr_images/Background.gif);
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #4c4c4c;
}

img
{
    border: 0;
}
table
{
    font-size: 1em;
}
	
a{
	color: #4c4c4c;
}

a:hover{
	color: #6BBAF2;
}
.loginContainer
{
    margin: auto;
    width: 320px;
    min-height: 280px;
    background-color: white;
    border: solid 3px #6bbaf2;
    border-radius: 6px;
}
.banner
{
    border-bottom: solid 3px #6bbaf2;
}
.logo
{
    width: 150px;
}
.ticLogo
{
    margin-top: 10px;
}
.error
{
    color: red;
}
.loginTextBox
{
    font-size: 14px;
    height: 20px;
}
#passwordReset_enterEmailAddressControl_RadCaptcha1_CaptchaTextBoxLabel
{
    display: block;
}