.simpformt {
	width: 501px;
	margin: 0; padding: 0; /* IE Consistency Sake */
}
input, select, textarea, input.fon, input.fof, input.fer, textarea.fon, textarea.fof, textarea.fer, input.disabled {
	width: 310px;
	margin: 0; padding: 0; /* set browser consistent tone first */
	padding: 2px;
	font-family: verdana, arial; font-size: 11px;
	color: #06c; border: 1px solid #7f9db9; background: #f7f8fa;
}
.simpformt label {
	width: 185px;
	padding-top: 2px;
	float: left;
	text-align: left;
}
.simpformt label.emp {
	cursor: default;
}
.simpformt input, .simpformt select, .radiof {
	float: left;
	text-align: left;
}
select {
	width: auto;
}
textarea, textarea.fon, textarea.fof, textarea.fer {
	width: 310px;
	height: 56px;
}
input.fon, textarea.fon {
	border-color: #0066cb;
	background: #fff;
}
input.fof, textarea.fof {
	border-color: #7f9db9;
}
input.fer, textarea.fer {
	border-color: #d4222f;
	background: #fbebeb;
}
input.button {
	width: auto;
	text-align: center;
	cursor: pointer;
	font: bold 11px verdana; text-transform: uppercase;
	color: #000; background: none; border: none;
}
input.disabled {
	border: 1px solid #aaa;
	background: #ccc;
}
.editpass {
	clear: both;
	font-size: 10px; font-weight: bold;
	color: #d52927;
}
.radiof input {
	width: 16px;
	height: 16px;
	background: none; border: none;
}
.radiof label {
	width: auto;
	float: left;
	margin-left: 5px;
}
.radiof .emspace {
	height: 1px;
	clear: both;
	overflow: hidden;
}

/* Form Builder Styles */
.simpform { width: 501px; }
.simpform form {
	margin: 0; padding: 0;
	margin-bottom: 10px;
	font-family: arial; font-size: 13px;
	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 #069;
}
.fheadt {
	font-size: 14px; font-weight: bold;
	color: #666; background: #fff;
}

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

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

.finfo { display: none; }
.finfo img { /*position: absolute;*/ /* Firefox Sake */ }
.ffield {
	width: 185px;
	float: left;
	padding-top: 2px;
	text-align: left;
}

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

/*.fdisp { display: none; }*/
.fdisp {
	display: block;
	clear:both;
	font-size:10px;
	font-style:italic;
	width: 185px;
	padding-top: 3px;
}
.fdispinfo { position: relative; }

.fspace {
	clear: both;
	height: 4px;
	margin-bottom: 5px;
	overflow: hidden;
}
.fspaceemp {
	clear: both;
	height: 10px;
	overflow: hidden;
}

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

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