shtml, 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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
	font-size:11px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	text-decoration:none;
	color:#333;
}

a{
color:#000;
cursor:pointer;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
body,
td,
textarea,
input,
select {
    font-family: "Lucida Grande", Verdana, Arial, sans-serif;
    font-size: 11px;
	
}

body,
textarea {
    line-height: 1.4em;
}

input,
select {
    line-height: 1em;
}

p {
    margin: 1em 0;
}

blockquote {
    margin: 1em;
}

label {
    cursor: pointer;
}

li,
dd {
    margin-bottom: 6px;
}

p,
li,
dl,
dd,
dt {
    line-height: 140%;
}

textarea,
input,
select {
    margin: 1px;
    padding: 3px;
}

h1 {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin: .20em 0;
}

h2 {
  display: block;
  font-size: 1.5em;
  font-weight: bold;
  margin: .83em 0;
}

h3 {
  display: block;
  font-size: 1.17em;
  font-weight: bold;
  margin: 1em 0;
}

h4 {
  display: block;
  font-size: 1em;
  font-weight: bold;
  margin: 1.33em 0;
}

h5 {
  display: block;
  font-size: 0.83em;
  font-weight: bold;
  margin: 1.67em 0;
}

h6 {
  display: block;
  font-size: 0.67em;
  font-weight: bold;
  margin: 2.33em 0;
}
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font-size:12px;
	font-family: Helvetica Narrow, sans-serif;
	text-decoration:none;
	color:#333;
	overflow-y: scroll;
	text-decoration:none;
	background:#fff url(bodyBg.jpg) repeat;
}
a {
	color: #3B5998;
	text-decoration:none;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

nav {
  vertical-align: bottom;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin:0px;

}

#loginbox{
	clear:both;
	width:350px;
	margin:10% auto;
	margin-bottom:10px;
	background:#fff;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	-moz-box-shadow: 0px 0px 10px #BBB;
	-webkit-box-shadow: 0px 0px 10px #BBB;
	box-shadow: 0px 0px 10px #BBB;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	}
	
#loginbox h2{
	height:47px;
	line-height:47px;
	color:#fff;
	padding:0px 15px;
	text-shadow: 0 1px 0 #333 !important;
	background:#3572BC url(head.png) repeat-x left top;
	border:1px solid #114885;
	border-bottom:none;
	border-radius: 2px 2px 0 0;
	-webkit-border-radius:  2px 2px 0 0;
	-moz-border-radius:  2px 2px 0 0;
}
#loginbox table{margin:10px 15px;}
#loginbox table td{padding-bottom:10px;}
#loginbox label{font-size:12px;color:#666;line-height:20px;height:20px;}

#loginbox select,textarea,input[type="text"],input[type="password"]{border:1px solid #d9d9d9;border-top:1px solid #c0c0c0;padding:4px 6px;color:#323232;margin:0;min-height:30px;line-height:20px;background-color:#fff;outline:0;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-box-shadow:inset 0 1px 3px rgba(128,128,128,0.1);-moz-box-shadow:inset 0 1px 3px rgba(128,128,128,0.1);box-shadow:inset 0 1px 3px rgba(128,128,128,0.1);}

#loginbox input.login{width:308px;font-size:11px;font-weight:bold;}

#loginbox .errormsg{height:40px;padding: 0px 15px;}
#loginbox .base{
	background: #F1F1F1;
	padding: 5px 15px;
	border-top: 1px solid #D2D2D2;
	border-bottom: 1px solid #D2D2D2;
	height:41px;
		border-radius: 0 0 2px 2px ;
	-webkit-border-radius:   0 0 2px 2px ;
	-moz-border-radius:  0 0 2px 2px ;
	}


