.web-rest-form {
	height:auto;
	border:1px solid #e2d4b9;
	background:#f6f3ea;
	padding:10px 0px 4px 0px; 
}
.web-rest-form TABLE {
	width:100%;
}
.web-rest-form-btns {
	text-align:right;
	padding:5px 4px 5px 4px;
}
.web-rest-form-ex-txt {
	font-size:9px;
	color:#888;
}
.web-rest-form-ex {
	padding:0px 4px 0px 4px;
}
.web-rest-form-prop {
	width:150px;
}
.web-rest-checkbox-val,
.web-rest-checkbox-prop,
.web-rest-form-val, 
.web-rest-form-prop {
	padding:0px 4px 0px 4px;
	background:#f2efe7;
}
.web-rest-form-text {
	width:100%;
}
.web-rest-form-textarea {
	width:100%;
	height:120px;
}
.web-rest-form-sep {
	 width:98%;
	 margin:auto;
	 height:1px;
	 background-color:#E3D5BA;
}
.web-rest-form-imgc {
	 width:100px;
}
.web-rest-form-txtarea-ex {
	padding:0px 4px 0px 4px;
}
.web-form-err,
.web-form-info {
	width:90%;
	margin:auto;
	height:auto;
	padding:5px;
}
.web-form-err {
	border:solid 1px #bd0000;
	background:#ffdcdc;
}
.web-form-err  UL {
	margin:3px 0px 0px 0px;
}
.web-form-info {
	border:solid 1px green;
	background:#e0ffe1;
}
.web-rest-checkbox-prop {
	vertical-align:top;
}

.web-rest-form-action,
.web-rest-form-checkbox {
	cursor:pointer;
}