/* Buttons  */
.submitbutton {
margin-bottom:12px;
width:100px;
height:40px;
border:none;
background-repeat:no-repeat;
background-color:#D4D0C8;
cursor:pointer;
float:right;
text-indent:-3000px;
text-align:left;
color:#D4D0C8;
/* -- these rules hide the text in the buttons, 
note the padding that is greater than the height --*/
padding:38px 0;
overflow:hidden;
font-size:.01%;
letter-spacing:-1000em;
}
.submitbutton{
background-image:url(../newsite/images/btn_calc_up.jpg);
width:38px;
height:38px;
margin-right:20px;
}
