﻿@charset "utf-8";

@import url(https://fonts.googleapis.com/css?family=Roboto:400,700,300);

body   
{
    background-color:#fff;
    font-size: 14px;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    width: 703px;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
    height: 61px;
    width: 735px;
    margin-left: 0px;
}

/* ------------ Login ---------------*/

.login-container{ display:block; overflow:hidden; width:390px; height:350px; margin: 190px auto 0 auto;}
.logo-box{ width:380px; 
height:102px; 
display:block; overflow:hidden; background:url('../images/logo11.jpg') no-repeat; 
margin-bottom:10px; position:relative;
    top: 0px;
    left: 0px;
}
.login-box{ background: url(../images/bg-loginbox.png); background-repeat:no-repeat; padding:30px 0 0 30px; height:135px; width:359px;}
/*table#Login1{ display:block; overflow:hidden; margin:left: 20px;}*/

div.mail{ background-image:url(../images/mail.png); background-repeat:no-repeat;}

input#ctrlLogin_LoginButton {
    background-color: #343434;
    border: none;
    color: #ffffff;
    background-image: url(../images/bg-button2.png);
    background-position: 0px -10px;
    background-repeat: repeat-x;
    display: block;
    overflow: hidden;
    height: 25px;
    padding: 5px 15px 5px 15px;
    cursor: hand;
    cursor: pointer;
    /*position:relative;
	right:10px;
	bottom: 10px;*/
    margin-right: 8px;
    margin-top: 5px;
}
  input#ctrlLogin_LoginButton:hover {
        background-position: 0px -40px;
    }
input#ctrlLogin_UserName, input#ctrlLogin_Password {
    width: 230px;
}

.btn-secondary {
    background-color: #343434;
    border: none;
    color: #ffffff;
    background-image: url(../images/bg-button2.png);
    background-position: 0px -10px;
    background-repeat: repeat-x;
    display: block;
    overflow: hidden;
    height: 25px;
    padding: 5px 15px 5px 15px;
    cursor: hand;
    cursor: pointer;
    /*position:relative;
	right:10px;
	bottom: 10px;*/
    margin-right: 8px;
    margin-top: 5px;
}

