div.formIMC {
	font-family:Georgia;
	font-size:16px;
	color:green;
	width:288px;
	height:230px;
	margin-left: 0;
	margin-right: 0;
	text-align:left;
	vertical-align:top;
}

#p.formIMC {
	font-size:20px;
	font-weight:bold;
}
fieldset.formIMC{
	 width:268px;
	 height:240px;
}

#resultado.formIMC {
        font-size:18px;
		width:240px;
		color: #666;
        border-bottom:1px solid #669900;
		margin:0px;
}
#peso.formIMC { background: url(../img/fondo-imc.png) no-repeat ; overflow:hidden; border:hidden; border:0; padding-left:15px; padding-top:0px; height:40px; width:100px;}
#estatura.formIMC { background: url(../img/fondo-imc.png) no-repeat ; overflow:hidden; border:hidden; border:0; padding-left:15px; padding-top:0px; height:40px; width:100px;}
#calcular.formIMC{
	float:left;
	padding:0; margin:5px 0 0 0px;
	background:#669900; color:#FFF;
	width:185px;height:45px;
}
/* Hover a nuestro Botón 
   No funciona en IE6 (Uno de los peores navegadores) */
#calcular:hover{
	background:#666;
	color:#d0e8f7;
	cursor:pointer;
}
