@charset "utf-8";
/* CSS Document */

.calculatorcontainer {
border:10px; border-color:#ff0066;-moz-border-radius: 20px;}

#title {
	width: 200px;
	height: 14px;
	color: #000000;
	font: bold 11px/11px Calibri;
	padding-top: 5px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-align: center;
}
#canc {
	width: 235px;
}
.col1 {
	font: 11px/24px Calibri;
	color: #000000;
	text-align: right;
	width: 70px;
	height: 25px;
	margin: 0;
	float: left;
	margin-right: 2px;
}
.col2 {
	width: 130px;
	height: 25px;
	display: block;
	float: left;
	margin: 0;
}
.col2comment {
	width: 130px;
	height: 27px;
	margin: 0;
	display: block;
	float: left;
}
.col1comment {
	font: 11px/24px Calibri;
	color: #000000;
	text-align: right;
	width: 70px;
	height: 27px;
	float: left;
	display: block;
	margin-right: 2px;
}
div.row {
	clear: both;
	width: 335px;
}
.submit {
	height: 29px;
	width: 200px;
	padding-top: 5px;
	clear: both;
}
.input {
	background-color: #fff;
	font: 11px/14px Calibri;
	color: #000000;
	margin: 2px 0 2px 2px;
	padding: 1px;
	border: 1px solid #8595B2;
}
.textarea {
	border: 1px solid #8595B2;
	background-color: #fff;
	font: 11px/14px Calibri;
	color: #000000;
	margin: 4px 0 5px 8px;
}
