/* #TAB AREA
==================================================*/

.reallytab.folder {
	width: 100% !important;
	overflow: hidden;
}
.reallytab .blue {
	background: url('../../../pics/blueBg.jpg') no-repeat left top;
	height: 400px;
	overflow: hidden;
	color: #fff;
}
.reallytab .beige {
	background: url('../../../pics/beigeBg.jpg') no-repeat left top;
	height: 400px;
	overflow: hidden;
}
/* #TAB TITLE AREA
==================================================*/

.reallytab.folder .tabsWrapper {
	position: relative;
	top: 1px;
	left: 0;
	z-index: 9;
	display: block;
	width: 100% !important;
	margin: 0;
	padding: 0;
	float: left;
	border-bottom: 1px solid #666;
}

.reallytab.folder .tabsScroller ul {
	padding: 0 !important;
}

.reallytab.folder .arrow {
	display: none;
}

.reallytab.folder ul.tabs {
	height: 100% !important;
	float: left;
	margin-bottom: -1px;
	margin: 0 0 -1px;
	padding: 0;
}

/* #TAB TITLE STYLES
==================================================*/

/* Tab Area Styles */

.reallytab.folder ul.tabs li {
	float: left;
	margin: 0;
	padding: 0 20px;
	height: 48px;
	line-height: 48px;
	white-space: nowrap;
	list-style-type: none;
	border-top: 1px solid #dadada;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #666;
	border-left: 1px solid #dadada;
	text-align: center;
	background: #f4f4f4 !important; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y0ZjRmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMGUwZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+) !important;
	background: -moz-linear-gradient(top,  #f4f4f4 0%, #e0e0e0 100%) !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(100%,#e0e0e0)) !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f4f4f4 0%,#e0e0e0 100%) !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f4f4f4 0%,#e0e0e0 100%) !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f4f4f4 0%,#e0e0e0 100%) !important; /* IE10+ */
	background: linear-gradient(to bottom,  #f4f4f4 0%,#e0e0e0 100%) !important; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#e0e0e0',GradientType=0 ) !important; /* IE6-8 */

}

/* Tab Font Styles */

.reallytab.folder .tabsWrapper ul li a {
	font-size: 1.28em;
	color: #777;
	text-decoration: none;
	font-family: 'freight-sans-pro', Arial, sans-serif;
	font-weight: 500;
}

/* Tab Hover */

.reallytab.folder .tabsWrapper ul li:hover {
	cursor: pointer;
}

.reallytab.folder ul li:hover a {
	color: #1fa0d4;
}

/* Tab Open */

.reallytab.folder ul li.open {
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #fff;
	border-left: 1px solid #666;
	background: none !important;
	cursor: default;
}

.reallytab.folder ul li.open a {
	color: #0066B3;
	cursor: default;
}

/* First Tab */

.reallytab.folder ul li.first {
}

/* Last Tab */

.reallytab.folder ul li.last {
}

/* #TAB PANEL
==================================================*/

.reallytab.folder .panels {
	display: block;
	width: 100% !important;
	margin-bottom: 15px;
	clear: both;
}

.reallytab.folder .panelCenter {
	
}

.reallytab.folder .panelContent {
	padding: 20px 0 10px;
}
.tab1Content, .tab2Content, .tab3Content, .tab4Content, .tab5Content,
.tab6Content, .tab7Content, .tab8Content, .tab9Content, .tab10Content {
	padding: 28px 70px;
}
.tab1, .tab2, .tab3, .tab4, .tab5, .tab6, .tab7, .tab8, .tab9, .tab10 {
	margin-bottom: 30px;
	float: left;
	clear: left;
	width: 100%;
}
.reallytab.folder .panels p {
	margin-bottom: 10px;
}

.reallytab.folder .panels .panel {
	display: none;
}

.reallytab.folder .panels .panel.open {
	display: block !important;
}
.oneField {
	width: 46%;
	margin: 0 2%;
	float: left;
}
.actions {
	float: right;
	clear: both;
}
#tfa_7822715224567-A {
	float: right;
	width: 46%;
	margin: 0 2%;
	clear: both;
}
.oneField .inputWrapper {
	height: 52px;
}
#tfa_MessagetoEkahau-D.oneField {
	width: 96%;
	margin: 0 2%;
}
#tfa_MessagetoEkahau-D .inputWrapper, #tfa_6-D .inputWrapper {
	height: auto;
}
.wForm .required > .label:after {
	content: " *";
	color: #f00;
}
#content form select {
	vertical-align: top;
	width: 100%;
	padding: 8px 2%;
	height: 38px;
	line-height: 38px;
}
.captcha {
	clear: both;
}