#howitworks-container {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	display: none;
}

#howitworks-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.howitworks-overlay-mac-ff {
	background: url(http://assets.filemobile.com/156/images/idealizer/macFFBgHack.png) repeat;
}

.howitworks-overlay-bg {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

#howitworks {
	position: absolute;
	top: 6%;
        left: 20%;
        background: url(http://assets.filemobile.com/156/images/v2/howitworks_bg2.jpg) no-repeat;
	width: 518px;
	height: 423px;
	z-index: 150;
	margin: 0px;
	padding: 55px 90px 0px 90px;
        display: none;
}

#howitworks h2 {
        background: url(http://assets.filemobile.com/156/images/v2/howitworks.gif) no-repeat;
        width: 304px;
        height: 39px;
        margin: 0px 0px 30px 0px;
}

#howitworks h2 span {
        display: none;
}

#howitworks h3 {
        color: white;
        font-size: 1.5em;
        text-transform: uppercase;
        line-height: 100%;
        margin: 0px;
}

#howitworks p,
#howitworks a {
        line-height: 100%;
        color: #ccc;
        font-size: 1.1em;
        margin: 15px 0px;
}

#howitworks strong {
        color: white;
}

#howitworks #howitworks-footer {
        position: absolute;
        left: 600px;
        top: 445px;
}
