#signup  {
    float:left;
    padding-bottom:60px;
    padding-right:45px;
    padding-top:5px;
    width:396px;
    margin-right:12px;
}



input.btn-signup {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius:7px;
    
    /* webkit Chrome e Safari */
    -webkit-border-radius: 7px;
   

    background: url("/images/bg-btn-big-black.png") repeat-x  0 0;
    height:30px;
    border-style:solid;
    border-width:1px ;
    border-color:#EEEEEE #EEEEEE #DDDDDD #EEEEEE;
    padding:1px 16px 1px 16px;
    font-family: "Trebuchet MS","Helvetica Neue",Helvetica,sans-serif; 
    font-size:14px !important;
    color:#fff !important;
    font-weight:normal;
    margin-left:130px !important;
    text-decoration:none;  
    cursor:hand !important;
  
}

    input.btn-signup:hover {
	background: url("/images/bg-btn-big-green.png") repeat-x  0 0;
	cursor:hand !important;
    }

#contact-form-container  {
    float:left;
    padding-bottom:60px;
    padding-right:45px;
    padding-top:5px;
    width:396px;
    margin-right:12px;
}


form {
    float:left;
    margin:0;
}

div.inline {
    float:left;
    margin-bottom:20px;
    width:396px;
}

div.inline input.field {
    padding:4px;
    width:256px;
}

    input.field:focus, textarea.textarea:focus {
	background-color:#FEFEEE;
	
    }

div.inline label {
    float:left;
    font-weight:bold;
    margin-right:10px;
    margin-top:3px;
    text-align:right;
    width:120px;
}

div.inline.space {
    margin-bottom:40px;
}

input.field, textarea.textarea {
    -moz-background-clip:border;
    -moz-background-inline-policy:continuous;
    -moz-background-origin:padding;
    -moz-border-radius-bottomleft:2px;
    -moz-border-radius-bottomright:2px;
    -moz-border-radius-topleft:2px;
    -moz-border-radius-topright:2px;
    /* webkit Chrome e Safari */
    -webkit-border-top-left-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;

    -x-system-font:none;
    background:#FEFEFE url(/images/inputs.png) repeat-x scroll 0 -188px;
    border-color:#8E8E8E #E1E1E1 #E1E1E1 #8E8E8E;
    border-style:solid;
    border-width:1px;
    float:left;
    font-family:"Lucida Grande",Lucida,Verdana,sans-serif;
    font-size:12px;
    font-size-adjust:none;
    font-stretch:normal;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
    margin:0;
    padding:2px;
    width:260px;
}