html,body {
	color: #1B492D;
	text-align: center;
	background-color: #fff;
	font-family: "century gothic", arial, verdana, sans-serif;
	height: 100%;
	margin: 0;
	padding: 0;
}

#unsupportedBrowser {
	background-color: #FFFFA0;
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	font-size: 1.4em;
}

#background {
	background-color: #71C388;
	height: 36px;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 1;
}

#resetPassword,#resetPasswordGenerated {
	background-color: #fff;
	border: 2px solid #71C388;
	display: block;
	margin: -250px 0 0 -350px;
	width: 700px;
	height: 500px;
	font-size: 1.4em;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
}

#directions {
	text-align: left;
	margin: 0 2%;
	width: 96%;
}

#directions .error {
	margin-top: 0.5em;
}

#fields {
	text-align: left;
	width: 60%;
	margin: 1em 20%;
}

#fields .label, #fields .password {
	margin-bottom: 0.5em;
}

.error {
	color: #b00;
}

h1 {
	color: #1B492D;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 1em;
}

#resetPassword .dijitButton {
	margin-top: 15px;
}

#widget_username, #widget_password, #widget_confirmPassword {
	width: 100%;
}

#resetPassword .section {
	padding: 0 20px;
}

#resetPassword .successMessage {
	text-align: left;
	padding-bottom: 10px;
}

#resetPassword #success {
	margin-top: 10px;
}

#resetPassword #success a,#resetPassword #success a:visited {
	color: #fff;
}

#resetPassword #success a:hover {
	text-decoration: underline;
}

#resetPassword .label {
	font-weight: normal;
}

.actionLink {
	margin-top: 2em;
	font-size: 1.5em
}

.actionLink a {
	text-decoration: none;
}

.actionLink a:hover {
	text-decoration: underline;
}