body {
   background: #F1F1F1;
   padding: 0px;
width:690px;
}

form {
   width: 680px;
}


table.conf {
   width: 680px;
   color: #666666;
   font-size: 12px;
   font-family: Arial,Helvetica,sans-serif;
   background: transparent;
}

table.conf legend{
   color: #666666;
}

table.conf td {
   background: transparent;
}

table.conf td p {
   padding: 0px;
   margin: 3px;
}

table.conf td input.cost_radio {
   border: 1px solid #ABADB3;
   background: #FFFFFF;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   width: 10px;
}

table.conf td input {
   border: 1px solid #ABADB3;
   background: #FFFFFF;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   width: 150px;
}

table.conf td input.chra {
   border: none;
   width: 20px;
   background: none;
}

table.conf td input.button {
   background: #1A866B;
   color: #FFFFFF;
   padding: 2px 4px 2px 4px;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 12px;
   width: auto;
}

table.conf caption {
   color: #646464;
   font-size: 13px;
   padding-bottom: 15px;
}


