.jqmWindow {
    display: none;
    position: fixed;
    top: 10px;
    left: 50%;
    margin-left: -499px;
    width: 979px;
		height:578px;
    
    background:url('../images/game/bg-frame1.gif');
    color: #3f1004;
    border: none;
		padding:0px;
}
.jqmWindow2 {
    display: none;
    position: fixed;
    top: 38px;
    left: 50%;
    margin-left: -480px;
    width: 960px;
		height:550px;
    
    background:url('../images/game/bg-frame2.jpg');
    color: #3f1004;
    border: none;
		padding:0px;
}
.jqmWindow3 {
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -480px;
    width: 960px;
		height:458px;
    
    background:url('../images/game/bg-frame3.jpg');
    color: #3f1004;
    border: none;
		padding:0px;
}
.jqmWindow div.close{
	width:78px;
	height:40px;
	background:url('../images/modal/btn-close-bg.gif');
	float:right;
}
.jqmWindow div.close a{
	display:block;
	width:78px;
	height:40px;
}
.jqmWindow div.close:hover {
	background:url('../images/modal/btn-close-bg.gif') 0 -50px no-repeat;
}
.jqmOverlay { background-color: #2d3b26; }

/* Fixed posistioning emulation for IE6
     Star selector used to hide definition from browsers other than IE6
     For valid CSS, use a conditional include instead */
* html .jqmWindow {
     position: absolute;
     top: expression((document.documentElement.scrollTop || document.body.scrollTop) + Math.round(17 * (document.documentElement.offsetHeight || document.body.clientHeight) / 100) + 'px');
}
	
.pointer { cursor:pointer; }
img.play-now {float:right; margin-right:125px; margin-top:285px;}

img.progress { margin-left:20px; margin-top:105px;}
img.submit { float:right; margin-right:40px; margin-top:10px;}
ul.stages { margin:0px; padding:0px; margin-top:70px; margin-left:40px; float:left;}
ul.stages li { list-style:none; padding:0; margin:0;}
ul.stages li div.stages { width:435px; height:50px; margin-bottom:10px;}
ul#stages1 li div#stage1 { background:url('../images/game/buttons/btn-stage1.png');}
ul#stages1 li div#stage2 { background:url('../images/game/buttons/btn-stage3.png');}
ul#stages1 li div#stage3 { background:url('../images/game/buttons/btn-stage5.png');}
ul#stages1 li div#stage4 { background:url('../images/game/buttons/btn-stage7.png');}

ul#stages2 li div#stage1 { background:url('../images/game/buttons/btn-stage2.png');}
ul#stages2 li div#stage2 { background:url('../images/game/buttons/btn-stage4.png');}
ul#stages2 li div#stage3 { background:url('../images/game/buttons/btn-stage5.png');}
ul#stages2 li div#stage4 { background:url('../images/game/buttons/btn-stage6.png');}

ul#stages3 li div#stage1 { background:url('../images/game/buttons/btn-stage1.png');}
ul#stages3 li div#stage2 { background:url('../images/game/buttons/btn-stage3.png');}
ul#stages3 li div#stage3 { background:url('../images/game/buttons/btn-stage4.png');}
ul#stages3 li div#stage4 { background:url('../images/game/buttons/btn-stage7.png');}

ul.tasks { margin:0px; padding:0px; margin-top:70px; float:right;}
ul.tasks li { list-style:none; padding:0; margin:0; cursor:pointer;}
ul.tasks li div.tasks { width:435px; height:50px; margin-bottom:10px; margin-right:40px;}
ul#tasks1 li#task_1 div { background-image:url('../images/game/buttons/btn-task1a.png');}
ul#tasks1 li#task_2 div { background-image:url('../images/game/buttons/btn-task3a.png');}
ul#tasks1 li#task_3 div { background-image:url('../images/game/buttons/btn-task5a.png');}
ul#tasks1 li#task_4 div { background-image:url('../images/game/buttons/btn-task7a.png');}

ul#tasks2 li#task_1 div { background-image:url('../images/game/buttons/btn-task2a.png');}
ul#tasks2 li#task_2 div { background-image:url('../images/game/buttons/btn-task4a.png');}
ul#tasks2 li#task_3 div { background-image:url('../images/game/buttons/btn-task5b.png');}
ul#tasks2 li#task_4 div { background-image:url('../images/game/buttons/btn-task6a.png');}

ul#tasks3 li#task_1 div { background-image:url('../images/game/buttons/btn-task1b.png');}
ul#tasks3 li#task_2 div { background-image:url('../images/game/buttons/btn-task3b.png');}
ul#tasks3 li#task_3 div { background-image:url('../images/game/buttons/btn-task4b.png');}
ul#tasks3 li#task_4 div { background-image:url('../images/game/buttons/btn-task7b.png');}

ul.tasks li div.active { background-position: 0 -60px;}

.jqmWindow3 img { margin-top:30px;}

img#close { float:right; margin-right:20px; margin-top:20px;}
