Holas!
Lo prometido es deuda...
Con este INPUT
Código:
INPUT
{
border-top-width: 1px;
border-left-width: 1px;
border-left-color: #cc0000;
border-bottom-width: 1px;
border-bottom-color: #cc0000;
border-top-color: #cc0000;
font-family: verdana, arial, helvetica, sans-serif;
border-right-width: 1px;
border-right-color: #cc0000;
}
Y este inputCheck
Código:
.inputCheck
{
font-family: verdana, arial, helvetica, sans-serif;
}
haciendo
<INPUT type="check" class="inputCheck"> No me salen los bordes :P
Un saludo