/* IE  hacks ------------- */
* {zoom: 1.0;} /* activate "hasLayout" for elements */

.main-col th select {margin-bottom: 1px;} /* keep IE from cutting off bottom */

* html .feedback {position: absolute;} /* IE doesn't understand "fixed" */

* html .pager span {width: 1%;} /* make page numbers line up */

* html #footer .legal-info {margin-right: 50px;}

/* IE6 PNG transparency filter (Need full URL starting with http:// for IE to display image) */
* html .coins-decoration
{background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='../images/coins.png');} /* URL needs to be replaced */

/* Commenting out for now. Remove comments after replacing image URL
* html .dialog-heading h2
{background: none;
filter: progid:dximagetransform.microsoft.alphaimageloader(src='../images/dialog/dialog-header.png');}
*/
/* URL needs to be replaced */

/* extra padding for IE6 to make p line up with text inputs */
* html .dialog-body form ol li p {padding-left: 83px;}

/* hide text (text included in background image) */
.dialog-body form .controls .button
{padding-top: 60px;
overflow: hidden;}