/*
Css GHM form
Author: Elkos.it
Uploaded:
*/

form input, form textarea {border: 1px solid #ccc; margin: 10px 0px 0px 10px}

form ul.error_list
{
  margin: 0;
  padding-left:0em;
  margin-bottom: 7px;
  color: #d33;
  border: none;
  background-color: #f33;
}

form ul.error_list li
{
  padding: 4px;
  padding-left: 25px;
  list-style: none;
  color: #fff;
  background: url(../images/error.png) no-repeat 4px 4px;
  font-size: 0.8em;
}
#contactForm
{
float:left;
}
div.notice
{
  margin: 0px auto;
  padding: 4px 4px 4px 30px;
  background: url(../images/tick.png) no-repeat 10px 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background-color: #ffc;
  font-weight: bold;
  width: 50%;
}
div.notice p {font-size: small; font-weight: normal}

/*Add - REMOVED
table{
	margin-left:25px;
	}  */
