/*	Modal Window	*/

/* Z-index of #mask must lower than #boxes .window */
#mask {
position:absolute;
z-index:9000;
background-color:#121212;
display:none;
}

#boxes .window {
position:absolute;
min-width:1001px;
min-height:760px;
display:none;
z-index:9999;
padding:20px; margin-left:-20px
}


/* Customize your modal window here, you can add background image too */
#mBot {
	background:url(/images/mBot.png) bottom left no-repeat;
	width:	1001px; height:170px
}
#mMid {
	background:url(/images/mBot.png) bottom repeat-y;
	width:1001px
}
#Dynamic {
	
}
a#moClose {
	position:relative;  left:846px; height:160px; width:155px; display:block 
}
#topClose {
float:right; text-decoration:none; font-size:33px;margin:5px 20px 25px 0; font-family:Arial, Helvetica, sans-serif
}
#topClose a:hover {text-decoration:none}
/*	/Modal Window	*/
#Dynamic table {width:250px}
#Dynamic table td {width:33%}
#preloader {display:none
}

a { cursor: pointer; }
/*	CLEAR FIX	*/

.clearfix:after {content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
.clear{
clear: both;
}

/* END CLEAR FIX */