.calcholder {
margin-right:8px;
}
.calcheader {
	padding-bottom:8px;
	padding-left:8px;
}
.calcinner {
	padding-left:8px;
	padding-bottom:8px;
}

#user_get_mail { font-weight:bold; }

#user_get_mail input {
	width:18px;
}
.validator_mv_reg {
	padding-top:4px;
}
.calcerror {
	/* color:#FE0000; */
	color:red;
	margin-top: 8px;
	padding-bottom:0px;
	padding-top: 8px;
	margin-right:8px;
	background-image: url(../img/blackdots.gif);
	background-repeat: repeat-x;
	background-position: top left;
}
.calcresult {
	margin-top: 8px;
	padding-bottom:0px;
	padding-top: 8px;
	margin-right:8px;
	background-image: url(../img/blackdots.gif);
	background-repeat: repeat-x;
	background-position: top left;
}

.calcresult table {
	width:496px;
	margin-top:15px;
	border-spacing:4px;
	border:1px solid #8F7926;
}
.calcresult td {
	font-size:10px;
	text-align:center;
	vertical-align:bottom;
}
.calcresult td.header {
	font-weight:normal;
	color:#8F7926;
	font-weight:bold;
	border-bottom:1px solid #8F7926;
}
.dropdown_full{
	width:160px;
}
.dropdown_small{
	width:50px;
}