CSS
HTML
<p>favorita
Bom Dia!
Tenho o seguinte cĂłdigo:</p>
<div style="float:left;">
<label class="labelPequeno">Oportunidade</label><input type="checkbox" id="oportunidade" name="oportunidade" />
</div>
<div style="width:85px;height:40px; float:left;"></div>
<div style="float:left;">
<label class="labelPequeno">Cobertura</label><input type="checkbox" id="cobertura" name="cobertura" />
</div>
<div style="width:85px;height:40px; float:left;"></div>
<div style="float:left;">
<label class="label">Suite</label><input type="text" onkeypress="return SomenteNumero(event)" class="typeTextPequeno" maxlength="15" id="suite" name="suite" /> <br /> <br />
</div>
CSS
label
{
width:100px;
height:40px;
line-height:40px;
display: inline-block;
vertical-align:middle;
}
input[type=checkbox]
{
background-color:#CCCCCC;
width:40px;
height:40px;
}
label.labelPequeno {
line-height: normal;
}