#MessageBox, #InformationBox {
	width: 0; height: 0; display: none; padding-left: 12px; padding-top: 12px; padding-right: 12px;
	}
#MessageBox {
	background: url('../img/MessageBox/MessageBoxBack.png') 50% 50% no-repeat;
	}
#InformationBox {
	background: url('../img/MessageBox/InformationBoxBack.png') 50% 50% no-repeat;
	}	
.MBIcon {
	width: 100px; height: 100px; display: none; float: left;
	}
.MBIconWarning {
	background: url('../img/MessageBox/Exclamation.gif') 50% 50% no-repeat;
	}
.MBIconStop {
	background: url('../img/MessageBox/Stop.gif') 50% 50% no-repeat;
	}		
.MBText {
	width: 300px; height: 70px; padding-top: 30px; display: none; float: left; font-weight: bold; text-align: left;
	}
.IBTop {
	width: 637px; height: 20px;
	}	
.IBText {
	width: 637px; height: 367px; display: none; margin-bottom: 15px; text-align: left; overflow: auto;
	}	
.MBButton02 a {
	width: 67px; height: 23px; display: none; float: right; margin-right: 10px;
	}
.MBButtonWarning {
	background-image: url('../img/MessageBox/YellowOkey.gif');
	}
.MBButtonStop {
	background-image: url('../img/MessageBox/RedOkey.gif');
	}
.MBButtonSuccessful {
	background-image: url('../img/MessageBox/BlueOkey.gif');
	}		
.LoadingContainer {
	width: 0; height: 0; display: none; position: relative; padding-top: 30px; background: url('../img/MessageBox/LoadingBack.png') 50% 50% no-repeat;
	}
.LoadingStart {
	display: none;
	}