div.controlHolder { padding: 5px 10px; margin-bottom: 5px; border-bottom: 1px dashed lightGray; }
div.controlHolder.last {  border-bottom: none; }
div.controlHolder .clear { clear: both; }
div.controlHolder .label { padding-top: 5px; width: 150px; float: left; }
div.controlHolder .label em { float: right; font-style:normal; font-weight:bold; color:#990000; font-size:15px; padding-right: 10px; }
div.controlHolder .control { padding-top: 5px; width: 40%; float: left; }
div.controlHolder .hint { color:#777; font-size:0.9em; margin-top: -5px; }
div.controlHolder.focused { background-color: #EBEFF9; border-color:#c3d9ff; }
div.controlHolder.error { background-color:#FFDFDF; border-top: 2px solid #DF7D7D; border-bottom: 2px solid #DF7D7D; }
div.controlHolder.error p { background-color: #FFBFBF; padding: 4px; color: #663311; font-weight: bold; }
div.controlHolder .control input[type='text'] { width: 100%; }
div.controlHolder .control input[type='textarea'] { width: 100%; }
div.controlHolder .control input[type='password'] { width: 100%; }
div.controlHolder .control select { width: 100%; }
div.controlHolder .control textarea { width: 100%; }
/*
div.controlHolder .control .text  { width: 240px; }
div.controlHolder .control .textarea  { width: 350px; height: 125px; }
*/
div.controlHolder .control LABEL  { padding-right: 20px; }

.labeled-input { font-style: italic; color: gray; }
.input-msg { padding-left: 30px; font-weight: bold; width: 200px; float: left; margin-left: 20px; vertical-align: bottom; line-height: 35px; }
.input-error { background: url(../images/cross.png) center left no-repeat;  color: red;  }
.input-ok { background: url(../images/tick.png) center left no-repeat;  color: green; }

.edit-form input, .edit-form textarea, .edit-form select { padding: 5px; margin-bottom: 10px; }
.form-label { font-weight: bold; margin-bottom: 5px; }

.search-box { background: url(../images/search-box.png) no-repeat; border: none; height: 25px; width: 229px; padding-left: 25px; padding-right: 5px; padding-top:5px; margin-right: 10px;  }
