.emspace {
	height: 10px;
	font: 10px/10px;
}
.simpformt {
	margin: 0; padding: 0; /* IE Consistency Sake */
}
.simpformt .begin,.simpformt .error,.simpformt .success {
	margin: 5px 10px 20px 25px;
	line-height: 150%;
}
.simpformt .begin strong,.simpformt .error strong,.simpformt .success strong {}

.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: 270px;
	margin: 0; padding: 0; /* set browser consistent tone first */
	padding: 2px;
	font-family:  arial, verdana,sans-serif; font-size: 11px;
	color: #06c; border: 1px solid #7f9db9; background: #f7f8fa;
}
.simpformt label {
	width: 185px;
	padding-top: 2px;
	padding-right: 10px;
	margin-left: 25px;
	float: left;
	text-align: left;
}
.simpformt label.emp {
	cursor: default;
}
.simpformt input, .simpformt select, .radiof {
	float: left;
	text-align: left;
}
.simpformt select {
	width: auto;
}
.simpformt textarea, textarea.fon, .simpformt textarea.fof, .simpformt textarea.fer {
	width: 270px;
	height: 56px;
}
.simpformt input.fon, .simpformt textarea.fon {
	border-color: #BD9B2F;
	background: #fff;
}
.simpformt input.fof, .simpformt textarea.fof {
	border-color: #7f9db9;
}
.simpformt input.fer, .simpformt textarea.fer {
	border-color: #d4222f;
	background: #fbebeb;
}
.simpformt input.button {
	width: auto;
	text-align: center;
	cursor: pointer;
	padding-top: 2px; padding-bottom: 2px;
	font: bold 11px arial, verdana,sans-serif; text-transform: uppercase; letter-spacing: 1px;
	color: #fff; background: #bd9b2f; border: 1px solid #dadbdc;
}
.simpformt input.disabled {
	border: 1px solid #aaa;
	background: #ccc;
}
.editpass {
	clear: both;
	font-size: 10px; font-weight: bold;
	color: #d52927;
}
.simpformt .radiof input {
	width: 16px;
	height: 16px;
	background: none; border: none;
}
.simpformt .radiof label {
	width: auto;
	float: left;
	margin-left: 5px;
}
.simpformt .radiof .emspace {
	height: 1px;
	clear: both;
	overflow: hidden;
}

/* Form Builder Styles */
.simpform { }
.simpform form {
	margin: 0; padding: 0;
	margin-bottom: 10px;
	font-family: arial, verdana,sans-serif; font-size: 11px;
	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: 1px solid #ccc;
}
.fheadt {
	font-size: 12px; font-weight: bold;
	color: #36c; 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: 476px;
	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; }
.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;
}

.simpform label { float: none; display: block; margin-left: 0; }
.simpform .ffield { padding-left: 5px; }

.simpform .finput textarea, .simpform .finput input { margin-top: 5px; margin-left: 5px; }
.simpform .finput textarea { height: 80px; }
.error, .req { color: #d4222f; }

.customform {
	margin-left: 25px;
	font-size: 12px;
}
.customform tr { vertical-align:top; }
.customform th { padding: 4px 6px; text-align: left; }
.customform td { padding: 4px 6px; }
.customform .error { margin: 0; font-size: 80%; font-style: italic; }