
.ChangePasswordButtonFormProceed {
	min-width:150px; background:#f86313;
	background:-moz-linear-gradient(top, rgba(248,122,19,1) 0%, rgba(248,99,19,1) 100%);
	background:-webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,122,19,1)), color-stop(100%, rgba(248,99,19,1)));
	background:-webkit-linear-gradient(top, rgba(248,122,19,1) 0%, rgba(248,99,19,1) 100%);
	background:-o-linear-gradient(top, rgba(248,122,19,1) 0%, rgba(248,99,19,1) 100%);
	background:-ms-linear-gradient(top, rgba(248,122,19,1) 0%, rgba(248,99,19,1) 100%);
	background:linear-gradient(to bottom, rgba(248,122,19,1) 0%, rgba(248,99,19,1) 100%);
	background-clip:padding-box;
	border-radius:3px; moz-border-radius:3px;
	-webkit-border-radius:3px;
	-webkit-box-shadow:0px 2px 0px 0px #BA500F;
	-moz-box-shadow:0px 2px 0px 0px #BA500F;
	box-shadow:0px 2px 0px 0px #BA500F;
	text-shadow:0px -1px 1px rgba(0,0,0,0.3); color:#ffffff;
	text-decoration:none;
	display:inline-block;
	cursor:pointer; padding:6px 12px;
	font-size:14px; font-weight:normal;
	line-height:1.428571429;
	text-align:center; white-space:nowrap;
	vertical-align:middle; -webkit-user-select:none;
	-moz-user-select:none; -ms-user-select:none;
	-o-user-select:none; user-select:none;
	margin:auto; border:none;
}
.ChangePasswordButtonFormProceed:active {
	margin-top:2px;	margin-bottom:-2px;
}
#ChangePasswordSuggestedModal {
	position:fixed;	top:0px;
	left:0px; height:100%;
	width:100%;	
	background: #aaaaaa repeat-x 0px 0px;
	background-color:rgba(0,0,0,0.5); display:none;
	z-index:100000;
}
#ChangePasswordSuggestedModal.MSIE90 {
	filter: Alpha(Opacity=50);
}
#ChangePasswordSuggestedModal.MSIE80 {
	z-index:none!important;
}

#ChangePasswordSuggestedModalBox {
	margin:auto; position:relative; background-color:white;
	width:500px; height:270px; top:35%;
	font-family:Arial;
	filter: Alpha(Opacity=100) !important;	
	z-index:100001;
}
#ChangePasswordDescription {
	margin:25px; font-size:17px;
	text-align:left; padding-top:30px;
}
#ChangePasswordBoxFormProceed {
	width:100%;	text-align:center;
}
#ChangePasswordClose {
	position:absolute;
	font-size:20px;
	font-weight:bold;
	text-align:right;
	width:100%;
	margin:10px 0px 10px -10px;
}
#ChangePasswordCloseButton {
	cursor:pointer;
}
