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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, p {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: black;
    background: white;
}
ol, ul {
    list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {

}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
hr {
	border-top: 1px solid Gray;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}
a:link, a:visited {
	text-decoration: none;
}
img {
	border: none;
}
button, input {
	border: 1px solid black;
	background-color: White;
	color: Black;
	font-size: 12px;
}
/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
#LoginBox  {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 20px;
background-color: #ffffff; 
filter:alpha(opacity=90);
-moz-opacity:0.9;
-khtml-opacity: 0.9;
opacity: 0.9;
padding: 10px; 
border: solid 1px #d3d3d3; 
position: fixed;
z-index: 1000; 
top: 0px; 
left: 0px; 
width: 154px; 
visibility: hidden;
}
#LoginBox a {
	padding-left: 5px;
	border-left: 5px solid black;
}
#LoginBox a:hover {
	background-color: Yellow;
}
#LoginBox input {
margin-bottom: 10px;
border: 1px solid black;
background-color: InfoBackground;
font-size: 11px;
padding: 2px;
cursor: pointer;
}
#LoginBox input:focus {
	background-color: Yellow;
	color: #000000;
}
#LoginBox input:hover {
	background-color: Yellow;
}
#LoginBox h3 {
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	border-bottom: 1px solid #000000;
	margin-bottom: 10px;
	font-size: 11px;
}

