/* .dialog_window { border:6px solid #ccc;background:#fff;font-size:10px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.dialog_window .title, #RB_window .title { background: #e7e7e7; color:#666;padding:3px;font-weight:bold;font-size:12px;cursor:move; }
.dialog_window .window_content { padding:2px;clear:both;}
*/

.dialog_window .close_button,#RB_window .close_button {  background: url(../images/dialog_window/close.jpg) no-repeat;float:right;width:20px;height:20px;margin:10px 2px 2px 2px;cursor:pointer; }
.dialog_window .close_button:hover,#RB_window .close_button:hover {  background: url(../images/dialog_window/close_hover.jpg) no-repeat; }

.redbox_mi { background-color:#fff;}
.redbox_tl { width:9px;height:35px;background:transparent url('../images/dialog_window/tl.gif') no-repeat; }
.redbox_t { height:35px;background:transparent url('../images/dialog_window/t.gif') repeat-x; }
.redbox_tr { width:9px;height:35px;background:transparent url('../images/dialog_window/tr.gif') no-repeat; }
.redbox_ml { width:9px;background:transparent url('../images/dialog_window/ml.gif') repeat-y; }
.redbox_mr { width:9px;background:transparent url('../images/dialog_window/mr.gif') repeat-y; }
.redbox_bl { width:9px;height:9px;background:transparent url('../images/dialog_window/bl.gif') no-repeat; }
.redbox_b { height:9px;background:transparent url('../images/dialog_window/b.gif') repeat-x; }
.redbox_br { width:9px;height:9px;background:transparent url('../images/dialog_window/br.gif') no-repeat;}
.redbox_t .title { color:#333;font-size:16px;font-family:arial;text-indent:10px;line-height:35px;font-weight:bold;height:35px;}