/*
  repair-pricing.css
*/


#right_side_box {
  float: right;
  border: 0px solid black; 
  width: 200px; 
  margin: 0px 0px 10px 15px;
  text-align: center;
}


input.poll_button {
  width: 100px; 
  font-weight: bold; 
  font-size: 14px;
}


/* -- free eval button, w/mouse-over, burgundy */
#free_eval_button_wmo_b {
  display: block;
  background: url(images/free_eval_button_wmo_b.gif) -0px -0px no-repeat;
  width: 100%;
  height: 100%;
}
#free_eval_button_wmo_b:hover {
  background: url(images/free_eval_button_wmo_b.gif) -0px -47px no-repeat;
}



#sg_table {
  border: 1px solid #ccc;
}
#sg_table td {
  padding: 2px 4px 0px 4px;
  vertical-align: top;
  border: 2px solid white;
}
div.sg_link_div {
  margin: 15px 0px 5px 0px;
}



