.std_form input, textarea, select{
  background-color:#E5E5E5;
}

.contact_star{
  color:#ff0000;
}

.std_btn{
  position:relative;
  height:60px;
}

.std_btn a{
  display:block;
  position:absolute;  
  width:150px;
  height:60px;
  line-height:60px;
  font-size:14pt;
  font-weight:bold;  
  color:#CC6600;  
  text-align:center;
  text-decoration:none; 
}

.std_btn a:hover{
  color:#666666;
  text-decoration:none;  
}

.std_btn_right{
  right:-15px;
  background: url(../img/bg_btn.jpg) no-repeat top left;
}

.std_btn_left{
  left:-20px;
  background: url(../img/bg_btn2.jpg) no-repeat top left;
}