.fmclear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0
}

.tabbed_area {
	margin-bottom: 30px;
	width: 100%; 
	position: relative;
}

ul.fmtabs {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0px;
}

ul.fmtabs li {
	list-style: none;
	float: left;
	display: block;
	margin-left: 1px
}

ul.fmtabs li:first-child {
	margin-left: 20px
}

ul.fmtabs li a {
	background-color: #464c54;
	color: #ffebb5;
	padding: 5px 14px 5px 14px;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #464c54;
	text-transform: uppercase
}

ul.fmtabs li a:hover {
	background-color: #2f343a;
	border-color: #2f343a;
}

ul.fmtabs li a.active {
	background-color: #ffffff;
	color: #282e32;
	border: 1px solid #464c54;
	border-bottom: 1px solid #ffffff;
}

ul.fmtabs li.but {
	padding: 0 15px 0 0;
}

.tabcontent {
	background-color: #ffffff;
	padding: 15px 30px 30px ;
	margin: 0px;
	border: 1px solid #464c54;
	border-left: none;
	border-right: none;
	border-top:none;
	line-height: 24px;
	font-size: 1.1em;
	max-width: 960px;
}

#fmmainnav {
	position: absolute;
	top: 20px;
	right: 20px;
}

#fmmainnav a {
	color: #333;
	text-decoration: none;
}

.tdsmall {
	line-height: 12px;
}

.tdsmall small {
	color: #666;
}

#loginform * {
	margin: 0;
	padding: 0;
}

#loginform {
	clear: both;
	font-weight: normal;
	max-width: 300px;
}

#loginform .button-primary {
	font-size: 13px !important;
	line-height: 16px;
	padding: 3px 10px;
}

#loginform p {
	margin: 0;
}

#loginform p.submit {
	padding: 0;
}

#loginform p label {
	color: #777;
	font-size: 14px;
	display: block;
}

#loginform .input {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light",
		"Helvetica Neue", sans-serif;
	font-weight: 200;
	font-size: 24px;
	line-height: 1;
	width: 100%;
	padding: 3px;
	margin-top: 2px;
	margin-right: 6px;
	margin-bottom: 16px;
	border: 1px solid #e5e5e5;
	background: #fbfbfb;
	outline: none;
	-moz-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
	-webkit-box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
	box-shadow: inset 1px 1px 2px rgba(200, 200, 200, 0.2);
	color: #555;
}

#loginform p.login-remember {
	float: left;
}

#loginform p.login-submit {
	float: right;
}

#wp-submit,#lostpass {
	clear: both;
}

#paypalform,#alertpayform,#stpform,#anform {
	margin: 20px 0 20px 0;
}

.lst { border: 1px solid #EEE; border-spacing:0; }

.fmlst {
	width: 100%;
	background: #777;
}

.fmlst th,.fmlst td {
	padding: 5px;
	background: #FFF;
}

.fmlst th {
	text-align: center;
	background: #666;
	color: #FFF !important;
}

.fmtooltip {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	display: none;
	padding: 10px 13px;
	color: #303030;
	background-color: #f5f5b5;
	border: 1px solid #DECA7E;
	font-family: sans-serif;
	font-size: 7pt;
	text-align: left;
	width: 250px;
}

.fmiconlink {
	cursor: pointer;
	width: 16px;
	height: 16px;
}

/*
.fmquickstart {
	width: 800px;
	font-size:1.1em;
}
*/

.fmquickstart {
width: 100%;
font-size: 15px;
}

#addintar { margin-left: 10px; }
.ui-sortable tr { cursor: move; }

.editsuform .wp-list-table { width: 715px; }
.suformslist .wp-list-table { width: 615px; }
.suformslist .column-id { width:100px; }
.editsuform .column-fid { width:100px; }

.wp-editor-container textarea.wp-editor-area,.mceIframeContainer iframe{
            min-height:360px !important;
}