﻿body {
}


#LoginPrompt
{
    border-radius:10px;
    background-color: #FFF;
    border: 1px solid #00287b;
    height: 280px;
    width: 475px;   
    
    display: block;
    margin: 60px auto 0 auto;
    /*background:-o-linear-gradient(bottom, #0069d3 5%, #5b9bdd 100%);	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #0069d3), color-stop(1, #5b9bdd) );
	background:-moz-linear-gradient( center top, #0069d3 5%, #5b9bdd 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#0069d3", endColorstr="#5b9bdd");	background: -o-linear-gradient(top,#0069d3,5b9bdd);
    */
    
    background-image: url(../images/Login_bg_02.jpg);
    background-repeat:repeat-x;
	background-color:#5b9bdd;
	
    box-shadow: 3px 3px 1px #888888;
}

#LoginTable
{
    margin-top:20px;
    width:200px;
}

.loginTextBox
{
    height: 25px;
    outline: 0px none;
    border-radius: 5px;
    font-size: 15px;
    line-height: 25px;
    border: 1px solid #00287b;
    padding: 5px 5px 5px 5px;
    color: #93b5cc;
}

.txtEmail
{
    width: 300px;
    float:left;
}

.txtPass
{
    width: 200px;
    float:left;
}

.signInBtn
{
    width:80px;
    height:35px;
	font-size:medium;
    float:right;
}
.signInBtn:hover 
{
}

.signInBtn:active
{
	box-shadow: 0 0 6px 1px #047ec4;
}


.loginTextBox:focus 
{
	box-shadow: 0 0 6px 1px #047ec4;
	
    color: #000;
}

.loginLinks
{
    text-decoration:none;
    color:#003873;
    padding:5px 10px 5px 10px;
    font-size: 15px;
    line-height: 25px;
}
.loginLinks a
{
    float:right;
    text-decoration:inherit;
    color:inherit;
    font-size:inherit;
}