#jslib_messagebox {
	margin:0px auto; 
	border:1px solid #D5D5D5;
	background-color:#fff;
}
#jslib_messagebox_title{
	height:31px; 
	background-image:url(shell_widow_t1.jpg); 
	background-repeat:repeat-x; 
	line-height:31px; 
	color:#fff;
	padding-left:10px;
	font-size:12px;
   }
#jslib_messagebox_message{
	font-size:12px;
	color:#333;
	padding: 10px;	
}
#jslib_messagebox_button {
    text-align:right;	
	background-color:#fff;
	padding-right: 10px;
	float:right;
}

#jslib_messagebox_ok{
	background-image: url(button_close.jpg);
	height: 20px;
	width: 62px;
	float:left;
	background-repeat: no-repeat;
	border: none;
	padding:0;
	cursor:pointer; 
}
#jslib_messagebox_no{
	background-image: url(button_next.jpg);
	height: 21px;
	width: 57px;
	float:left;
	background-repeat: no-repeat;
	border: none;
	cursor:pointer;
}
#jslib_messagebox_cancel{
	background-image: url(button_canacel.gif);
	height: 21px;
	width: 80px;
	float:left;
	border: none;
	background-repeat: no-repeat;
	cursor:pointer; 
}
#jslib_dialog {
	font-family:Arial, Helvetica, sans-serif;
	background-color:#FFFFFF;
	border: #CCCCCC solid 3px;
	height: 300px;
	width: 500px;
	padding: 5px;
}
