/*ОБЩИЕ СТИЛИ ОТОБРАЖЕНИЯ ФОРМЫ*/
input, textarea, select{ font-size: 11px;color: #49536d;vertical-align:middle;border: #b2b2b2 solid 1px;}
form,fieldset{margin:0; padding:0; border-style:none;}

form.standard {font: 14px;color: #000;}
form.standard td.left, form.standard td.right{padding:7px 0px;}
form.standard table{width:100%;}
form.standard p {padding-bottom:5px;}
form.standard span.help {font-size:12px;color:#c0c0c0;}
form.standard p.help {font-size:12px;color:#c0c0c0;}

/*НАСТРОЙКИ СТАНДАРТНЫХ ПОЛЕЙ ВВОДА*/
form.standard input.standardText, form.standard input.hideIfNoHeader , form.standard select.standardSelect {
  border: #b2b2b2 solid 1px; height:22px; width:90%;
  box-shadow:inset 0 0 1px #b2b2b2;
  -webkit-box-shadow:inset 0 0 1px #b2b2b2;
  -moz-box-shadow:inset 0 0 1px #b2b2b2;font-size:12px;color:#000;}
form.standard textarea.standardTextarea {
  border: #b2b2b2 solid 1px; margin-bottom:10px;width: 90%; height: 70px;
  box-shadow:inset 0px 1px 2px #c0d2d8;
  -webkit-box-shadow:inset 0px 1px 2px #c0d2d8;
  -moz-box-shadow:inset 0px 1px 2px #c0d2d8; padding: 4px 0 0 5px; font-size:14px;font-weight:normal;color:#292f34;
}
form.standard .wysiwygAdmin{width:90%;}

/*НАСТРОЙКА ДОПОЛНИТЕЛЬНЫХ ПОЛЕЙ ВВОДА*/
form input.small, form.standard select.small{width:220px;}
form input.middle, form.standard select.middle{width:220px;}
form input.dateInput{width:100px;}
form .ui-datepicker-trigger {vertical-align:middle;}

/*КРАСИВАЯ КНОПКА ЗАГРУЗКИ ФАЙЛА*/
form .uploadWidget {width: 350px;overflow:hidden;margin-left:75px;height:60px;margin-bottom:20px;}
form.uploadWidgetValue {padding: 8px;overflow:hidden;
                      box-shadow:inset 0px 1px 2px #c0d2d8;
                    	-webkit-box-shadow:inset 0px 1px 2px #c0d2d8;
                    	-moz-box-shadow:inset 0px 1px 2px #c0d2d8;}
form .uploadWidgetContainer {border:1px solid #b2b2b2; width: 237px;height:33px;background:#fff;vertical-align:middle;line-height:33px;overflow:hidden;}
form .uploadWidgetBrowse {background: #fff url(../images/button/browse.gif) left no-repeat;width:95px; height:35px; float: right;overflow:hidden;}
form input.uploadWidgetInput {filter:alpha(opacity=0); opacity: 0;z-index: 1; cursor: default;height:33px;position:relative;left:-320px;font-size:30px;}
form .uploadWidget.pictureSet {width: 337px;}
form .uploadWidget.pictureSet .uploadWidgetContainer {width: 237px;}

form div.uploadedImage{width:68px;height:68px;float:left;background:#eee;}
/*РАЗНОЕ*/
.strictWidth .left{width:auto;}

.wysiwygAdmin {min-height: 120px;}