#gadget {
	width: 360px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

#gadget h3 {
	margin: 0px;
	padding: 0px;
	width: 200px;
	color: white;
}

#gadget h4 {
	margin: 0px;
	padding: 0px;
	width: 200px;
	color: white;
}

#titles {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#gadget .header {
	height: 30px;
	width: 100%;
	padding: 3px;
	color: #000;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #CCCCCC; vertical-align : middle;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-radius: 5px;
	vertical-align: middle;
}

#gadget .header a {
	color: white;
	text-decoration: none;
	font-size: 1em;
	font-weight: 800;
}

#gadget .header a:visited {
	color: white;
}

#gadget .header a:hover {
	color: white;
}

#gadget .calculator a:visited {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6CA8FB;
}

#gadget .calculator a {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6CA8FB;
}

#gadget .calculator a:hover {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #6CA8FB;
}

#gadget .calculator {
	width: 360px;
	border: 1px solid #6CA8FB;
	background-color: white;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
}

#gadget table td {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#gadget table td .lable {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#gadget table td .lable_italic {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-style: italic;
	font-size: 11px;
}

#gadget .inputField {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	height: 22px;
	padding: 0px;
	padding-left: 2px;
	padding-right: 2px;
	vertical-align: middle;
}

#gadget input {
	text-align: left;
}

#error_message {
	color: red;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

#gadget .btn {
	font-family: Tohoma, Arial, Helvetica, sans-serif;
	font-size: 14px bold;
	padding: 0px;
	text-align: center;
	width: 60px;
}

#gadget .btn_culc {
	font-family: Tohoma, Arial, Helvetica, sans-serif;
	font-size: 14px bold;
	padding: 0px;
	text-align: center;
}
