root { 
    display: block;
}

body{

	color: #000000;
	margin: 0px;
	padding: 0px;
	font-family: fantasy;
	font-size: 24px;
	font-weight: bold;
	background-color: #9900ff;
    background-image: url(fon.PNG);
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
    border-right-width: 0px;
    border-left-width: 0px;
    border-bottom-width: 0px;
    border-top-width: 0px;
}

.title{
    position: absolute;
	color: #000000;
	font-family: fantasy;
	font-size: 18px;
}

.box{

    width: 200px;
    height: 200px;
    position: absolute;
    top: 92px;
    left: 92px;
    /*z-index:-2;*/

    visibility: visible;
    display: block;
    
	border-top: 8px double Black;
	border-right: 8px double black;
	border-bottom: 8px double Black;
	border-left: 8px double Black;
	background-color: Gray;
}

.puzzle{
    
    position: absolute;
    width: 42px;
    height: 42px;
    visibility: visible;
    z-index: 2;
	color: Black;
	border: 4px outset orange;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 43px;
	text-align: center;
	vertical-align: middle;
	background-color: Yellow;
}

.freeSpace{

    width: 48px;
    height: 48px;
    visibility: visible;
	border: 1px dotted yellow;
	background-color: Gray;
}

.buttons{

    position: absolute;
    top: 100px;
    left: 350px;
    width: 100px;
    height: 300px;
}

.button{

    width: 100px;
    height: 30px;
   
	color: Black;
	margin: 30px;
	border: 5px outset #ffcc66;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-indent: 1px;
	vertical-align: bottom;
	background-color: #ffff66;
}

.button-clicked{

    width: 100px;
    height: 30px;
	color: dimgray;
	margin: 30px;
	border: 5px inset #8c4e9b;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 30px;
	text-align: center;
	text-indent: 1px;
	vertical-align: bottom;
	background-color: #ccff33;
}

.gwt-iframe{
    
    top: 0px;
    left: 0px;
    width: 550px;
    height: 500px;
    visibility: visible;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
    border-right-color: silver;
    border-left-color: silver;
    border-bottom-color: silver;
    border-top-color: silver;
}


.header-menu{

    position: absolute;
    top: 0px;
    left: 550px;
    width: 500px;
    height: 50px;
    visibility: visible;
}

.header-link{

    font-style: normal;
    font-family: fantasy;
    font-size: 18px;
    color: #c393cd;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 8px;
    padding-right: 8px;
}

.ads{

    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    border-top-style: none;
    border-right-color: #e08989;
    border-left-color: #e08989;
    border-bottom-color: #e08989;
    border-top-color: #e08989;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
    border-top-width: 1px;
    position: absolute;
    top: 92px;
    left: 550px;
    width: 300px;
    height: 350px;
    visibility: visible;
}

.others-ways{

    position: absolute;
    top: 92px;
    left: 860px;
    color: #000000;
}

.other-way-link{

    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: #c393cd;
    line-height: 40px;
}

