/* CSS Document */


input, select, textarea  {
background-color:white;
border:1px solid #0058A8;
font-size:11px;
padding:1px 2px;
width: 200px;
}
textarea  {
width: 300px;
}
input.checkbox  {
background-color:none;
width: 20px;
border: none;
}
input.cvv, select.date  {
width: 70px;
}
.submitBtn {
background:url(images/btn_order.jpg) no-repeat scroll -10px 55%;
height:59px;
margin-bottom:-2px;
width:149px;
border: 0px;
}
.txt{font-weight: bold;}

