div.timer
{
top : 180px;
left:660px;
position :absolute;
height : 96px;
width : 86px;
background:url(../assets/image/timer.png) no-repeat;
z-index: 190;
display: block;
}
#timer span{
    top:37px;left:25px;font-size:17px;position:absolute;color:#445686;
}
div.score
{
    top : 280px;
    left:670px;
    position :absolute;
    height : 84px;
    width : 72px;
    background:url(../assets/image/score.png) no-repeat;
    z-index: 190; line-height: 95px;
    text-align: center;
    color:#445686;
    display: block;
}
.full_circle {
    background-color: #c06;
    height: 15px;
    -moz-border-radius:75px;
    -webkit-border-radius: 75px;
    width: 15px;
}
#wordSearchShuffle{
    position:absolute;left:200px;
    top:87px;
    width:430px;
    height:345px;
	z-indes:500px;
}
div.correct
{
    top : 50px;
    left:300px;
    position :absolute;
    height : 60px;
    width : 200px;
    background-color: #ccc;
}

div.gameOver{
    position:absolute;
    left:250px;
    top:170px;
    width:279px;
    height:220px;
    background-image: url("../assets/image/good_job_window.png");
    text-align:center;
    font-size: 20px;
    z-index:300;
}
#gameOverDiv span{
    left:50px;
    top:50px;
    font-size:45px;
    font-family: "times new roman";
}
#gameOverDiv table span{
    font-size:20px;

}
#gameOverDiv table{
    font-size:20px;
    color:#666666;
}
#gameOverDiv img{
    position:absolute;
    left:90px;top:170px;
}

div.hint{
    top : 455px;
    position :absolute;
}

#hint table td{
    font-size:15px;

    height:20px;
    overflow: hidden;
}
.CreateDiv{
    position: absolute;
    left:150px;
    top:200px;
    width:500px;
    height:225px;
    text-wrap: normal;
    overflow: auto;
    font-size: 14px;
    color:#666666;
    z-index:155;
}
#playMute{
    position:absolute;
    left:90px;
    top:530px;
}
#playMuteCross{
    position:absolute;
    left:95px;
    top:533px;
    display: none;
    z-index:99;
}
#printWord{
    position:absolute;
    left:10px;
    top:530px;
}
#hangmanTextLogo{
    position: absolute;
    left:320px;
    top:10px;
}
.headerSubText{
    float: right;
    margin-top: -120px;
    margin-right: 10px;

    /*
    left:265px;

    height:16px;
    width:255px;
    overflow:hidden;
    font-size:14px;
    color:#2A5596;*/
}
.directionBG{
    position:absolute;
    left:0px;
    top:0px;
    z-index:150;
}

#DirectionMainDiv{

    width:560px;
    height: 320px;
    left:0px;
    top:0px;
    position: absolute;
    z-index:155;

}
.directionClose{
    position:absolute;
    left:150px;
    top:150px;
    cursor: pointer;
    z-index: 160;
}
.direction{
    position:absolute;
    left:10px;
    top:10px;
    cursor: pointer;
}
#logo{
    position:absolute;
    left:670px;
    top:530px;
}
#showWord{
    position:absolute;
    left:340px;
    top:525px;
    cursor: pointer;

}
#startOver{
    position:absolute;
    left:480px;
    top:525px;
    cursor: pointer;

}
#showanswer{
    position:absolute;
    left:200px;
    top:525px;
    cursor: pointer;
}
#question{
    cursor: pointer;
    position:absolute;
    left:20px;
    top:120px;
    width:140px;
    height:225px;
    overflow:auto;
}

.questionDiv td{
    position:relative;
    font-size:12px;
    height:17px;

    color:#545454;
}
.questionDiv tr td  img{
    height:15px;

    vertical-align: bottom;
}
.questionDivImg{
    position:relative;
    cursor: pointer;
    height:20px;
}
#clues{
    position:absolute;
    left:20px;
    top:80px;
    color:#656565
}
.clickClass{
    background-image: url("../assets/image/green_patch.png");
}
#questionFullText td{

    position:absolute;
    left:75px;
    top:450px;
    color:#545454;
    width:680px;
    height:65px;
    overflow: hidden;
    font-size: 18px;
    text-align: center;
    text-wrap: none;
}
#click_instruction{
    position: absolute;
    width:120px;
    left:40px;
    color:#a62d0e;
    font-size: 13px;
    font-family: "arial";
    top:370px;
}
#trans_parent{

    position:absolute;
    top:0px;
    width:770px;
    height:567px;
    display: none;
}
#trans_word{

    position:absolute;
    top:40px;
    width:770px;
    height:477px;
    display: none;
}