/* IE Overrides CSS */
/* For specific IE overrides */
/* @note For IE 8 and earlier */

/* Global */
.erm-container,
.erm-button
{
    behavior: url(/PIE.htc);
}
.erm-borders
{
    behavior: url(/PIE.htc);
}

.erm-button {
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9933', endColorstr='#ff4800',GradientType=0 );*/ /* IE6-9 */
    -pie-background: linear-gradient(top, #ff9933 0%,#ff4800 100%); /* W3C */
}

.erm-button:hover {
    -pie-background: linear-gradient(top, #ff4800 0%,#ff9933 100%); /* W3C */
}
/* End Global */

/* Header */
#erm_header input[name=password] {
    padding-top: 3px;
    padding-bottom: 3px;
}
/* End Header */

/* Icons */
.erm-icon-search-bar-arrow {
    bottom: -13px;
}
/* End Icons */

/* Home */
#erm_home .erm-slideshow-link,
#erm_home .erm-container-landlord a {
    position: relative;
    behavior: url(/PIE.htc);
}
/* End Home */

#erm_summary .erm-listing {
    border: 1px solid #b8b8b8;
    width: 683px !important;
}