﻿html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

select:focus
{
    
    outline: 2px auto #5E9ED6 ;
    
}

INPUT:focus {
    
    outline: 2px auto #5E9ED6 ;
    
}

.AuthButton
{
    background-image:url(../Images/btn-blackgrad.png);
    height:43px;
    width:130px;
    color:white;
    background-color:black;
    font-weight: bold;
    cursor:pointer;
    
}

body { font: bold 12px/16px arial,helvetica,sans-serif; color: #333; }
A { color:Black; text-decoration: none; }
A:Active { color:Black; text-decoration: none; }
A:Visited { color:Black; text-decoration: none; }
A:Hover { text-decoration: underline; }
.wrapper { max-width:300px; margin:0 auto; }
.login-form {
	width: 98%;
	overflow: auto;
	margin: 5px auto;
    text-align:center;  
}
.login-form .Language {
    float:right;
    text-align:right;
    margin-right:8.33%; /* 25px/300px */
    
}
.login-form .instructText
{
    clear:both;
    padding-bottom:5px;
    padding-top:5px;
}

.CannotLoginLink
{
    text-align:right;
    padding-right: 8%;
}

.tbspan{
	background: url(../images/bg-input-login.gif) no-repeat center center;
	height: 26px;
	border: none;
	font-size: 1.08em;
	line-height: 35px;
	margin:auto;
	padding: 8px 0px 10px 0px;
}
input { border-width:0; }
.topPadding { padding-top: 5px; }
.tbspan input { margin: 5px 5px 10px; width:78%; }
.loginSubmit { width: 86.67%; margin:0 auto; }
.RememberME { float:left; padding-top:10px; }
.Login { float:right; }
.Or {
    width: 86.67%;
    margin:0 auto;
    font-size:1.167em;
    clear: both; 
    padding: 5px 0 10px; 
    text-align:left; 
}
.SNButton { margin:1px;
        width:32px;
        text-align:left;
       
        display:inline-block;}
/*.SNButton input { height:32px;  }*/
#divSN {
    clear: both;
}
.divSN {text-align:center;
        display:inline-block;
    	width:100%;
    	height: 32pt;
        border: 1px solid black;
}
.divSNContainer {
    margin: auto;
       max-width:200px;
}

#lbCancelForgot { display:block; margin-top:15px; }

@media only screen and (max-width:275px) {
   .loginSubmit, .login-form { width:99%; }
   .Or { text-align:center; }
   #divSN .instructText { font-size:.95em; } 
}

.textboxWaterMark
{
	color:#A1A1A1;
	padding-top:0px;	
}