/* CSS Document */
body
{
	background-color: #555;
	margin: 0;
	padding: 0;
	font-family: Arial, hevetica, sans-serif;
}

#container
{
	margin-top:-12px;
  	width: 700px ;
  	margin-left: auto ;
  	margin-right: auto ;
	width: 850px;
	height: 890px;
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
}

#header
{
	position: relative;
	left: 34px;
	width: 475px;
	top: 100px;
	height: 200px;
}

#middle
{
	position: relative;
	left: 34px;
	width: 800px;
	top: 120px;
}

#middleSmall
{
	position: relative;
	left: 200px;
	width: 500px;
	top: 87px;
}

#bottom
{
	position: relative;
	left: 450px;
	width: 300px;
	top:140px;
}


.introText{
	color: #000000;
	line-height: 12px;
	font-family: Arial, hevetica, sans-serif;
	font-weight: 500;
	font-size: 12px;
}

.introTextGreen{
	color: #666633;
}

.middleText{
	color: #000000;
	line-height: 12px;
	font-family: Arial, hevetica, sans-serif;
	font-weight: 400;
	font-size: 13px;
}

.middleTextBold{
	color: #000000;
	line-height: 12px;
	font-family: Arial, hevetica, sans-serif;
	font-weight: bold;
	font-size: 13px;
}

.middleTextLarge{
	color: #666633;
	font-weight: bold;
	font-size: 18px;
}

.middleTextSmall{
	color: #000000;
	font-family: Arial, hevetica, sans-serif;
	font-size: 11.5px;
}

.bottomText{
	color: #FFFFFF;
	line-height: 12px;
	font-family: Arial, hevetica, sans-serif;
	font-weight: normal;
	font-size: 12px;
}

.bottomTextLarge{
	font-size: 13.5px; 
	font-weight: bold;
}


a:link { color: #996699; text-decoration:none }
a:visited { color: #B52C07; }

/* FORM */
label {
	float: left;
	width: 150px;
	clear: left;
	margin-bottom: 20px;
	
}

input {
	float: left;
	font-size: 12px;
	width: 150px;
}

.error {
	float: left;
	margin-left: 150px;
	color: #900;
}

#password-header {
	margin: 0;
	background-color: #000;
	color: #FFF;
	padding: 20px;
}

#password-header .title {
	
	font-size: 20px;
	
}

