::-webkit-input-placeholder {
   color: #5a5a5a;
   font-family: Arial
}

:-moz-placeholder { /* Firefox 18- */
   color: #5a5a5a; 
   font-family: Arial
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #5a5a5a0; 
   font-family: Arial
}

:-ms-input-placeholder {  
   color: #5a5a5a; 
   font-family: Arial
}
input { margin-bottom: 15px; padding: 7px 7px; color: #4A4A4A; }
label { margin-bottom: 5px;clear: both; position: relative; top: 10px; }
textarea { padding: 7px 7px; height: 110px; margin-bottom: 15px; color: #4A4A4A; line-height: 20px; font-size: 18px; }

input { width: 250px; }
textarea { width: 250px; }

label { font-family: Arial; font-size: 16px; color: #fff; }

input#submit { clear: both; cursor: pointer; width: 270px; padding: 7px 7px; background-color: #c59877; color: #5c5a5b; font-size:18px }

input, textarea { outline: none; border: 1px solid #b2b2b2; padding: 7px; font-size:18px }
input:focus, textarea:focus { border: 1px solid #972324; }

input, textarea { -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; }

#footer { width: 930px; padding: 15px; margin: 0 auto; position: relative; top: 55px; }
#footer img { float: right; }
#footer a.back { color: #02b6f1; text-decoration: none; font-family: Arial; font-size: 16px; position: relative; top: 10px; }
