/* Main CSS Document */

body
{
margin: 0px 0px 0px 0px;
font-family: Arial, "Times New Roman", Times, serif;
text-align: center;
}

a img
{
border: none;
}

a:link
{
text-decoration: none;
color: #336699;
}

a:visited
{
text-decoration: none;
color: #666666;
}

a:active
{
text-decoration: none;
}

a:hover
{
text-decoration: underline;
color: #022a52;
}

/* 
****************
document content
****************
*/

.head img#logo
{
	position: relative;
	top: -30px;
}

.content
{
	position: relative;
	top: 150px;
}

.content form input#user
{
	position: relative;
	margin: 0px;
	top: -83px;
	left: 70px;
	width: 230px;
	z-index: 2;
	font-size: 10px;
	color: #000033;
}

.content form input#password
{
	position: relative;
	margin: 0px;
	padding: 0px;
	top: -70px;
	left: 70px;
	width: 230px;
	z-index: 2;
	font-size: 10px;
	color: #000033;
}

.fail
{
	color: #ff3333;
	font-size: 12px;
}
