﻿body{margin:0px;padding:0px;
	font-size:12px;}
li{float:left;list-style:none;}

.tabMenu{
	width:100%;
	background-color:white;
}
.tabTitle li{
	cursor:pointer;
}
.tabTitle li.current{
	background-color:white;
	border-top:solid #E1E6E6 1px;
	border-left:solid #E1E6E6 1px;
	border-right:solid #E1E6E6 1px;
}
.tabTitle{
	width:100%;
	background:url(bg.jpg);
}
.tabTitle li{
	padding:2px;
	margin-top:5px;
	padding-bottom:7px;
	width:80px;
	text-align:center;
	line-height:16px;
}
.tabContent li{
	width:30px;
	height:30px;
	margin:5px;
	background-image:url(math.png);
	background-repeat: no-repeat;
}
.help{
	float:right;
	width:150px;
	text-align:right;
}
.tabContent div.inputBox {
    padding: 15px;
}
.tabContent div.inputBox div.mathIcon{
	overflow:hidden;
	height:80px;
}
.tabContent div.inputBox div.more{
	width:95%;
	text-align:right;
	padding:5px;
	cursor:pointer;
}
.formbox .form-text {
    height: 30px;
    width: 70px;
    padding-right: 10px;
    text-align: right;
    float: left;
}
.formbox .form-input {
    height: 30px;
    margin-left: 80px;
}
div.ad{
	position:fixed;
	top:280px;
}