* {
	margin: 0;
	padding: 0;
}
body {

}
.pageTitle{
	text-align: right;
    color: #4a1367;
   text-shadow: 0px 1px 10px #231975;
    font-size: 32px;
    font-weight: bold;
	width:30%;
	float:right;
	direction: rtl;
 
}
.num{
 
    border-radius: 15px;
    background-color: #3e563e;
    float: left;
    margin-left: 10px;
    margin-top: 1px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    border: 2px solid #fff;
    font-size: 41px;
    padding: 0px 4px;
    text-align: center;
    height: 51px;
    width: 77px;
}

.num:hover{
	 color: #e365f9;	
	 border: 2px solid #e365f9;
}

.numQ{
    width: 142px;
    height: 94px;
    border-radius: 15px;
    background-color: #044c04;
    float: left;
    margin-left: 3%;
    margin-top: 8px;
    font-size: 83px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    border: 2px solid #fff;
}

.badAnswerDiv{
	font-size:30px;padding:5px;text-align:center;border-bottom: 1px solid #fff;
}
.badAnswerDiv:hover{
	background-color:#5e42b7;
	color:#FFF;
	cursor:pointer;
}

#newQuestion{
	font-size: 30px;
    padding: 8px;
    cursor: pointer;
    margin: auto;
	background-image: url(../../images_general/dialog-question.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 240px;
    background-color: #160d33;
    color: #fff;
    border: none;
    box-shadow: 6px 6px 5px #666;
}
#questionArea{
    height: 108px;
    text-align: center;
    width: 900px;    
    margin: auto;
    clear: both;
    position: relative;
    top: 128px;
  
}

#questionArea .inWrap {
    float: left;
    width: 65px;
    height: 40px;
    border-left: 2px solid #000;
    margin-left: 21px;
    background: url(../../images_general/if_question_66949.png);
    background-repeat: no-repeat;
    background-position-x: -8px;
    border-bottom: 1px solid #000;
}

#questionArea input{
    width: 80px;
    height: 60px;
    padding: 3px;
    background-color: #0d610d;
    border: none;
    position: relative;
    top: -67px;
    left: -46px;
    font-size: 49px;
    text-align: center;
    border: 1px solid #fffefe;
    color: #fff;
    border-radius: 31px;
}

#movingNumber{
    width: 96px;
    height: 96px;
    border-radius: 15px;
    background-color: #044c04;
    font-size: 76px;
    text-align: center;
    color: #FFF;
    cursor: pointer;
    border: 2px solid #fff;	
	position:fixed;
}