

@media (max-width:640px){
  form.profile select, form.profile input{
    width: 100% !important;
  }  
}

#submit {
   color: #fff;
   border-color: #398439;
   background: #47a447 linear-gradient(#47a447, #47a447 50%, #47a447 ) repeat scroll 0 0;
  padding:8px 10px; 
}
 form.default ul li label {
     font-weight:bold;
}

