
#message-box-container {
	position: relative;
	/*background-color: #fff;*/
	/*background: url(../js/jquery-lightbox-0.5/images/image_bg.jpg) repeat; /*added*/
	/*
	width: 250px;
	height: 250px;
	*/
	margin: 0 auto;	
	
}

#message-box-text {
	text-align: left;
	
}

#message-box-text p {
	line-height: normal;
	
}
#message-box-text h3 {
	line-height: normal;
	padding-bottom: 4px;
}