@charset "utf-8";@font-face {	font-family:"tr";	font-weight:normal;	src: url(../Font/times.ttf);}@font-face {	font-family:"tb";	font-weight:bold;	src: url(../Font/timesbd.ttf);}@font-face {	font-family:"ti";	font-style:italic;	src: url(../Font/timesi.ttf);}@font-face {	font-family:"tbi";	font-weight:bold;	font-style:italic;	src: url(../Font/timesbi.ttf);}@font-face {	font-family:"ar";	font-weight:normal;	src: url(../Font/arial.ttf);}@font-face {	font-family:"ab";	font-weight:bold;	src: url(../Font/arialbd.ttf);}@font-face {	font-family:"ai";	font-style:italic;	src: url(../Font/ariali.ttf);}@font-face {	font-family:"abi";	font-weight:bold;	font-style:italic;	src: url(../Font/arialbi.ttf);}

.popupDialog 
{  
	width: 1280px;
	height: 720px;
    background: transparent url(../../__images/background112.gif) no-repeat 0 0;
	background-size:1280px 720px;
	position:absolute;	
}

.Ans_Button
{	
height: 40px;
cursor: pointer; 
padding: 5px 10px;
font-size: 16px;
padding: 5px 15px;
color: #4c4c4c;
border-radius: 4px;	
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);	
background: #ffc933; /*#6fb2e5;*/	
box-shadow: 0 1px 5px #d19f14, inset 0 10px 20px #fff661;	
-o-box-shadow: 0 1px 5px #d19f14, inset 0 10px 20px #fff661;	
-webkit-box-shadow: 0 1px 5px #d19f14, inset 0 10px 20px #fff661;	
-moz-box-shadow: 0 1px 5px #d19f14, inset 0 10px 20px #fff661;

}

html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: gray;
}
body{
    overflow: hidden;
    width: 1280px;
    height: 720px;
    margin: 0;
    padding: 0;
    background-color: gray;
    position: absolute;
    top: 50%;
    left: 50%;
    transform-origin: center center;
    transform: translate(-50%, -50%);
}

.frac{
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	text-indent: 0px;

}
.numerator{
	display: block;
	font-size: 1em;
	line-height: 1.2em;
}
.denumerator{
	display: block;
	font-size: 1em;
	line-height: 1.2em;
}
.divider{
    border-top: solid 1px;
    width: 100%;
    display: block;
}
.times{
	font-family: serif !important;
	font-style: italic;
}