.eurocalc_Box {
	background:#bbbbbb url('http://lihtne.ee/eurocalc/grey.gif') left top no-repeat;
	font-size:12px !important;
	font-family:Arial !important;	
	padding:20px !important;
	padding-bottom:2px;
	max-width:260px;
	line-height:22px !important;
	color:#000;
}
.eurocalc_Box form {
	padding-top:0px;
	margin-top:0px;
}
.eurocalc_Box#blue {
	background:#88c2ef url('http://lihtne.ee/eurocalc/blue.gif') left top no-repeat;
	color:#FFF;		
}
.eurocalc_Box#green {
	background:#88ef96 url('http://lihtne.ee/eurocalc/green.gif') left top no-repeat;
	color:#FFF;		
}
.eurocalc_Box#red {
	background:#ef888e url('http://lihtne.ee/eurocalc/red.gif') left top no-repeat;
	color:#FFF;	
}
.eurocalc_Box#yellow {
	background:#fbcd7c url('http://lihtne.ee/eurocalc/yellow.gif') left top no-repeat;
}
.eurocalc_Box b {
	font-size:12px !important;
}
.eurocalc_Box p {
	margin:0px !important;
	display:block;
	width:100%;
	position:relative;
}
.eurocalc_Box p label {
	position:absolute;
	right:5px;
	font-size:10px !important;
	font-weight:bold !important;
	color:#999;
	line-height:22px;
	float:none;
}
.eurocalc_Box span {
	display:block;
	text-align:left;
	padding-left:5px;
	font-size:10px;
}
.eurocalc_Box input {
	width:100%;
	margin-bottom:5px;
}