	

	.message {

	position:absolute;

	border-style : solid solid solid solid;

	padding-bottom : 5px;

	padding-left : 0px;

	padding-right : 0px;

	padding-top : 0px;

	background : white;

	border-color : Gray Gray Gray Gray;

	border-right-width : thin;

	border-left-width : thin;

	border-width : thin;

	visibility: hidden;

}

	#msgTitle {

		background-color:Gray;

		color:white;

		font-family:verdana, helvetica, arial, sans-serif;

		font-weight:bold;

		padding-bottom : 5px;

		padding-left : 2px;

		padding-right: 2px;

		padding-top : 2px;

		font-size : 14px;

	}

	

	#msgCloseWindow {

		text-align : right;

		position : relative;

		top : -18px;

	}



	.msgCloseButton {

		padding-left : 5px;

		padding-right : 5px;

		color:Black;

		font-family:arial;

		font-weight:bold;

		background-color : white;

		border-style :  outset;

		border-color : white white white white;		

		border-width : thin;

		text-decoration : none;

		font-size : 12px;

		font-family : Arial;

	}



	#msgContent{

		font-family: arial;

		font-size : 12px;

		padding-bottom : 5px;

		padding-left : 2px;

		padding-right: 2px;

		padding-top : 2px;

	}

	

	.msgButton {

		padding-left : 10px;

		padding-right : 10px;

		background-color : white;

		border-style :  outset;

		border-color : white white white white;		

		border-width : thin;

		text-decoration : none;

		font-size : 10px;

		font-family : Arial;

		color : black;

	}



