/* ------------update ------------*/

/*================= Contacts =========================*/

.notification_error{ height: auto;width: 99%;padding: 2px;background: #fff; text-align: left; color:#f00; margin-bottom:2px; border: 1px solid #acacac;
 margin-bottom:10px;-moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;}
 .notification_ok{  border: 1px solid #acacac; height: auto; width: 96%; padding: 8px; background:#fff; text-align: center;  -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px; } 
.info_fieldset { border: 0px  }
 .info_fieldset legend { border: 1px #acacac solid;  color: #515151;   font: 13px  Arial;  padding: 2px 5px 2px 5px; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px; }

.pin { font-family: 'PT Sans', sans-serif; color:#fff; background:#acacac; display:block; padding:-8px 20px 10px; -moz-border-radius:5px; -webkit-border-radius:5px; border-radius:5px; text-decoration:none; font-size:18px; border:0; width:100px;  display:block; cursor:pointer; margin-left:100px }
.pin:hover{ background:#7fb200}
/* Label */
label  { width:300px;  margin: 0px; float: left; text-align: left;   color:#515151; font-size:12px; line-height:26px; font-family: Arial, Helvetica, sans-serif; padding-bottom:5px;max-width:800px;background-color:#22e0cd;margin-top:-11px;color:#2A2AFF;}

/* Input, Textarea */
input{ margin: 0px; padding: 0px;   border: 1px solid #acacac;  color: #515151; background:#fff; font: 12px Arial, Helvetica, Arial, sans-serif; height:30px; margin-bottom:10px; width:300px; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;max-width:800px;background-color:#22e0cd;margin-top:-11px;color:#2A2AFF; }

 textarea{margin: 0px; padding: 0px;  float: left; background:#fff; border: 1px solid #acacac;  color: #bdbdbd;   font: 12px Arial, Helvetica, Arial, sans-serif; height:183px; margin-bottom:10px; width:543px; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px;max-width:800px;background-color:#22e0cd;margin-top:-11px;color:#2A2AFF; }

