
input[type="text"] {
    
    font-size: 12px;

}


 input::-moz-placeholder {  
      color: #000;
      opacity: 1;    
    }  

        input:-moz-placeholder {  
      color: #000;
      opacity: 1;    
    }  

     input::-webkit-input-placeholder {  
      color: #000;
      opacity: 1;    
    }  


     input:-ms-input-placeholder {  
      color: #000;
      opacity: 1;  
    }  


 #check_call_tbl  { 

margin-top: 25px;

 }

 #check_pro_wrap {
text-align:center;
margin-top: 25px;

 }


 input[type="submit"].LogIn {
    background: url("../images/button_no_text.png") repeat scroll 0 0 transparent;
    background-repeat: no-repeat;
    color: #FFFFFF;
    height: 40px;
   
    text-align: center;
    width: 110px;
 
}

.LogInLabel {

  float:left;
  text-transform: uppercase;
  font-weight: bold;
  color:#0b3f88;
}

.order_ent_table td {
text-align: left;


}

#replicate {
   font-weight:bold;
  cursor: pointer;
}

#make_check {

  cursor: pointer;
}