.value {
width:30px;
text-align:center;
padding:0;
line-height:21px;
border:1px solid #eee;
height:22px;
margin-right:5px;
}

input.submit {
background-image:url(images/submit.gif);
background-position:left;
width:102px;
height:25px;
border:0;
color:#000;
font-size:11px;
}

input.submit:hover {
background-position:right;
color:#000;
}

input.submit_small {
background-image:url(images/submit_small.gif);
background-position:left;
width:42px;
height:25px;
border:0;
color:#000;
font-size:11px;
}

input.submit_small:hover {
background-position:right;
color:#000;
}

