.mv_manage_buttons{
    float:right;
    /*overflow: hidden;*/
    position: relative;
}

.mv_manage_buttons #toggleParams{
    background-image: url("../../v4_imgs/icons/edit_icon.png");
    background-repeat: no-repeat;
    float:left;
}

#mod_block,
.mod_block{
	border-radius:4px;
	padding:5px;
	margin:auto;
	color:#fff;
	background: #252525;
	position: relative;
	margin-top:10px;
	display: none;
}
.css3button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	padding: 10px 10px;
	background:#050505;
	background: -moz-linear-gradient(
		top,
		#333333 0%,
		#050505);
	background: -webkit-gradient(
		linear, left top, left bottom, 
		from(#333333),
		to(#050505));
	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #666;
	-moz-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	-webkit-box-shadow:
		0px 1px 3px rgba(000,000,000,0.5),
		inset 0px 0px 1px rgba(255,255,255,0.7);
	text-shadow:
		0px -1px 0px rgba(000,000,000,0.4),
		0px 1px 0px rgba(255,255,255,0.3);
	cursor:pointer;
}
.css3button:hover,
.css3button.active{
	background:#333;
}
#mod_form{
	padding:10px;
	font-size:13px;
}
#mod_form label{
	display: block;
	padding: 10px 0px;
}
#mod_form .mod_form_left{
	width:610px;
	float:left;
}
#mod_form .mod_form_right{
	width:330px;
	margin-left:30px;
	float:left;
}
#mod_form input,textarea{
	padding:8px;
	background:#333;
	color:#EEE;
	width: 100%;
	border:1px solid #666;
	font-size:12px;
}

#mod_form input.error,textarea.error{
    border:1px solid red;
}

#mod_form .md_box{
	width:20px !important;
}
#mod_form .cat_hold{
	font-size:12px;
	background:#333;
	color:#EEE;
	border:1px solid #666;
	font-size:12px;
	overflow: auto;
	height: 270px;
}

#mod_form .cat_hold.auto_height{
    height: auto;
    max-height: 270px;
}

#mod_form .cat_hold label{
	padding:5px;
	border-bottom:1px dotted #424242;
	cursor: pointer;	
}
#mod_form .cat_hold label:hover{
	background:#000;	
}
#mod_form .mod_form_bts{
	margin-top:20px;
	background: #252525 url(/v3_imgs/ci/video_bot_bg.png) repeat-x bottom;
	margin-left:-15px;
	margin-right:-15px;
	padding:5px 15px;
}
#mod_form .mod_form_bts .css3button{
	min-width:90px;	
	padding:10px 10px;
	float:left;
	margin-right:10px;
}
#mod_form .mod_form_bts .css3button.right{
	float:right;
	margin-right: 0px;
	margin-left:10px;
	margin-top:-1px;	
}
#promo_cont .css3button{
	width:60px;
	text-align: center;
	float:left;
	margin-right:10px;
}
#promo_cont .promo_inp{
	float:left;
	width:300px;
	margin-right:10px;	
}

#mod_form select{
    background: none repeat scroll 0 0 #333333;
    border: 1px solid #666666;
    color: #EEEEEE;
    font-size: 12px;
    padding: 7px;
    width: 100%;
}

#mod_form #thumbs_holder img{
    border:1px solid #FFF;
    padding:1px;
    width: 195px;
    opacity:0.3;
    cursor: pointer;
    margin-right:5px;
}

#mod_form #thumbs_holder img.active{
    opacity: 1;
}

#mod_form #comments_filter{
    display: none;
}

#mod_form #comments_filter.vis{
    display: block;
}

#mod_block #adm_block_modal{
    background:rgba(0,0,0,0.8);
    position: absolute;
    top:255px;
    left:295px;
    width: 400px;
    border-radius: 4px 4px 4px 4px;
    padding:10px 20px;
    display: none;
}

#mod_block #adm_block_modal .modal_title{
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

#mod_block #adm_block_modal .modal_title a{
    background: url('../../../v3_imgs/ci/close_adm_modal.png') no-repeat 0 0;
    width: 16px;
    height: 16px;
    position: absolute;
    top:0;
    right:0;
}

#mod_block #adm_block_modal .adm_del_reason{
    background-color: #852f2b;
    border-color: #852f2b;
    background-image: -moz-linear-gradient(top, #bc403a 0, #852f2b 100%);
    background-image: -ms-linear-gradient(top, #bc403a 0, #852f2b 100%);
    background-image: -o-linear-gradient(top, #bc403a 0, #852f2b 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #bc403a), color-stop(100%, #852f2b));
    background-image: -webkit-linear-gradient(top, #bc403a 0, #852f2b 100%);
    background-image: linear-gradient(to bottom, #bc403a 0, #852f2b 100%);
    border-color: #852F2B;
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: block;
    font-size: 13px;
    margin-bottom: 10px;
    padding: 8px;
    text-align: center;
}

a#share_as_page{
    background-image: url("../../v4_imgs/icons/share_as_page_act.png");
    background-repeat: no-repeat;
    float:left;
    margin-left:10px;
}

a#warnUser{
    background-image: url("../../v4_imgs/icons/ico_warn.png");
    background-repeat: no-repeat;
    margin-left:10px;
    position: absolute;
    right: 0;
    bottom:-37px;
}



.video_shared_as_page{
    display: none;
    float:left;
    margin-left:10px;
    cursor: default;
}

.video_shared_as_page.pending{
    background-image: url("../../v4_imgs/icons/share_as_page_pen.png");
    background-repeat: no-repeat;
}

.video_shared_as_page.done{
    background-image: url("../../v4_imgs/icons/share_as_page_done.png");
    background-repeat: no-repeat;
}

.video_shared_as_page:hover{
    cursor: default;
}

.video_shared_as_page.pending:hover{
    cursor: pointer;
}

.screenshot_tab_holder{
    overflow: hidden;
    border-bottom:1px solid #1e1e1e;
    margin-bottom:10px;
}

.screenshot_tab.active{
    background:#1f1f1f;
    border-radius:4px 4px 0 0;
    display: block;
    float:left;
    margin-right:10px;
    margin-top:10px;
    color:#FFF;
    padding:12px 13px 10px;
    -webkit-box-shadow: 1px 0 0 #313131, inset 1px  1px 0 rgba(0,0,0,0.35);
    -moz-box-shadow: 1px 0 0 #313131, inset 1px  1px 0 rgba(0,0,0,0.35);
    box-shadow: 1px 0 0 #313131, inset 1px  1px 0 rgba(0,0,0,0.35);
    
}

.screenshot_tab{
    background:#333333;
    border-radius:4px 4px 0 0;
    display: block;
    float:left;
    margin-right:10px;
    margin-top:10px;
    color:#FFF;
    padding:12px 13px 10px;
    font-size:14px;
}

#custom_screen{
    display: none;
}

#mod_form .vd_desc_chars{
    margin-top: 12px;
}

#mod_form fieldset{
    margin:10px 0;
    padding: 10px 0;
    border-top:1px solid #666;
}

#mod_form fieldset legend{
    background: #333;
    color: #EEE;
    border: 1px solid #666;
    padding:10px;
    margin: 0 auto;
}

#mod_block .mvadm_block_modal{
    background:rgba(0,0,0,0.8);
    position: absolute;
    top:255px;
    left:295px;
    width: 400px;
    border-radius: 4px 4px 4px 4px;
    padding:10px 20px;
    display: none;
}

#mod_block .mvadm_block_modal .modal_title{
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
    position: relative;
}

#mod_block .mvadm_block_modal .modal_title a{
    background: url('../../../v3_imgs/ci/close_adm_modal.png') no-repeat 0 0;
    width: 16px;
    height: 16px;
    position: absolute;
    top:0;
    right:0;
}