*
	{
	line-height: 150%;
	font-family: Tahoma, Verdana, Helvetica, sans-serif;
	margin-top: 0;
	margin-bottom: 6
	-moz-box-sizing: border-box;
	}

html {
	margin: 0;
	padding: 0;
	scrollbar-arrow-color: #800;
	scrollbar-track-color: #dee3e7;
	min-height: 100%;
	width: 100%;
	height: 100%;
}

body {
	/* 
	background: #dee3e7 url('../images/bgFaded.gif') repeat-x;
	*/
	margin: auto;
	width: 600px;
	height: 100%;
}
body * {
	font-size: 90%;
}

p, td, li
	{
	font-size: 11px;
	margin-bottom: 6px;
	}

p+p
	{
	/* sophisticated alternative for css-2 agents */
	margin-bottom: 0;
	margin-top: 0;
	}

h1, h2, h3, h4, h5, h6
	{
	margin-top: 6px;
	margin-bottom: 2px;
	font-weight: bold;
	}
h1
	{
	font-size: 110%;
	}
h2
	{
	font-size: 105%;
	font-weight: normal;
	}
h3
	{
	font-size: 100%;
	}
label
	{
	font-size: 80%;
	}
a,
a:link,
a:active,
a:visited
{
	color: #98aab1;
	text-decoration: underline;
}
a:hover {
	color: #800;
	text-decoration:underline;
}
hr
{
	noshade;
	color: #dee3e7;
	height: 1px;
	text-align: left;
}
input
{
	padding:  0;
	color: #01416E;
	background-color: #e8ecef;
	font-size: 11px;
}

#main {
	width: 600px;
	margin-top: 50px;
	background: #fff;
	/* 
	border: 1px solid #98aab1;
	padding: 50px;
	*/
	position: absolute;
	top: 0;
}
#content {
	clear: both;
	padding: 120px 0;
}
#menu {
	padding: 30px 20px;
}

#left {
	margin: 0 20px 0 0;
}

#right {
	margin: 0 0 0 300px;
}

#login {
	margin: 0 0 0 350px;
	position: absolute;
}

#prompt {
visibility:hidden;
color: #800;
font-weight:600;
z-index: 10;
position: absolute;
}

#button {
background: #dee3e7;
border: 1px solid #98aab1;
padding: 2px 4px 4px 7px;
}

#button * {
font-weight:400;
color: #000;
line-height: 250%;
text-decoration: none;
}

#logo {
	margin: 0;
	position: absolute;
}
#footer {
	font-size: 10px;
	left: 50%;
	position: absolute;
	bottom: 5px;
	margin-left: -375px;
	padding: 0 0 0 50px;
	/* background-color: #e8ecef; */
}

.dashed
{
border-bottom: 1px dashed #e8ecef;
}

.semiTransp
	{
	filter: alpha(opacity=30);
	-moz-opacity: 30%;
	}

.semiTransp img
	{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	-moz-opacity: 0.30;
	}

:hover.semiTransp img
	{
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	-moz-opacity: 1;
	}

}
.img-shadow {
	float:left;
	background: url(../images/shadowAlpha.png) no-repeat bottom right !important;
	background: url(../images/shadow.gif) no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
}

.img-shadow img {
	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
} 

