@charset "utf-8";
/* CSS Document */

a.submitDetails{ display: block;
  background:  url(/images/fp_bt_blue.jpg) no-repeat top right ;
  color: #ffffff !important;
  font-size:115%;
  text-decoration: none !important;
  font-weight:bold;
  padding: 7px 57px 7px 0;
  margin-right: 0; 
  margin-left: 0;
  text-align: right;
  cursor: hand! important; margin-top: 15px; float:none; }
  
  .box{ background: none;  border: none; margin-bottom: 30px;}
  .box .fleft{ float:left; position:relative; margin: 0 10px 20px 0; width: 10%; }
  .box .fright{ float:right; position:relative; width:100px; width: 75%; }
  
  .str_line{ overflow:hidden; }
  .str_line .float_left{ float: left; position:relative; width: 25%; }
  .str_line .float_right{ float: right; position:relative; width:40%; }
  .str_line .float_right input{ border: 1px solid #3E88C8; padding: 1px; }
  
  #content .box h3{ margin-bottom: 5px; }
  #content .box a{font-weight: bold; color:#000; }
  
 .clear{ clear: both; line-height:0; height:0; padding:0; margin:0; }