#divCalculator {
	width: 180px;
	height: 298px;
	margin-top: 20px;
	background: url(../images/im_calc.gif) no-repeat;
}

#divCalculator #lnkCloseCalc, #divConverter #lnkCloseConverter {
	width: 45px;
	height: 9px;
	margin-top: -20px;
	display: block;
	float: right;
	background: url(../images/bt_close_big.gif) no-repeat;
	position: relative;
}

#divCalculator #lnkCloseCalc span, #divConverter #lnkCloseConverter span {
	font-size: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
}
#divCalculator #CalTableForm{
	padding:10px; 
	font-size:9px;
	color:#FFFFFF;	
	margin-top: 10px;
	margin-left: 10px;
}
#divCalculator #txtCalc {
	font-family: digital, arial;
	font-size: 16px;
	border: 0px solid red;
	width: 118px;
	height: 25px;
	margin-top: 26px;
	margin-bottom:30px;
	background-color: transparent;
	text-align: right;
}

#divCalculator #divButtons {
	width: 150px;
	margin-left:  3px;
	margin-top: 26px;
	padding: 0 16px;
	float: left;
	border: 0px solid blue;
}

#divCalculator #divButtons a {
	width: 29px;
	height: 21px;
	line-height: 22px;
	border: 0px solid red;
	margin-bottom: 5px;
	margin-left:  9px;
	display: block;
	float: left;
/*	background: red; /**/
}

#divCalculator #divButtons a span {
	font-size: 0;
	width: 0;
	height: 0;
	overflow: hidden;
	position: absolute;
}

#divCalculator #divButtons a.col1 {
	margin-left: 0px;
}

#divConverter {
	width: 339px;
	height: 220px;
	margin-top: 20px;
	background: url(../images/bg_unit_big.gif) no-repeat;
}

/*****************************************/

#divConverter #lnkTypeValues {
	font-size: 13px;
	width: 170px;
	height: 23px;
	border: 1px solid #FFFFFF;
	background: #FE9900 url(../images/ic_arrow_orange.gif) no-repeat 160px 50%;
	color: #000000;
	line-height: 23px;
	text-decoration: none;
	text-align: left;
	padding-left: 10px;
	margin: 55px 0 0 130px;
	position: relative;
	float: left;
}

#divConverter #divListTypeValues {
	position: absolute;
	background-color: #FF9900;
	border: 1px solid #FFFFFF;
	width: 180px;
	padding: 0;
	left: 0px;
	display: none;
	z-index: 1;
}

#divConverter #divListTypeValues ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#divConverter #divListTypeValues ul li a {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 23px;
	text-indent: 10px;
	text-align: left;
	display: block;
}

#divConverter #divListTypeValues ul li a:hover {
	background-color: #ADD8E6;
}

#divConverter #lnkFrom {
	font-size: 13px;
	width: 137px;
	height: 23px;
	line-height: 23px;
	padding-left: 5px;
	border: 1px solid #656565;
	background: #999999 url(../images/ic_arrrows_gray.gif) no-repeat 121px 50%;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin: 55px 0 0 16px;
	position: relative;
	float: left;
}

#divConverter #divListFrom {
	position: absolute;
	background-color: #999999;
	border: 1px solid #656565;
	width: 142px;
	padding: 0;
	left: 0px;
	display: none;
	z-index: 1;
}

#divConverter #divListFrom ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#divConverter #divListFrom ul li a {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 23px;
	text-indent: 5px;
	text-align: left;
	display: block;
}

#divConverter #divListFrom ul li a:hover {
	background-color: #ADD8E6;
}

#divConverter #lnkTo {
	font-size: 13px;
	width: 137px;
	height: 23px;
	line-height: 23px;
	padding-left: 5px;
	border: 1px solid #656565;
	background: #999999 url(../images/ic_arrrows_gray.gif) no-repeat 121px 50%;
	color: #000000;
	text-decoration: none;
	text-align: left;
	margin: 55px 0 0 18px;
	position: relative;
	float: left;
}

#divConverter #divListTo {
	position: absolute;
	background-color: #999999;
	border: 1px solid #656565;
	width: 142px;
	padding: 0;
	left: 0px;
	display: none;
	z-index: 1;
}

#divConverter #divListTo ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

#divConverter #divListTo ul li a {
	font-size: 13px;
	color: #000000;
	text-decoration: none;
	line-height: 23px;
	text-indent: 5px;
	text-align: left;
	display: block;
}

#divConverter #divListTo ul li a:hover {
	background-color: #ADD8E6;
}

/*****************************************/

#txtFrom, #txtTo {
	width: 140px;
	height: 23px;
	border: 1px solid #656565;
	margin: 15px 0 0 16px;
	float: left;
}

#divEqual {
	width: 18px;
	line-height: 23px;
	text-align: center;
	margin-top: 15px;
	float: left;
}

#txtTo {
	margin-left: 0;
}