/*custom upload elements*/
.customfile-input { position: absolute; top: 0; height: 29px; cursor: pointer; background: transparent; border: 0; opacity: 0; -moz-opacity: 0; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); z-index: 999;  }

.customfile { width: 300px; height: 22px; background: #fff; cursor: pointer; overflow: hidden; padding: 0 1px 0 5px; border: 1px solid #609ECD;  position: relative; }
.customfile-disabled { opacity: .5; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0); cursor: default;  }
.customfile-feedback { display: block; font-size: 11px; color: #000; font-style: italic; padding: 6px 0 5px; }
.customfile-feedback-populated { color: #000; }
.customfile-button { border: 1px solid #959595; background:url(../images/ui-bg_highlight-soft_75_609ecd_1x100.png) repeat-x scroll 50% 50% #609ECD; color: #fff; float: right; padding: 3px 8px; margin: 1px 0 0; text-align: center; text-decoration: none;  font-size: 12px; position: relative; }
.customfile-hover .customfile-button, .customfile-focus .customfile-button  { border: 1px solid #959595; color:#464545; background: #609ecd url(../images/ui-bg_highlight-soft_100_609ecd_1x100.png) 50% 50% repeat-x; border-color:#aaa; padding: 3px 8px;  }
.customfile-focus .customfile-button { outline: none;  }


