body, html  { height: 100%; }
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,
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;
	font-size: 100%;
	vertical-align: baseline;
	
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }/* remember to define focus styles! */
del { text-decoration: line-through; }
table { border-collapse: collapse; border-spacing: 0; }/* tables still need 'cellspacing="0"' in the markup */

@font-face {
	font-family: 'HattoriHanzoLight';
	src: url('../../css/hattori_hanzo-webfont.eot');
	src: local('O'), url('../../css/hattori_hanzo-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'HattoriHanzoLightItalic';
	src: url('../../css/hattori_hanzo_italic-webfont.eot');
	src: local('O'), url('../../css/hattori_hanzo_italic-webfont.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

body {
	background: #05293a; /* Old browsers */
	background: -moz-linear-gradient(top,  #05293a 0%, #3b92ba 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#05293a), color-stop(100%,#3b92ba)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #05293a 0%,#3b92ba 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #05293a 0%,#3b92ba 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #05293a 0%,#3b92ba 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #05293a 0%,#3b92ba 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05293a', endColorstr='#3b92ba',GradientType=0 ); /* IE6-9 */
	font-family:"HattoriHanzoLight", Helvetica, sans-serif;
	color:#05293a;
	font-size:16px;
	line-height:1.4em
}

#login-wrapper {
	width:340px;
	height:240px;
	position:absolute;
	left:50%;
	top:50%;
	margin:-130px 0 0 -150px;
	text-align:center;
}

#login-wrapper img {
	margin-bottom:10px;
	width:50%;
}

.login-box {
	width:300px;
	height:200px;
	background:#fff;
	background:rgba(255,255,255,0.7);
	border-radius:20px;
	padding:20px;
	border:1px solid rgba(255,255,255,0.9);
	box-shadow:3px 3px 10px rgba(0,0,0,0.7);
}

.login-box span {
	font-size:12px;
	line-height:12px;
	font-weight:bold;
}

.form-field {
	width:200px;
	border:1px solid #fff;
	background:#3b90b9;
	padding:5px;
	border-radius:6px;
	color:#ffF;
	margin-bottom:5px;
	-webkit-box-shadow: inset 2px 2px 6px 0px #05293a;
  -moz-box-shadow: inset 2px 2px 6px 0px #05293a;
  box-shadow: inset 2px 2px 6px 0px #05293a;
}

.form-submit {
	border:1px solid #fff;
	background:#184157;
	padding:5px 8px;
	border-radius:6px;
	color:#ffF;
	margin-top:5px;
}

.red {
	color:red;
}

.green {
	color:green;
}

.logout {
	width:98%;
	margin-top:1px;
	font-size:12px;
	text-align:right;
}

.logout a {
	color:#fff;
	text-decoration:none;
}

.logout a:hover  {
	text-decoration:underline;
}

.overlay{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0,0,0,0.9); /*dim the background*/
	background-image:url(480.gif);
	background-position:center center;
	background-repeat:no-repeat;
	display:none;
}