/* CSS Document */

#calcContainer {
	width: 486px;
	margin-left:auto;
	margin-right:auto;
}
#calcTop{

}
#calcCenter{
	width: 438px;
	background-color:#CEE9F0;
	color:#6E758F;
}
#calcCenter p{
	padding:0px 0px 5px 0px;
}
#calcCenterL {
	width:24px;
	background-image:url(../img/calc_left.jpg);
	background-repeat:repeat-y;
}
#calcCenterR {
	width:24px;
	background-image:url(../img/calc_right.jpg);
	background-repeat:repeat-y;
}
.padLeft {
	padding-left:10px;
}
#results {
	float:right;
	width:138px;
	border:1px dashed #6E758F;
	text-align:center;
	padding:19px 5px 19px 5px;
	margin:5px 5px 5px 5px;
}
#results p{
	padding:0 0 0 0;
}
.fineprint {
	font-size:9px;
}
#speciesinfo {
	width:250px;
	padding:5px 0px 5px 12px;
	font-size:12px;
	font-weight:bold;
	color:#000000;
}