﻿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;
    height: 280px;
    background-color: white;
    border: solid 3px #6bbaf2;
    border-radius: 6px;
}
.banner
{
    border-bottom: solid 3px #6bbaf2;
}
.ticLogo
{
    margin-top: 10px;
}
.error
{
    color: red;
}
.loginTextBox
{
    font-size: 14px;
    height: 20px;
}

/*------------------------------------------------------------------------------------------------------------------------------*/
.BJRHeading{font:26px 'blackjackregular';letter-spacing: -0.025em;color: #3c5ba9;display:inline-block;text-align:center;padding:0;}

@font-face {
    font-family: 'blackjackregular';
    src: url('../images/font/black_jack-webfont.eot');
    src: url('../images/font/black_jack-webfont.eot?#iefix') format('embedded-opentype'),
         url('../images/font/black_jack-webfont.woff') format('woff'),
         url('../images/font/black_jack-webfont.ttf') format('truetype'),
         url('../images/font/black_jack-webfont.svg#blackjackregular') format('svg');
    font-weight: normal;
    font-style: normal;
}