#hairforceBox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
    background-color: #000;
}

#hairforceBox-wrapper {
	position: fixed;
	z-index: 1101;
	outline: none;
	display: none;
    width: auto;
    height: auto;
}

#hairforceBox-wrapper .imageWrapper{
    position:relative;
}

#hairforceBox-wrapper #hairforceBox-close{
    display: block;
    position:absolute;
    top: 21px;
    right: 21px;
    width: 17px;
    height: 17px;
    cursor: pointer;
    z-index: 1105;
    text-indent: -9999px;
    background: url(../images/x.gif); /* IE bug fix */
}
