/*
  ++++++++++++++++++++++++++++++

    Form Formating

  ++++++++++++++++++++++++++++++

*/
div.form { margin: 10px; padding: 5px; border: #EEE 1px solid; font-size:90%; }

p.formlegend { margin-bottom: 1em; }
p.formlegend em { color: #C00; font-style: normal;}

div.errors { margin: 0 0 15px 0; padding: 8px 10px 8px 10px; border: #FC6 1px solid; background-color: #FFC; }
div.errors strong { color: red; font-style: normal; font-weight: bold; }

div.form form p { margin: 0; }
div.form form p.formnote { margin-left: 120px; font-size: 85%; color: #333; }
div.form form fieldset { margin: 10px 0; padding: 10px; border: #DDD 1px solid; }
div.form form legend { font-weight: bold; color: #666; }
div.form form fieldset div { padding: 0.25em 0; }
div.form label { margin-right: 10px; padding-right: 20px; width: 90px; display: block; float: left; text-align: right; position: relative; }
div.form label.error, 
div.form span.error { color: #C00; }
div.form label em { position: absolute; right: 0; font-style: normal; color: #C00;}
div.form input.error, 
div.form textarea.error { border-color: #C00; background-color: #FCDEDE; }
div.form input:focus,
div.form input.error:focus, 
div.form textarea:focus { background-color: #FFC; border-color: #FC6; }
div.form div.controlset label, 
div.form div.controlset input { display: inline; float: none; }
div.form div.controlset label.controlset { display: block; float: left; }
div.form div.controlset div { margin-left: 170px; }
div.form div.buttonrow { margin-left: 180px; }

form#menu-google-search-box input