.ccf-width25 { width:25px; } .ccf-width50 { width:50px; } .ccf-width75 { width:75px; } .ccf-width100 { width:100px; }
.ccf-width125 { width:125px; } .ccf-width150 { width:150px; } .ccf-width175 { width:175px; } .ccf-width200 { width:200px; }
.ccf-width225 { width:225px; } .ccf-width250 { width:250px; } .ccf-width275 { width:275px; } .ccf-width300 { width:300px; }
.ccf-center { text-align:center; }
.ccf-red { color:#F00; }
.ccf-bold { font-weight:bold; }
.ccf-italic { font-style:italic; }
.ccf-hide { display:none; }
.ccf-clear { clear:both; }
.ccf-center { text-align:center; }
.ccf-floatleft { float:left; }
.ccf-floatright { float:right; }
.form-extra-options-table { margin:0 auto 0 auto; }
.ccf-evenrow { background-color:#f0f0f0; }
.ccf-alignright { text-align:right; }
.ccf-alignleft { text-align:right; }
.ccf-loading-icon { margin-left: 5px; margin-right:7px; }/* Custom Contact Forms CSS */
form.customcontactform, form.customcontactform-sidebar {
	margin:8px;
	width:95%;
	max-width:600px;
	padding:4px;
}
form.customcontactform-sidebar { width:100%; }
form.customcontactform h4, form.customcontactform-sidebar h4 {
	font-size:1.3em;
	font-weight:bold;
}
form.customcontactform div label, form.customcontactform-sidebar div label { display:block; width:100%; }
form.customcontactform div label.checkbox, form.customcontactform-sidebar div label.checkbox { display:inline; }
form.customcontactform div label.select, form.customcontactform-sidebar div label.select { display:inline; margin-right:8px; }
form.customcontactform div, form.customcontactform-sidebar div {
	/*border-bottom: 1px dashed #e1e1e1;*/
	padding:.4em 0 .3em 0;
	width:100%;
	margin:0 0 6px 0;
}
form.customcontactform div div, form.customcontactform-sidebar div div { border-bottom:none; margin-bottom:0; padding:0; }
form.customcontactform div input, form.customcontactform div select, form.customcontactform-sidebar div input, form.customcontactform-sidebar div select {
	width:17em;
	padding:4px;
	margin:0;
	-moz-border-radius:4px;
	-khtml-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
form.customcontactform div input[type=checkbox], form.customcontactform-sidebar div input[type=checkbox] { width:30px; margin:0px 5px 0 0; }
form.customcontactform div input[type=radio], form.customcontactform-sidebar div input[type=radio] { width:20px; margin:5px 6px 0 0; }
form.customcontactform input, form.customcontactform-sidebar input { margin: 7px 0 0 0; }
form.customcontactform div textarea, form.customcontactform-sidebar div textarea {
	width:17em;
	padding:4px;
	margin:0;
	font-family:inherit;
	font-size:inherit;
	-moz-border-radius:6px;
	-khtml-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	height:5em;
}
form.customcontactform .submit { padding:3px; }
form.customcontactform div select { width:auto; margin-right:9px; min-width:17em; padding:2px; }
form.customcontactform-sidebar div input[type=text], 
form.customcontactform-sidebar div select, 
form.customcontactform-sidebar div textarea { width:95%; max-width:16em; margin:2px 0 4px 0; }
form.customcontactform-sidebar div select { width:auto; }
/* ----- popover box ---------- */

.ccf-popover {
	position: absolute;
	top:25%;
	left:25%;
	width:500px;
	padding:10px;
	background-color:#fff;
	border:1px solid #666;
	display:none;
	z-index:1000000000;
}

.ccf-popover .ccf-popover-close { position:absolute; top:0px; right:5px; font-size:22px; }
.ccf-tooltip {
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:200px;
	display:none;
	color:#fff;
	text-align:left;
	font-size:12px;
	-moz-box-shadow:0 0 10px #000;
	-webkit-box-shadow:0 0 10px #000;
}
/* --- form success popover --------------------  */
#ccf-form-success {
	display:none;
	border: 9px solid #efefef;
	border-spacing:0;
	width:480px;
	height:200px;
	padding:0px;
	margin:0;
	z-index:10000;
	-moz-border-radius:10px;
	-khtml-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:15px;
	position:fixed;
	left:30%;
	background-color:white;
	top:30%;
	-moz-box-shadow:0 0 14px #123;
	-webkit-box-shadow: 0 0 14px #123;
	box-shadow:0 0 14px #123;
}
#ccf-form-success div {
	background-color:#efefef;
	padding:4px 9px 9px 20px;
	margin:0 0 15px 0px;
	height:1.3em;
}
#ccf-form-success div h5 {
	text-align:left;
	float:left;
	margin:0;
	padding:0;
	font-size:16px;
	font-weight:bold;
}
#ccf-form-success p { padding:8px; margin:0; clear:both; font-size:14px; text-align:center; }
#ccf-form-success div a.close {
	float:right;
	display:block;
	font-size:12px;
	margin:0;
	padding:0;
}



/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancybox.png');
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('../wp-content/themes/Foxy/epanel/page_templates/js/fancybox/images/cdn_subdomain/fancybox.png') -55px -90px no-repeat;
}.sitemap-col { float: left; margin: 0 2% 10px 0; width: 23%; }
#sitemap .last { margin-right: 0px; }
	.sitemap-col h2 { color: #111; font-size: 20px; font-family: Georgia, serif; border-bottom: 1px solid #e9e9e9; padding-bottom: 10px; margin-bottom: -3px; }
	.sitemap-col a { color: #464646 !important; }
	.sitemap-col a:hover { text-decoration: none; color: #000 !important; }
	.sitemap-col ul { list-style:none outside none; padding-left: 0px; margin-left: 0; }
		.sitemap-col ul li a { background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/sitemap-page.png) no-repeat left center; padding: 4px 0px 4px 19px; display: block; }
	ul#sitemap-authors li a { display: inline-block; }

	ul#sitemap-categories li a { background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/sitemap-category.png) no-repeat left center; }
	ul#sitemap-tags li a { background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/sitemap-tag.png) no-repeat left center; }
	ul#sitemap-authors li a { background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/sitemap-author.png) no-repeat left center; }

.et_pt_blogentry { padding:17px 0px 15px; }
	h2.et_pt_title { font-size:24px; padding-bottom:14px; padding-left:2px; }
		h2.et_pt_title a { color: #111; }
		h2.et_pt_title a:hover { color: #000; text-decoration: none; }
	p.et_pt_blogmeta { border-bottom:1px solid #EBEBEB; border-top:1px solid #EBEBEB; color:#9E9E9E; font-family:Georgia,serif; font-size:12px; font-style:italic; margin-bottom:11px; padding:8px 5px 7px 4px; text-transform:uppercase; }
		p.et_pt_blogmeta a { color:#646464; }
		p.et_pt_blogmeta a:hover { color:#111; text-decoration: none; }
	div.et_pt_thumb { height:191px; margin:0 20px 0 0; padding:8px 0 0 8px; position:relative; width:191px; }
		div.et_pt_thumb span.overlay { background:url("../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/blog-image-overlay.png") no-repeat scroll 0 0 transparent; display:block; height:199px; left:0; position:absolute; top:0; width:199px; }
	.et_pt_blogentry a.readmore { background:url("../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/blog-readmore.png") no-repeat right bottom; color:#282828; display:block; float:right; font-size:11px; height:27px; line-height:24px; padding-right:13px; text-shadow:1px 1px 1px #FFFFFF; }
		.et_pt_blogentry a.readmore span { background:url("../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/blog-readmore.png") no-repeat; display:block; height:27px; padding:0 0 0 13px; }


#et_pt_gallery { padding: 15px 0px 0px 0px; margin-left: -33px; }
	.et_pt_gallery_entry { background:url("../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/item-bottom-shadow.png") no-repeat scroll left bottom transparent; float:left; margin:0 0px 32px 33px; padding-bottom:5px; position:relative; width: 213px; height: 142px; }
		.et_pt_item_image { position:relative; top:0; height: 142px; }
			.et_pt_item_image img.portfolio { border:3px solid #E5E5E5; }
			.et_pt_item_image span.overlay { background:url("../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/item-overlay.png") no-repeat; height:136px; left:3px; position:absolute; top:3px; width:207px; }
			.et_pt_item_image a.zoom-icon, .et_pt_item_image a.more-icon { display:block; height:61px; position:absolute; text-indent:-9999px; top:41px; width:61px; visibility: hidden; }
			.et_pt_item_image a.zoom-icon { background:url("../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/zoom-icon.png") no-repeat; left:31px; }
			.et_pt_item_image a.more-icon { background:url("../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/readmore-icon.png") no-repeat; left:128px; }
	#et_pt_gallery .page-nav { clear: both; }

.input { border: 1px solid #d4d2d2 !important; border-radius: 8px  !important; -webkit-border-radius: 8px !important; -moz-border-radius: 8px !important; color: #303030 !important; padding: 7px !important; margin: 0px !important; }
input.input { width: 300px; }
textarea.input { width: 478px; height:130px; }

#et-contact p input, #et-contact p textarea { background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/contact_input.png) repeat-x #f7f7f7 !important; border: 1px solid #cccccc !important; width: 100% !important; color: #111111 !important; padding: 8px !important; }
#et-contact p textarea { width: 95% !important; }
#et-contact p #et_contact_captcha { width: 20px !important; }

#et-contact p .et_contact_error { border: 1px solid red !important; }

#et-contact .et_hidden { display: none; }

#et_contact_left, #et_contact_right { float: left; }
#et_contact_left { width: 70%; }
#et_contact_right { width: 17%; margin-left: 50px; }

#et_contact_submit, #et_contact_reset { border: 0px !important; color: #4c4b4b !important; float: right; font-size: 12px; text-shadow: 1px 1px 1px #fff; text-transform: uppercase; margin-right: 9px; height: 35px; }

#et_contact_submit { background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/contact_submit.png) no-repeat; width: 73px; margin-right: 6px; }
#et_contact_reset { background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/contact_reset.png) no-repeat; width: 61px; }

#et-search { background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/et_search_bg.png) no-repeat; width: 574px; height: 172px; }
	#et-search-inner { padding: 19px 14px 0px 29px; }
		p#et-search-title { background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/et_search_bottom.png) no-repeat bottom left; padding: 0px 0px 10px 10px; margin-left: -8px; margin-bottom: 13px; }
			p#et-search-title span { background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/et_search_icon.png) no-repeat 0px 4px; display: block; padding: 0px 0px 0px 24px; font-size: 18px; color: #fff; text-shadow: 1px 1px 1px #8f8f8f; }
	#et-search-left { float: left; width: 448px; }
	#et-search-right { float: right; width: 82px; text-align: right; margin-top: -1px; }

	#et-searchinput { background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/et-searchinput.png) no-repeat; width: 419px; height: 16px; border: none !important;    padding: 6px 12px 8px; color: #4E4E4E; margin-bottom: 4px; margin-top: 0; }

	p#et_choose_posts, p#et_choose_pages, p#et_choose_date, p#et_choose_cat { float: left; margin-right: 8px; }
	p#et_choose_cat { margin-right: 0px; }

	select#et-month-choice, select#et-cat { width: 161px; margin: 0px; font-size: 11px; color: #464646; }

	p#et_choose_posts, p#et_choose_pages { color: #5c5c5c; font-size: 11px; text-shadow: 1px 1px 1px #ebebeb; }
	p#et_choose_posts input, p#et_choose_pages input { margin-left: 0px; margin-right: 4px; }
	p#et-search-word { padding-bottom: 5px; }

	#et_search_submit { background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/et_search_submit.png) no-repeat; border: medium none !important; color: #4c4b4b; font-size: 12px; padding: 7px 0 9px; text-shadow: 1px 1px 0px #fff; width: 73px; text-transform: uppercase; }

	p#et_choose_date select, p#et_choose_cat select { width: 145px\9; }

#et_pt_portfolio_gallery { padding: 15px 0px 0px 0px; margin-left: -70px; }
	.et_pt_portfolio_row { margin-bottom: 45px; }
		.et_pt_portfolio_item { float: left; margin-left: 70px; width: 272px; }
			.et_pt_portfolio_item h2 { color: #000; padding-bottom: 12px; }
			.et_pt_portfolio_entry { border: 1px solid #dadada; border-bottom: 1px solid #b7b7b7; background: #fff; padding: 5px; -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1); margin-bottom: 7px; }
				.et_pt_portfolio_image { position: relative; }
					.et_pt_portfolio_image img { display: block; }
					.et_portfolio_more_icon, .et_portfolio_zoom_icon { display: block; height: 37px; position: absolute; top: 68px; width: 37px; text-indent: -9999px; display: none; }
					.et_portrait_layout .et_portfolio_more_icon, .et_portrait_layout .et_portfolio_zoom_icon { top: 142px; }
					.et_portfolio_more_icon { background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/portfolio-more-icon.png) no-repeat; left: 94px; }
					.et_portfolio_zoom_icon { background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/portfolio-zoom-icon.png) no-repeat; left: 134px; }
					.et_video .et_portfolio_zoom_icon { background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/portfolio-video-icon.png) no-repeat; }
					.et_pt_portfolio_overlay { width: 100%; height: 100%; background: url(../wp-content/themes/Foxy/epanel/page_templates/images/cdn_subdomain/gallery-overlay.png) no-repeat; display: block; position: absolute; top: 0px; left: 0px; }
	#et_pt_portfolio_gallery .page-nav { margin-left: 70px; padding-bottom: 10px; }

.et_portfolio_small { margin-left: -45px !important; }
	.et_portfolio_small .et_pt_portfolio_item { margin-left: 45px; width: 152px; }
	.et_portfolio_small .et_portfolio_more_icon, .et_portfolio_small .et_portfolio_zoom_icon { top: 30px; }
		.et_portfolio_small .et_portrait_layout .et_portfolio_more_icon, .et_portfolio_small .et_portrait_layout .et_portfolio_zoom_icon { top: 67px; }
	.et_portfolio_small .et_portfolio_more_icon { left: 38px; }
	.et_portfolio_small .et_portfolio_zoom_icon { left: 77px; }

.et_portfolio_large { margin-left: -76px !important; }
	.et_portfolio_large .et_pt_portfolio_item { margin-left: 76px; width: 442px; }
	.et_portfolio_large .et_portfolio_more_icon, .et_portfolio_large .et_portfolio_zoom_icon { top: 124px; }
		.et_portfolio_large .et_portrait_layout .et_portfolio_more_icon, .et_portfolio_large .et_portrait_layout .et_portfolio_zoom_icon { top: 392px; }
	.et_portfolio_large .et_portfolio_more_icon { left: 178px; }
	.et_portfolio_large .et_portfolio_zoom_icon { left: 219px; }

#fancybox-title-float-main { text-shadow: none !important; }

.et_contact_form_label { display: none; }