body, div, td, span{
	font-family:Tahoma, Arial, Helvetica, Sans-Serif;
	font-size:11px;
	color:#fff;
}

body {
	background-color:#991012;
	margin:0;
	width:100%;
	height:100%;
	overflow:auto;
}

html {
width:100%;
height:100%;
}

a{
	color:#fff;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}

/* SITE DIVS */
#flashcontent{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	display:none;
}

	#no-flash{
		padding-top:50px;
		width:420px;
		margin:auto;
		text-align:center;
	}

#title{
	color:#F40009;
	font-size:13px;
	font-weight:bold;
}

#password-change {
	position: relative;
	width: 773px;
	height: 609px;
	margin: auto;
	background-image: url('../img/password.change.png')
}
.status #password-change {
	background-image: url('../img/password.change.status.png') !important
}

#password-change input {
	border: 0 none;
	width: 150px;
	height: 20px;
	padding: 0;
	margin: 0;
	color: #981b1e;
	background-color: transparent;
}
#password-change #message {
	position: absolute;
	top: 85px;
	left: 23px;
	color: #981b1e;
}
#password-change p {
	position: absolute;
	top: 115px;
	left: 23px;
}

#password-change .pass {
	position: absolute;
	left: 200px;
}
#password-change #pass-1 {
	top: 146px;
}
#password-change #pass-2 {
	top: 219px
}
#password-change #button {
	position: absolute;
	top: 295px;
	left: 20px
}
#password-change #button input {
	width: 142px;
	height: 44px
}
.change #allrights {
	top: auto !important;
	bottom: 32px !important
}

