body {
	font-size:12px;
}
#calc {
	/*width:252px;
	height:46px;
	border:none;*/
}

.MyCalc {
	/*background:url(images/calc-white.gif) no-repeat;*/
}

.MyHover { 
	/*background:url(images/calc-dark.gif) no-repeat;*/
	cursor:pointer;
}


#dialog-calc label {
	float:left;
	width:50%;
}

#dialog-calc input.text {
	border:1px solid #2191C0;
	width : 50px;
	margin-top:2px;
	font-size :15px;
}

#dialog-calc input.error {
	border:1px solid red;
}

#calc-result {
	color:red;
}

.no-vis {
	display:none;
}

#calc {
	margin-bottom:10px;
	font-size:120%;
	font-weight:bold;
}

.calc-bg {
	width : 300px;
	height: 419px;
	background:url(images/svid.gif);
}

.calc-input {
	float:right;
	margin:-78px 10px 0 0;
}
#start {
	float:left;
	margin-top:15px;
	font-weight:bold;
}
#close {
	float:right;
	margin-top:15px;
}
.ui-widget-overlay {
	opacity:0.6;
}


.cals-links {
	float:left;
}
