.b-form {
  margin-bottom: 15px;  
}

.b-form dt {     
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;                       
  padding-bottom: 5px;  
}

.b-form dd {      
  font-size: 12px; 
  margin-bottom: 5px;    
}

.b-form .form_input {
  border: 1px solid #cccfd2;
  padding: 4px 2px;
  width: 275px;
  font-size: 12px;
}

.b-form input.error {
  border: 1px solid #cb0213;   
}  

.b-form select.error {
  border: 1px solid #cb0213;   
} 

.b-form textarea.error {
  border: 1px solid #cb0213;   
} 

.b-form select {
  border: 1px solid #cccfd2;
  padding: 4px 2px; 
  font-size: 12px; 
}

.b-form .refresh {
  vertical-align: 5px;
  padding: 0 10px;    
}

.b-form .code_input {
  border: 1px solid #cccfd2;
  padding: 6px 2px;
  width: 80px;
  font-size: 20px; 
  font-weight: bold;
  vertical-align: 13px; 
  color: #000000; 
  text-align: center;
}  

* html .b-form .code_input {    
  vertical-align: 3px;  
} 

*+html .b-form .code_input {    
  vertical-align: 3px;  
}

.b-form .b-form-submit {
  font-size: 11px;   
}

.b-users-info-text {         
  font-size: 12px; 
  margin: 15px 0 10px 0;
}

.b-users-info-text textarea {
  border: 1px solid #cccfd2;
  padding: 4px 2px;
  width: 615px;
  font-size: 12px;
  height: 150px;
}

.b-form-done {
  font-size: 1.2em;
  color: #218a8f;
  line-height: 1.2em;        
  padding: 16px 10px 10px 55px;
  margin-bottom: 20px;
  background: #c2dfe0 url(/images/done.gif) no-repeat top left;
  min-height: 22px;
}

* html .b-form-done {
  height: 35px;
}

.b-form-error, .b-form-attention {
  font-size: 1.2em;
  color: #cb0213;
  font-weight: bold;
  line-height: 1.2em;        
  padding: 16px 10px 10px 55px;
  margin-bottom: 20px;
  background: #ebb0b5 url(/images/error.gif) no-repeat top left;
  min-height: 22px;
}

* html .b-form-error {
  height: 20px;
} 

.b-form .error_dd { 
  font-weight: bold;
  font-size: 11px;
  color: #cb0213;
  margin-bottom: 3px;
}

.b-form .hint {
  font-size: 11px;
  color: #747474;
  margin-bottom: 3px;   
}

ul.radio_list, ul.radio_list li {
  display: inline;
}
