.dialogs { padding: 10px; border: 4px solid #3F5D81; background: white; width: 600px; height: 430px; position: absolute; top: 100px; left: 200px; z-index: 3000; display: none; }
.dialogs h2 { color: white; font-size: 18px; margin: -10px -10px 0 -10px; background-color: #3f5d81; padding: 3px 3px 3px 6px; position: relative; }
.dialogs h2 a.close_link { display: block; background: url(../images/close_icon.gif) no-repeat; width: 19px; height: 19px; text-indent: -9000px; position: absolute; right: 3px; top: 2px; }
.dialogs #scroller { margin: 10px; padding: 10px; overflow: auto; height: 340px; }
.dialogs h4 { font-size: 14px; color: #00a0e2; }
.dialogs fieldset { border: none; }
.dialogs label { color: #3f5d81; font-weight: strong; }
.dialogs .alert_win { width: 98%; }
.dialogs a.btn_blue { height: 27px; font-family:Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10pt; text-decoration: none; color: #FFFFFF; float: right; cursor: pointer; white-space: nowrap; }
.dialogs a.btn_blue .btn_mid { float: left; height: 23px; padding: 3px 3px 0 3px; background: url(../images/btn_blue_mid.gif) repeat-x; }
.dialogs a.btn_blue .btn_left { float: left; width: 4px; height: 23px; background: url(../images/btn_blue_left.gif) no-repeat; }
.dialogs a.btn_blue .btn_right { float: left; width: 7px; height: 23px; background: url(../images/btn_blue_right.gif) no-repeat; }
.dialogs a:hover.btn_blue { text-decoration: underline; }
.dialogs .thumbnail { float: left; margin: 20px 0 0 5px; }
.dialogs form { margin-left: 70px; }
/* Channel Editor pages */

.dialogs #links { border-top: 1px solid #666; padding-top: 10px; margin-top: 10px; }
.dialogs #links a.btn_blue { float: left; }
.dialogs #links a#advanced_edit_btn { margin-right: 190px; }
.dialogs #short_description { display: block; height: 75px; width: 200px; }
.dialogs #public_private_fieldset, .dialogs #viewing_minutes_fieldset { border-top: 1px dashed #666; padding-top: 8px; margin-top: 10px; }
.dialogs ul#categories_list { width: 200px; }
.dialogs ul#categories_list li { list-style-type: none; clear: both; }
.dialogs ul#categories_list input { float: left; }
.dialogs ul#categories_list label { float: left; }
.dialogs .edit { float: left; margin:0 5px; display: block; text-indent: -9000px; width:17px; height: 13px; background: url(../images/icon_pencil.gif) no-repeat left; border-right: 1px solid #999999; }
.dialogs .delete { float: left; margin-right: 5px; display: block; text-indent: -9000px; width:12px; height: 13px; background: url(../images/icon_trash.gif) no-repeat left; }
.dialogs #simple_video_editor_page #links { clear: both; }
.dialogs #lock { background: url(../images/lock_sm.gif) 10px 0 no-repeat; padding-left: 30px; }
