/*
.header form.action_form {
background-image:url(/resource/img/wp/action_form_bg.png);
background-repeat:no-repeat;
height:58px;
width:421px;
margin:0;
padding:0;
color:#FFFFFF;
float:right;
font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
font-weight:bold;
position:relative;
}
.header form.action_form label {
  display:none;
}
.header form.action_form input {
-moz-background-clip:border;
-moz-background-inline-policy:continuous;
-moz-background-origin:padding;
background:none transparent;
border:0;
color:#999999;
font-size:12px;
height:20px;
line-height:20px;
margin-right:0;
padding:0;
width:131px;
position:absolute;
}
.header form.action_form input#id_email {
width:110px;
top:7px;
left:90px;
}
.header form.action_form input#id_zip {
width:73px;
top:7px;
left:212px;
}

.header form.action_form input.phone_segment {
  width:26px;
  height:13px;
  height:13px;
  line-height:13px;
  top:35px;
  font-size:11px;
}
.header form.action_form input#phone1 {
  left:106px;
}
.header form.action_form input#phone2 {
  left:140px;
}
.header form.action_form input#phone3 {
  left:174px;
}
.header form.action_form input#submit {
cursor:pointer;
width:112px;
height:46px;
top:5px;
left:299px;
text-indent:-999em;
}
.header form.action_form span#sms_clarification {
  display:none;
}
*/