﻿.login
{
    /*height: 79px;*/
    /*width: 300px;*/
    /*padding-left: 5px;
    padding-right: 5px;*/
    padding:5px  0px 0px 10px;
     margin-right:15px;
    color: #333333;
    /*font-family: Verdana;*/
    font-size: 10pt;
    /*font-weight: bold;*/
    float: right;
    /*background-color: #F1F5F6;
    background: -webkit-linear-gradient( #ffffff, #F1F5F6);
    background: -o-linear-gradient( ##ffffff , #F1F5F6);
    background: -moz-linear-gradient( #ffffff , #F1F5F6);
    background: linear-gradient(#fafafa , #F1F5F6);    
    -webkit-border-radius: 0px 0px 10px 10px;
    -moz-border-radius: 0px 0px 10px 10px;
    border-radius: 0px 0px 10px 10px;
    border:1px solid #cccccc;*/
}

.loginLinks
{
    float: right;
    margin-right: 10px;
    font-size: 10pt;
    padding-top:10px;
     display:inline-block;
}

.loginLinks a
{
    color: #333333;
    text-decoration: none;
}

.loginLinks a:hover
{
    color: #666666;
    text-decoration: none;
     font-weight:bold;
}

.searchTextBox
{
    width: 225px;
    font-size: 7pt;
}
.searchButton
{
    font-size: 7pt;
}

.modalBackgroundLogin
{
    background-color: #333333;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.modalPopupLogin 
{
    width: 650px;
     /*height: 440px;*/
    background-color: #e6f9fd;
    color: #000033;
    border-color: #333333;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    cursor: pointer;
    font-size: medium;
    text-align: left;
}

.modalContent
{
    width: 655px;
    /*height: 445px;*/
    background-color: #e6f9fd;
    text-align: left;
}

.modalContent a
{
    color: Blue;
    text-decoration: underline;
}

.modalContent h2
{
    font-size: large;
}

.modalContent .modalLogin
{
    width: 300px;
    background-color: #cce9f0;
}

.modalContentCont
{
    margin: 20px;
}

.modallogincont
{
    margin: 10px;
}
.largeLoginTextBox
{
    height: 20px;
    width: 260px;
    font-size: 18px;
}

.loginFailure
{
    /*font-family: Verdana Arial Sans-Serif;*/
    color: Red;
    font-weight: bold;
}
 
