/** Add css rules here for your application. */


/** Example rules used by the template application (remove for your app) */
h1 {
  font-size: 2em;
  font-weight: bold;
  color: #777777;
  margin: 40px 0px 70px;
  text-align: center;
}


.sendButton {
  display: block;
  font-size: 16pt;
  width:140px;
}

.menuinc{
	width:790px;
	text-align:left;
	margin-left: auto;
	margin-right: auto;
	position:float;
	margin-top:10px;

}
.menuinc a{
	margin-right:35px;
}
.menuinc a.last{
	margin-right:0px;
}

.serverResponseLabelError {
  color: red;
}

.col1{
	width:150px;
}
.col2{
	width:300px;
	padding-left:120px;
	text-align:center;
}
.col3{
	width:100px;
}
span{
	width:150px;
}

.inpenabled{
	font-weight:bold;
		width:120px;
	
}
.inpdisabled{
	font-weight:bold;
	color:#0000AA;
		width:120px;
	
}

.calctable{
	border: solid 1px gray;
	padding: 20px;
	
}

#resultPanel div.gwt-Label{
		font-weight: normal;
		height:18px;
		font-size:13px;
		text-align: left;
		width:180px;
}

div.inccontent{
	text-align:left;
	margin-top:40px;
	line-height:18px;
	float:left;
	width:500px;
}

div.calculator{
	text-align:left;
	margin-top:0px;
	line-height:18px;
	float:left;
	width:750px;
}
div.adsensesky{
	width:190px;
	height:900px;
	border: solid 0px #dddddd;
	float:right;
	background-color: #FFFFFF;
	margin-top: 70px;
	padding-left: 45px;

}
.footertable{
	vertical-align:top;
	
}
.footertable ul{
	line-height:20px;
	
}

img.formula{
	margin-top:20px;
	margin-left:25px;
}


