/* General */
.wd_popup_window {left:50%; min-width:300px; position:absolute; top:100px; visibility:hidden; z-index:981; -moz-user-select:none; -khtml-user-select:none; -webkit-user-select:none; -ms-user-select:none;} * html .wd_popup_window {width:200px;}
.wd_popup_window_fixed {position:fixed!important;}
	.wd_popup_title {overflow:hidden;}
	.wd_popup_close {cursor:pointer; overflow:hidden; outline:0; position:absolute; right:6px; text-decoration:none; top:4px; z-index:1; -moz-transition:0.2s all; -webkit-transition:0.2s all; -o-transition:0.2s all; -ms-transition:0.2s all; transition:0.2s all; }
	.wd_popup_inner {overflow:hidden; position:relative; -moz-user-select:text; -khtml-user-select:text; -webkit-user-select:text; -ms-user-select:text;}
.wd_popup_overlay {background:#000; display:none; height:100%; left:0;  position:fixed; top:0; width:100%; z-index:980;}
.wd_popup_window, .wd_popup_title, .wd_popup_close, .wd_popup_inner {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}

/* #01: default */
.wd_popup_style_01 {background:#eee url("images/webdebug.popup/01_bg.png") 0 0 repeat; border:5px solid #FF9601; padding:0 10px 20px; -moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px; -moz-box-shadow:0 0 20px rgba(0,0,0,0.3); -webkit-box-shadow:0 0 20px rgba(0,0,0,0.3); box-shadow:0 0 20px rgba(0,0,0,0.3);}
	.wd_popup_style_01 .wd_popup_title {color:#000; font:normal 20px/22px "Arial", "Helvetica", sans-serif; line-height:22px; margin:6px 10px 12px 0; padding-right:6px; text-align:center;}
	.wd_popup_style_01 .wd_popup_close {color:#FF9601; font:bold 22px/16px "Arial", "Helvetica", sans-serif; right:4px; width:16px;}
	.wd_popup_style_01 .wd_popup_close:hover {color:red;}
