﻿.changeProfileBox
{      
    margin-left: 30px;
    margin-top: 30px;
	width:360px;
	height:200px;
	border:1px solid #B79764;
}

.changeProfileLabel
{
	position:relative;
	left:25px;
	top:25px;
	width:auto;
	height:auto;
	text-align:center;
	font-size:0.8em;
	margin-right:25px;
}

.changeProfileEmailLabel
{
	position:relative;
	left:25px;
	top:40px;
	width:100px;
	height:auto;
	text-align:right;
	font-size:0.8em;
	vertical-align:top;
	margin-right:25px;
}

.changeProfileEmail
{
	position:relative;
	top:30px;
	left:135px;
	width:200px;
	height:auto;
	vertical-align:top;
}

.changeProfileNewPasswordLabel
{
	position:relative;
	left:25px;
	top:35px;
	width:100px;
	height:auto;
	text-align:right;
	font-size:0.8em;
	vertical-align:top;
	margin-right:25px;
}

.changeProfileNewPassword
{
	position:relative;
	top:25px;
	left:135px;
	width:200px;
	height:auto;
	vertical-align:top;
}

.changeProfileConfirmPasswordLabel
{
	position:relative;
	left:15px;
	top:30px;
	width:110px;
	height:auto;
	text-align:right;
	font-size:0.8em;
	vertical-align:top;
	margin-right:25px;
}

.changeProfileConfirmPassword
{
	position:relative;
	top:20px;
	left:135px;
	width:200px;
	height:auto;
	vertical-align:top;
}

.changeProfileSubmit
{
	position:relative;
	left:125px;
	top:35px;
	width:100px;
	height:auto;
	text-align:center;
	vertical-align:top;	
}

.changeProfileMessage
{
	position:relative;
	left: 25px;
	top: 45px;
	width:auto;
	height:auto;
	text-align:center;
	font-size:0.8em;
	color:Red;    
}