.form-table tr{
	border: 4px solid #f7f7f7;
	margin-bottom: 10px;
}
.fst{
	display: block;
	margin-top: 10px;
	text-align: right;
	font-size: 1.2em;
	font-weight: bold;
}
.fstd{
	border: 1px dotted #ccc;
	padding: 10px 15px;
	overflow: hidden;
}
.tag-settings p{
	margin-top: 40px !important;
	margin-bottom: -25px;
	font-weight: bold;
	font-size: 1.3em;
}
.fstd label{
	float: left;
	width: 200px;
	font-size: 1.1em;
	font-weight: normal;
	margin-top: 0;
}
label{
	display: block;
	margin-top: 10px;
}
textarea{
	width: 100%;
	height: 100px;
}
input[type=text]{
	width: 80%;
}
h3{
	cursor: default !important;
}
#testimonials_list{
	margin-top: 10px;
}
#testimonials_list li{
	background: #e0e0e0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 1px 5px;
	margin: 0 15px 20px 15px;
	cursor: move;
}
#testimonials_list li > p{
	padding: 5px;
}
#testimonials_list li > span{
	margin: 0 5px 10px 5px;
	display: inline-block;
	background: #6ba61f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3px 5px;
	color: #fff;
	cursor: pointer !important;
}
#pdfs_list{
	margin-top: 10px;
}
#pdfs_list li{
	background: #e0e0e0;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 1px 5px;
	margin: 0 15px 20px 15px;
	cursor: move;
	overflow: hidden;
	position: relative;
}
#pdfs_list li > p{
	padding: 5px;
	overflow: hidden;
}
#pdfs_list li > p a.pdf{
	background: url(images/pdf.png) 0 0 no-repeat;
	height: 40px;
	display: block;
	padding: 21px 3px 4px 70px;
	font-size: 14px;
	text-decoration: none;
	margin: 5px;
	float: left;
}
#pdfs_list li > p img{
	max-width: 100px;
	float: left;
}
#pdfs_list li > p span{
	display: inline-block;
	margin-left: 10px;
	background: #FFD;
	padding: 5px;
}
#pdfs_list li > span{
	margin: 0 5px 10px 5px;
	display: inline-block;
	background: #6ba61f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3px 5px;
	color: #fff;
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
	min-width: 40px;
	text-align: center;
	z-index: 99;
	cursor: pointer;
}
#pdfs_list li > span.p_edit{
	right: 88px;
}
#pdf_uploader > div.pdf-upd{
	position: relative;
	width: 200px;
	overflow: hidden;
	margin: 10px;
}
#pdf_uploader > div.pdf-upd > a.pdf{
	background: url(images/pdf.png) 0 0 no-repeat;
	height: 40px;
	display: block;
	padding: 21px 3px 4px 70px;
	font-size: 14px;
	text-decoration: none;
	margin: 5px;
	border: 1px solid #ccc;
	overflow: hidden;
}
#pdf_uploader > div.pdf-upd > a.c-p-u{
	position: absolute;
	display: block;
	width: 22px;
	text-align: center;
	font-weight: bold;
	background: #f75312;
	color: white;
	top: 0;
	margin-top: 0;
	left: 0;
	margin-left: 0;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	text-decoration: none;
	padding: 0;
}
#pdf_uploader > div.img-upd{
	position: relative;
	width: 110px;
	overflow: hidden;
	margin: 10px;
}
#pdf_uploader > div.img-upd > a{
	position: absolute;
	display: block;
	width: 22px;
	text-align: center;
	font-weight: bold;
	background: #f75312;
	color: white;
	top: 0;
	margin-top: 0;
	right: 18px;
	margin-left: 0;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	text-decoration: none;
	padding: 0;
}
#pdf_uploader > div.img-upd > img{
	clear: both;
	max-width: 100px;
	display: block;
	height: auto;
	margin: 10px;
	padding: 3px;
	border: 1px solid #ccc;
}
#d-f-b{
	overflow: hidden;
}
#d-f-b > h3{
	float: left;
	width: 45%;
	text-align: center;
	background: transparent;
	border: 0;
}
#form_all_fields{
	width: 45%;
	float: left;
	background: #e0e0e0;
	margin: 10px 0;
}
#form_fields_container{
	width: 45%;
	float: left;
	background: #e0e0e0;
	overflow: hidden;
	margin: 10px 0 0 15px;
}
#fixed_contact_message{
	padding: 5px;
	cursor: default !important;
	background: #ffd;
	border-radius: 5px;
	margin-bottom: 15px;
	margin: 10px;
}
#fixed_submit_button{
	padding: 5px;
	cursor: default !important;
	background: #ffd;
	border-radius: 5px;
	margin-bottom: 15px;
	margin: 10px;
}
.form_builder{
	padding: 10px;
	overflow: hidden;
}
#form_fields{
	min-height: 40px;
	border-bottom: 1px dashed #f00;
	border-top: 1px dashed #f00;
}
.i-t-a{
	height: 40px;
}
.form_builder li{
	padding: 5px;
	cursor: move !important;
	background: #ffd;
	border-radius: 5px;
	margin-bottom: 15px;
}
#form_all_fields li > input,textarea{
	cursor: move !important;
}
#form_all_fields li > input,textarea{
	
}
.form_builder li > input[type=text],textarea{
	width: 80%;
	cursor: default !important;
}
.form_builder li > span.remove-field{
	float: right;
	border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	background: #f00;
	width: 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	cursor: pointer !important;
}
.field_options{
	overflow: hidden;
	display: none;
}
.create-form{
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}
.create-form > input{
	float: right;
	margin-right: 20px;
	margin-top: 10px;
}
#banner_uploader{
	position: relative;
	margin-top: 20px;
}
#banner_uploader > img{
	max-width: 400px;
}
#banner_uploader > span.remove_image{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 11px;
	background: #f00;
	color: #fff;
	font-weight: bold;
	width: 20px;
	text-align: center;
	margin-top: -10px;
	margin-left: -9px;
	cursor: pointer;
}
#sortable_banners{
	margin-top: 10px;
	overflow: hidden;
}
#sortable_banners li{
	background: #e0e0e0;
	padding: 10px;
	margin: 0 auto 20px auto;
	cursor: move;
	overflow: hidden;
	position: relative;
	width: 750px;
}
#sortable_banners li > img{
	max-height: 215px;
	max-width: 712px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#sortable_banners li > div.banner_overlay{
	padding: 5px;
	overflow: hidden;
	position: absolute;
	background: url(images/o_t.png) 0 0 repeat;
	bottom: 0;
	padding-right: 30px;
	margin-bottom: 30px;
	z-index: 10;
	vertical-align: middle;
}
#sortable_banners li > div.banner_overlay > .banner_number{
	font-weight: bold;
	font-size: 24px;
	display: inline-block;
	background: url(images/w_c.png) 0 0 no-repeat;
	width: 85px;
	height: 50px;
	text-align: center;
	padding-top: 35px;
	color: #999;
	vertical-align: middle;
	position: relative;
}
#sortable_banners li > div.banner_overlay > p.tag_area{
	margin: 0;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
	color: white;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
	line-height: 130%;
	max-width: 350px;
}
#sortable_banners li > div.banner_overlay > p > span.tag_by{
	color: #1C1C1C;
	font-size: 12px;
	display: block;
}
#sortable_banners li > span.edit_banner,span.remove_banner{
	margin: 0 5px 10px 5px;
	display: inline-block;
	background: #6ba61f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3px 5px;
	color: #fff;
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
	min-width: 40px;
	text-align: center;
	z-index: 99;
	cursor: pointer;
}
#sortable_banners li > span.edit_banner{
	right: 88px;
}
#vimeo_videos{
	margin: 10px 10px 0 10px;
}
#vimeo_videos li{
	padding: 10px;
	margin-bottom: 10px;
	clear: both;
	overflow: hidden;
	background: #eee;
	border-radius: 5px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	position: relative;
}
#vimeo_videos li img{
	width: 200px;
	float: left;
	border-radius: 5px;
	margin-right: 20px
}
#vimeo_videos li span{
	margin: 0;
	display: inline-block;
	background: #6ba61f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 3px 5px;
	color: #fff;
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
	min-width: 40px;
	text-align: center;
	z-index: 99;
	cursor: pointer;
}
#yes_video_form{
	display: none;
}
#thumbnail_uploader{
	margin: 20px 0 0 0;
	position: relative;
}
#thumbnail_uploader > img{
	max-width: 300px;
	border-radius: 5px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
}
#thumbnail_uploader > span.remove_image{
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	border-radius: 11px;
	-webkit-border-radius: 11px;
	-moz-border-radius: 11px;
	background: #f00;
	color: #fff;
	font-weight: bold;
	width: 20px;
	text-align: center;
	margin-top: -10px;
	margin-left: -9px;
	cursor: pointer;
}
h4.yesvid{
	float: left;
	width: 50%;
	text-align: center;
}
div.video_holder{
	overflow: hidden;
	padding: 10px;
}
#vim_all_videos, #vim_testi_videos, #vim_home_videos_select{
	float: left;
	width: 45%;
	overflow: hidden;
	border: 1px solid #ccc;
	min-height: 50px;
	padding: 10px;
}
#vim_all_videos li, 
#vim_testi_videos li,
#vim_home_videos_select li{
	padding: 10px;
	clear: both;
	margin-bottom: 10px;
	overflow: hidden;
}
#vim_all_videos li img, 
#vim_testi_videos li img,
#vim_home_videos_select li img{
	width: 100px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	float: left;
}
#vim_all_videos li span, 
#vim_testi_videos li span,
#vim_home_videos_select li span{
	font-weight: bold;
	float: left;
	padding-left: 10px;
	width: 60%;
	display: inline-block;
}
#vim_all_videos,
#vim_home_videos_select{
	margin-right: 10px;
}
#vim_all_videos li,
#vim_home_videos_select li{
	background: #eee;
}
#vim_testi_videos li{
	background: #ffd;
}
#vim_testi_videos li > span.remove-testi-video{
	float: right;
	border-radius: 11px;
	-moz-border-radius: 11px;
	border-radius: 11px;
	background: #f00;
	width: 15px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	cursor: pointer !important;
}
#vim_home_videos_select li{
	cursor: pointer;
}
#home-vid-box{
	width: 50%;
	overflow: hidden;
	float: left;
	min-height: 100px;
	border: 3px solid #f00;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#home-vid-box img{
	display: block;
	width: 300px;
	margin: 20px auto;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}
#update_testi_videos,
#update_home_video{
	margin-bottom: 10px;
}