body{margin:0px;position: absolute;}
.container {
	position: absolute;
}
.less{
	background-color:#248510;
}
.equal{
	background-color:#FF796C;
}
.greater{
	background-color:#6FAFEB;
}
.sep{
	color:#666666;
	width: 100px;
	height: 250px;
	position:fixed;
	border-left: 1px solid #EEEEEE;	
	border-right: 1px solid #EEEEEE;
	text-align: center;
	font-size:32px;	
}
.ti, .es, .es1{
	color:white;
	width:100px;
	line-height:40px;
	border:#FFCC66 solid 1px;
	position:fixed;
	text-align:center;
	vertical-align: middle;
	cursor: pointer;
	background-color:white;
}
.es1{
	border:#AAAAAA dashed  1px;
	font-size:32px;
	color:#CCCCCC;
}
.es{
	border:#AAAAAA dashed  1px;
	font-size:32px;
	color:#CCCCCC;
}
