.change-password {
	background: #FFFFFF;
    width: 40.0em;
    border: 1px solid #97993C;
    -webkit-box-shadow:0 0 5px 5px #888;
    -moz-box-shadow:0 0 5px 5px #888;
    box-shadow:0 0 5px 5px #888;
    text-align: left;
}

.section-panel  { 
	background: #97993C;
    height: 3em;
    color: white;
    line-height: 3em;
    font-size:1.4em;
    padding-left: .5em;
    text-shadow: #666 1px 1px;
    font-weight:bold;
}

.change-password-div {
	position: relative;
	left: 60px;
}	

.change-password-buttons-div {
	position: relative;
	left: 250px;
}	

.passwordMsgLabel {
	position: relative;
	left: 60px;
}	

.dialog-button {
	width: 80px;
	height: 24px;
}	

.passwordMsgOk {
	color: green;
}	

.passwordMsgErr {
	color: red;
}	
