/* IE Fixes */

/*Support hover in all Tags */
body { behavior: url("js/ie_hover.htc"); }  
img {-ms-interpolation-mode:bicubic;}

/*Class For The [img.png]*/
.logo img, .preview-frame, .thumb-img, .white-bg{ behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "/css/images/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='scale')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true));
}

.zoom-fix, .blue-widget, .widget h3, { zoom:1; }

.white-bg{ position:relative;}

fieldset{ position:relative;  margin:30px 0 15px; }
fieldset legend{ position:absolute;  }

fieldset legend{ left:15px; top:-18px;  }