.simpformt {
	width: 100%;
	margin: 0; padding: 0; /* IE Consistency Sake */
	text-align: center;
}
.simpformt label {
	width: 45%;
	margin-right: 5px;
	padding-top: 2px;
	float: left;
	text-align: right;
}
.simpformt label.emp {
	cursor: default;
}
.simpformt input, .simpformt select, .radiof {
	float: left;
	text-align: left;
}
textarea, textarea.fon, textarea.fof, textarea.fer {
	width: 204px;
	height: 56px;
}

.editpass {
	clear: both;
	font-size: 10px;
	font-weight: bold;
	color: #d52927;
}
.radiof input {
	width: 16px;
	height: 16px;
	background: none;
	border: none;
	/*position: relative; top: 2px;*/
}
.radiof label {
	width: auto;
	float: left;
	margin-left: 5px;
}
.radiof .emspace {
	height: 1px;
	clear: both;
	overflow: hidden;
}

/* Form Builder Styles */
.simpform label {
	cursor: pointer;
}
.simpform input, 
.simpform select, 
.simpform textarea, 
.simpform input.fon, 
.simpform input.fof, 
.simpform input.fer, 
.simpform textarea.fon, 
.simpform textarea.fof, 
.simpform textarea.fer, 
.simpform input.disabled {
	width: 200px;
	margin: 0; padding: 0; /* set browser consistent tone first */
	padding: 1px;

	font: 1em 'Trebuchet MS', Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;

	color: #555;
	border: 1px solid #666;
	background-color: #f7f4f4;
}
.simpform select {
	width: auto;
}

.simpform input.button {
	overflow: visible;
	width: auto;
	margin: 0 5px 0 0;
	padding: 0 8px;
	text-align: center;
	cursor: pointer;

	font: 800 'Trebuchet MS', Tahoma, Geneva, Verdana, Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #fff;
	background-color: #ca1e2d;
	border: none;
}
.simpform input.disabled {
	border: 1px solid #aaa;
	background: #ccc;
}

.simpform input.fon, 
.simpform textarea.fon {
	border-color: #c00;
	background-color: #fff;
}
.simpform input.fof, 
.simpform textarea.fof {
	border-color: #666;
}
.simpform input.fer, 
.simpform textarea.fer {
	border-color: #d4222f;
	background-color: #fbebeb;
}

.simpform {}
.simpform form {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	overflow: hidden;
}

.ftitle {
	margin: 5px 0;
	font-size: 18px;
	font-weight: bold;
}

.fkey {
	margin: 0;
	padding: 0;
	text-align: right;
}
.fkey img {
	vertical-align: middle;
}

.fheadw {
	margin-top: 10px;
	padding: 0;
	padding-left: 10px;
	border: none;
	border-top: 2px solid #d52927;
}
.fheadt {
	font-size: 14px;
	font-weight: bold;
	color: #000;
	background: #fff;
}
.fhdesc {
	/*margin-bottom: 10px;*/
}

.fwrap {
	width: 100%;
	overflow: hidden;
}

/*.finfo,*/ .ffield, .finput {
	display: table;
	vertical-align: middle;
}

.finfo {
	width: 16px;
	height: 16px;
	float: left;
	padding-top: 2px;
	cursor: pointer;
}
.finfo img { /*position: absolute;*/ /* Firefox Sake */ }
.ffield {
	width: 25%;
	float: left;
	padding-top: 2px;
	text-align: right;
}

.finput {
	width: 30%;
	float: left;
	padding-left: 5px;
}
.finput .fbutti {
	width: 16px;
	height: 16px;
	background: none;
	border: none;
	vertical-align: middle;
	overflow: hidden;
}
.finput .fbuttl {
	margin-left: 5px;
	cursor: pointer;
}

.fdisp {
	width: 40%;
	float: left;
	overflow: hidden;
	/*width: 65%;
	margin-left: 16px;
	clear: both;*/
}
.fdispinfo {
	position: relative;
}

.fspace {
	clear: both;
	height: 10px;
	overflow: hidden;
}

.errormand {
	font-weight: bold;
	color: #d4222f;
	background: #fbebeb;
}

.errorbg {
	font-weight: bold;
	color: #d4222f;
	background: #fbebeb;
}
