﻿.LoginStyle
{
    background-color: #C2CBCF;
    border: solid 1px #2C5982;
    font-size:16px;
    font-style:normal;
    font-family: Arial,tahoma, Sans-Serif;
    color:White;
}

.TitleTextStyle
{
    background-color: #2C5982;
    border: solid 1px #2C5982;
    font-size:11px;
    font-style:normal;
    font-family: Arial,tahoma, Sans-Serif;
    color:White;
}


.TextBoxStyle
{
	background-color: #D9E0E2;
    border-style:none;
    font-size:10px;
    font-style:normal;
    font-family: Arial,tahoma, Sans-Serif;
    color:White;
}

.ButtonStyle
{
	background-color: #2C5982;
    border-style:none;
    font-size:10px;
    font-style:normal;
    font-family: Arial,tahoma, Sans-Serif;
    color:White;
}


