.sb_window {
 min-width:300px;
 height:auto;
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 border-radius:10px;
 display:none;
 visibility:hidden;
 position:absolute;
 top:0;
 left:0;
 text-align:left;
 z-index:101;
 -webkit-box-shadow: 5px 5px 20px rgb(128,128,128);
 -moz-box-shadow: 5px 5px 20px rgb(128,128,128);
 box-shadow: 5px 5px 20px rgb(128,128,128);
 -webkit-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
 -moz-box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
 box-shadow: 5px 5px 20px rgba(0,0,0,0.5);
}

.sb_window_effect {
 position:absolute;
 z-index:102;
 height:auto;
 background:white;
 border:solid 1px #888888;
/*
 -moz-border-radius:10px;
 -webkit-border-radius:10px;
 border-radius:10px;
*/
}



.sb_window.enews_window {
 width:330px;
}
.sb_window .body .ie_message { 
 margin:0 10px;
}

.sb_window .body .ie_message p,
.sb_window .body .ie_message {
 font:normal 12px verdana, arial, sans-serif;
 line-height:1.3em;
}
.sb_window .body .ie_message p a,
.sb_window .body .ie_message a {
 text-decoration:none;
 color:#67819d;
}
.sb_window .body .ie_message p a:hover,
.sb_window .body .ie_message a:hover {
 text-decoration:underline;
}
.sb_window .head {
 /***
 setting a height, min-width, min-height, or width collapses the head div in IE7
 ****/
/* height:20px; */
 min-width:auto;
 padding:2px 0px 2px 4px;
 -moz-border-radius-topleft:5px;
 -moz-border-radius-topright:5px;
 -webkit-border-top-left-radius:5px;
 -webkit-border-top-right-radius:5px;
 border:1px solid #888888;
 border-bottom:none;
 position:relative;
 color:#555555;
 font-family:verdana,arial,sans-serif;
 font-size:9px;
 font-weight:bold;
 text-transform:uppercase;
 background:#FFFFFF;
}
.sb_window .head.ie_message_head {
 height:25px;
 padding:3px 0px 2px 12px;
 position:relative;
 color:red;
 font-family:verdana,arial,sans-serif;
 font-size:14px;
 font-weight:normal;
 text-transform:uppercase;
}
.sb_window .title {
 padding-top:3px;
}
.sb_window .minus {
 width:11px;
 height:11px;
 top:5px;
 right:5px;
 position:absolute;
 cursor:pointer;
}
.sb_window .head.ie_message_head .minus {
 width:11px;
 height:11px;
 top:9px;
 right:10px;
 position:absolute;
 cursor:pointer;
}

.sb_window .body {
 min-width:auto;
 padding:5px 5px 10px 5px;                                                                      
 font:normal 10px sans-serif;
 color:#555555;
 background:url(/smallbox4/images5/subtletop_bg.gif) repeat-x top left #FFFFFF;
 -moz-border-radius-bottomleft:5px;
 -moz-border-radius-bottomright:5px;
 -webkit-border-bottom-left-radius:5px;
 -webkit-border-bottom-right-radius:5px;
 border:1px solid #888888;
 border-top:none;
}
.sb_window .sb_tags_window .list_table {
/* width:100%; */
}

.sb_window .sb_tags_window .list_table input {
 width:99%;
 border:1px solid white;
 padding-bottom:2px;
}
.sb_window .sb_tags_window .list_table input:hover {
 background-image:url(/smallbox4/images5/direct_edit.png);
 background-position:100% 50%;
 background-repeat:no-repeat;
}
.sb_window .sb_tags_window .list_table input:focus {
 border:1px solid #C3D417;
}
.sb_window .sb_tags_window .list_table td.sb_tags_input {
 border-right:none;
}
.sb_window .sb_tags_window .list_table .sb_tags_trash {
 width:16px;
 padding:0 2px 1px 2px;
}
.sb_window .save_search_dialogue {
 font-size:11px;
 padding:10px 0 10px 45px;
}
.sb_window .save_search_dialogue input,
.sb_window .save_search_dialogue select {
 margin-bottom:10px;
 font-size:11px;
 font-family:verdana,arial,sans-serif;
 width:200px;
}


.sb_window .panel_section table.enews_options {
 width:100%;
}
.sb_window .panel_section table.enews_options td {
 vertical-align:middle;
}
.sb_window .panel_section table.enews_options td.option {
 width:150px;
}
.sb_window .panel_section table.enews_options td.option div.all_contacts {
 width:132px;
 height:18px;
 PADDING:0 0 0 6px;
 line-height:18px;
 vertical-align:center;
 border:1px solid #CCCCCC;
 color:#555555;
 background:#FFFFFF;
-moz-border-radius:5px;
 -webkit-border-radius:5px;
 border-radius:5px;
}
.sb_window .panel_section table.enews_options td.option select {
 width:140px;
 padding:inherit 0 inherit 8px;
 
}
.sb_window .panel_section table.enews_options td.view_list input,
.sb_window .panel_section table.enews_options td.send input {
 width:65px;
 margin:0;
}
.sb_window .panel_section table.enews_options td.help_icon {
 width:20px;
}
.sb_window .panel_section table.enews_options td.help_icon img {
 margin-top:-1px;
}

