/* Forms */
.error {
	color: #cc0000;
}

input.long {
	width: 270px;
}

input.text {
	padding-left: 2px;

	font-family: arial, verdana, sans-serif;
	font-size: 11px;

	color: #006699;
	border: 1px solid #cccccc;
}

select.select {
	padding: 0 0 0 2px !important;
	height: 17px;
}

.simpformt label {
}

.simpformt {
	width: 70%;
	margin: 0; padding: 0; /* IE Consistency Sake */
}
.simpformt input, .simpformt select, .simpformt textarea, .simpformt input.fon, .simpformt input.fof, .simpformt input.fer, .simpformt textarea.fon, .simpformt textarea.fof, .simpformt textarea.fer, .simpformt input.disabled {
	width: 250px;
	margin: 0; padding: 0; /* set browser consistent tone first */
	padding: 2px;

	font-family: arial, verdana;
	font-size: 11px;

	color: #06c;
	border: 1px solid #cccccc;
	background: #ffffff;
}
.simpformt label {
	margin-right: 5px;
	padding-top: 2px;
	float: left;
	width: 180px;
}
.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: 204px;
	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: 80px; /*auto*/
	margin: 0 5px 0 0;
	padding: 3px 5px;
	text-align: center;
	cursor: pointer;

	font: bold 12px arial;
	color: #fff;
	background: #0067A6 url(../../images/testbg.png);
	border: 1px solid #cccccc;
}
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;
	/*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 {}
.simpform form {
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-family: arial;
	font-size: 12px;
	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 #ccc;
}
.fheadt {
	font-size: 11px;
	font-weight: bold;
	color: #006699;
	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: 40%;
	float: left;
	padding-top: 2px;
	text-align: left;
}

.finput {
	width: 50%;
	float: left;
	padding-left: 5px;
}
.finput .fbutti {
	width: 16px;
	height: 16px;
	margin-top: 3px;
	margin-bottom: -2px;
	background: none;
	border: none;
	vertical-align: middle;
	overflow: hidden;
}
.finput .fbuttl {
	margin-left: 5px;
}

.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;
}

	.errorbg .finput {
		margin-top: 5px;
	}
