﻿.changeuserpasswordcontainer
{
	width: 656px;
	height: 673px;
	min-height: 580px;
	border-style: solid;
	border-width: 1px;
	padding-bottom: 10px;
	overflow: hidden;
}

.changeuserpasswordheader
{
	width: 646px;
	height: 25px;
	color: #ffffff;
	padding-top: 5px;
	padding-left: 10px;
	font-weight: bold;
	background-image: url(img/result_grad.jpg);
	background-position: top;
	background-repeat: repeat-y;	
}

.changeuserpasswordinnercontainer
{
	width: 365px;
	height: 150px;
	margin: 30px auto auto auto;
	border-style: double;
	border-width: 4px;
	border-color: #EDC01C;
}

.changeuserpasswordspacer
{
	width: 290px;
	height: 140px;
	margin: 25px auto auto auto;
}

.changeuserpasswordlabel
{
	width: 121px;
	height: 21px;
	float: left;
	padding-left: 4px;
	padding-top: 4px;
}

.changeuserpasswordfield
{
	width: 155px;
	height: 25px;
	float: left;
}

.changeuserpasswordvalidation
{
	width: 10px;
	height: 25px;
}

.changeuserpasswordbuttons
{
	width: 280px;
	text-align: right;
	margin-top: 5px;
	padding-right: 10px
}

.changeuserpasswordbuttons input
{
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	background-color: #B1C5C3;
}

.changeuserpasswordmessage
{
	width: 280px;
	text-align: right;
	margin-top: 5px;
	color: Red;
	font-size: x-small;
	padding-right: 10px;
}