.staticcontent {
	clear: both;
	margin: 30px 0 0;
	padding: 20px;
	width: 928px;
	min-height: 200px;
	border: 1px solid black;
	background: white url(../images/subcontent_bg.jpg) left top no-repeat;
}

.staticcontent h1 {
	font-size: 1.75em;
	line-height: 2em;
	color: #3f3f4b;
	padding: 0 10px 10px;
}
.staticcontent{
	font-size: 1.3em;
	padding: 10px;
}
.staticcontent ul{
	padding-left: 20px;
}
.staticcontent li{
	padding-left: 10px;
}
/* contactform calculator */

#contactform, #calculatorform{
	margin: 0 auto;
}
#contactform fieldset, #calculatorform fieldset{
	margin: 0;
	border-width: 0;
}
#contactform textarea{
	width: 19em;
	height: 10em;
}
#contactform input, #calculatorform input{
	font-size: 1.125em;
	border: 1px solid black;
}
#calculatorform input{
	width:50px;
}
#calculatorform .inp{
width:100px;
}
#contactform textarea{
	width: 15em;
	height: 8em;
	border: 1px solid black;
}
#contactform p, #calculatorform p {
	padding: 10px 0 0;
}
#contactform label, #calculatorform label {
	display: block;
	width: 14em;
	float: left;
	text-align: right;
	margin-right: 0.5em;
}
.submit, .reset {
	margin-left: 217px;
	border-width: 0;
	color: white;
	font-weight: bold;
	background: #424ea5;
	cursor: hand;
	cursor: pointer;
}
.submit1 {
	margin-right: 20px;
	border-width: 0;
	color: white;
	font-weight: bold;
	background: #424ea5;
	cursor: hand;
	cursor: pointer;
}
#calculatorform .submit {
	width:100px;
}
*:lang(en) .submit {
	margin-left: 204px;
}
.reset {
	margin-left: 0;
	color: #d9dde7;
}
.indent {
	margin-left:65px;
}

#calculatorform td.results {
	background-color: #f9f1e4;
	font-weight: bold;
}

#calculatorsubmit {
	display: block;
	float: left;
	width: 168px;
	height: 43px;
	text-indent: -5000px;
	background: url(../images/calculate.jpg) left top no-repeat;
}
#calculatorreset {
	display: block;
	float: left;
	width: 132px;
	height: 43px;
	text-indent: -5000px;
	background: url(../images/cancel.jpg) left top no-repeat;
}