﻿body 
{
     margin:0;
     padding:0;
     border:0;
     font-size:100%;
     font:inherit;
     line-height:1;
     font-family:sans-serif;
     color:#353b3e;font-family:"Trebuchet MS","Helvetica Neue",Helvetica,Arial,sans-serif;
     font-size:13px;
     line-height:18px;
     
     vertical-align:baseline;
}
 .login-title
       {
           padding:10px;
           border-top:5px solid #00a9ff;
           background-color:#e4f4fc;
           font-weight:bold;
           text-align:center
       }
       .login-title h1
       {
           margin:0;
           padding:0;
           border-bottom:0 none;
           font-style:italic;
           font-family:'OfficinaSans Bold Italic',sans-serif;
           font-size:20px;
           line-height:1.385;
           font-weight:bold;
           letter-spacing:0;
           word-spacing:0
        }
        .stringishuser
        {
            border :1px solid #ccc;
                     -moz-border-radius:3px;
                     -webkit-border-radius:3px;
                     -khtml-border-radius:3px;
                     border-radius:3px;
                     background-color:white;
                     -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1) inset;
                     -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1) inset;
                     -khtml-box-shadow:0 1px 3px rgba(0,0,0,0.1) inset;
                     box-shadow:0 1px 3px rgba(0,0,0,0.1) inset;
                     -webkit-transition:border .2s linear 0s,box-shadow .2s linear 0s;
                     -moz-transition:border .2s linear 0s,box-shadow .2s linear 0s;
                     -ms-transition:border .2s linear 0s,box-shadow .2s linear 0s;
                     -o-transition:border .2s linear 0s,box-shadow .2s linear 0s;
                     transition:border .2s linear 0s,box-shadow .2s linear 0s;
                     background-image:url('../Images/icons/usericon.png');
                     background-position:0px 2px;
	                background-repeat:no-repeat;
	                padding-left:25px;
        }
                     
     .stringishuser:focus
       {
           outline:0 none;
           border-color:rgba(32,42,71,0.8);
           -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1) inset,0 0 5px rgba(32,42,71,0.6);
           -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1) inset,0 0 5px rgba(32,42,71,0.6);
           -khtml-box-shadow:0 1px 3px rgba(0,0,0,0.1) inset,0 0 5px rgba(32,42,71,0.6);
           box-shadow:0 1px 3px rgba(0,0,0,0.1) inset,0 0 5px rgba(32,42,71,0.6)
           }
             .stringishpass
        {
            border :1px solid #808080;
                     -moz-border-radius:3px;
                     -webkit-border-radius:3px;
                     -khtml-border-radius:3px;
                     border-radius:3px;
                     background-color:white;
                     -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1) inset;
                     -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1) inset;
                     -khtml-box-shadow:0 1px 3px rgba(0,0,0,0.1) inset;
                     box-shadow:0 1px 3px rgba(0,0,0,0.1) inset;
                     -webkit-transition:border .2s linear 0s,box-shadow .2s linear 0s;
                     -moz-transition:border .2s linear 0s,box-shadow .2s linear 0s;
                     -ms-transition:border .2s linear 0s,box-shadow .2s linear 0s;
                     -o-transition:border .2s linear 0s,box-shadow .2s linear 0s;
                     transition:border .2s linear 0s,box-shadow .2s linear 0s;
                     background-image:url('../Images/icons/Password.png');
                     background-position:0px 2px;
	                background-repeat:no-repeat;
	                padding-left:25px;
	               
        }
                     
     .stringishpass:focus
       {
            outline:0 none;
           border-color:rgba(32,42,71,0.8);
           -moz-box-shadow:0 1px 3px rgba(0,0,0,0.1) inset,0 0 5px rgba(32,42,71,0.6);
           -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.1) inset,0 0 5px rgba(32,42,71,0.6);
           -khtml-box-shadow:0 1px 3px rgba(0,0,0,0.1) inset,0 0 5px rgba(32,42,71,0.6);
           box-shadow:0 1px 3px rgba(0,0,0,0.1) inset,0 0 5px rgba(32,42,71,0.6)
           }
      .buttoncss
        {
            font-size: 12px;
            color: #000;
            text-decoration: none;
            display: block;
            border: 1px solid #707070;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            -o-border-radius: 5px;
            border-radius: 5px;
            background: #d2d2d2;
        }
        .buttoncss:hover
        {
            color: #000;
            background-color: #b2e0f9;
        }     
        .footer
        {
            border-top:1px solid #a8c2d1;
            background-color:#e4f4fc;
            box-shadow:0 1px 2px white inset;
        }  
        a
        {
             margin:0;
            padding:0;
            border:0;
            font-size:100%;
            font:inherit;
            vertical-align:baseline;
            color:#0087cc;
            text-decoration:none;
            
        }
       a:hover
       {
           text-decoration:underline;
       
       }
       
                