#jmessagebox_container {
	margin:0px auto; 
	border:1px solid #D5D5D5;
	background-color:#fff;	
}
#jmessagebox_close{display: none;
}
#jmessagebox_title{
	height:31px; 
	background-image:url(window_title.gif); 
	background-repeat:repeat-x; 
	line-height:31px; 
	color:#fff;
	padding-left:10px;
	font-size:12px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
}
#jmessagebox_message{
	font-size:12px;
	color:#333;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#jmessagebox_buttons {
    text-align:right;	
	background-color:#fff;
	padding-right: 5px;	
	margin-bottom: 5px;
	height: 20px;
}

#jmessagebox_yesbutton{
	background-image: url(button_ok.gif);
	height: 20px;
	width: 40px;
	background-repeat: no-repeat;
	border: none;
	padding:0;
	cursor:pointer;
	margin-right: 3px;
	margin-left: 5px;
}
#jmessagebox_nobutton{
	background-image: url(button_cancel.gif);
	height: 21px;
	width: 69px;
	background-repeat: no-repeat;
	border: none;
	cursor:pointer;
	margin-right: 3px;
	margin-left: 5px;
}
#jmessagebox_cancelbutton{
	background-image: url(button_cancel.gif);
	height: 21px;
	width: 69px;
	border: none;
	background-repeat: no-repeat;
	cursor:pointer; 
	margin-right: 3px;
	margin-left: 5px;
}
#jmessagebox_closebutton{
	background-image: url(button-close.gif);
	height: 22px;
	width: 66px;
	border: none;
	background-repeat: no-repeat;
	cursor:pointer; 
	margin-right: 3px;
	margin-left: 5px;
}
#jmessagebox_bottom {
    text-align:right;
	clear: both;
	background-color:#fff;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	cursor: pointer;
	font-size: 12px;
	color: #C2C2C2;
}