/* Re-align the grippie */
form#settings #post-body .wp_themeSkin .mceStatusbar a.mceResize  { top:-2px; }
 #post-body .postbox  .wp_themeSkin .mceStatusbar a.mceResize  { top:-2px; }
.description { font-size: 11px !important;}
#wpbody-content { overflow:visible !important; }

/* Wysiwyg */
#editorcontainer textarea { width:100%; }
#poststuff .postbox  .postarea{ margin-bottom: 0px; moz-box-shadow: none; -webkit-box-shadow:none; box-shadow: none; border:none; }

/* Attachment previews*/
.option_preview { width: 100px;float: right;margin-top: 0px; word-wrap: break-word; text-align: center; line-height: 1.4; }
.post-attachment  .option_preview { margin-top: 5px; }

/* Metaboxes */
.swatch { cursor: pointer; width: 20px; height: 20px; position: absolute; left: 4px; display: block; -moz-border-radius: 2px; -webkit-border-radius: 2px; border-radius: 2px;
 -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; top: 4px; }
div.picker {position:absolute;display:none; z-index:9999; left:110px; bottom:-195px; background:#000000;-moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }
input.picker {height:28px; width:100px; margin-left:0px; cursor:pointer; margin-top:0px; padding-left: 30px;  font-size: 13px; background-color: white;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
}

.form-table th { width: 190px; }

input[type="text"] {
height:28px;
}

input[type="checkbox"]  {
top: -1px;
position: relative;
}

/* Jquery Chosen */
.chzn-container  {margin-right:5px;}
.chzn-container-single .chzn-search input { padding: 4px 0px 4px 3px !important; }

input {background-color: white; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box; border: 1px solid #DFDFDF !important; color: #444;}
.inline-rel {position:relative; display:inline-block; height: 28px; width:105px; }
