﻿.academyPasswordResetWrapper
{
	width: 600px;
	height: 375px;
	position: relative;
}

.academyPasswordResetWrapper .passwordResetMessage
{
	
	position: absolute;
	width: 500px;
	height: 90px;
	top: 0px;
	left: 50px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #00549F;
	text-align: center;
}

.academyPasswordResetWrapper .passwordResetLabels
{
	position: absolute;
	width: 150px;
	height: 30px;
	left: 65px;
	text-align: left;
}

.academyPasswordResetWrapper .passwordResetTextboxes
{
	position: absolute;
	left: 200px;
	width: 345px;
	height: 30px;
}

.academyPasswordResetWrapper .passwordResetButtons
{
	position: absolute;
	width: 305px;
	height: 60px;
	top: 200px;
	left: 200px;
	text-align: center;
}

.academyPasswordResetWrapper .passwordResetNotificationContainer
{
	position: absolute;
	width: 550px;
	height: 50px;
	top: 250px;
	left: 25px;
	text-align: center;
	color: #FF0000;
}
