/* 
* CSS Document
* conatct.css
* 
* Author    :   Greg Merriman
* Created   :   Tue 28 Aug 2007
* Modified  :   Tue 28 Aug 2007
*/

/* contact page styles for bryncricketclub.co.uk */


/*----------[styles]----------*/

p.sent
{
  margin: 1.0em 0 2.0em 0;
  color: #f90;
  border: solid 0.1em #c60;
  text-align: center;
  font-weight: bold;
}

p.error
{
  margin: 1.0em 0 2.0em 0;
  color: #d00;
  border: solid 0.1em #d00;
  text-align: center;
  font-weight: bold;
}

p.error a
{
  color: #d00;
  text-decoration: underline;
}

p.errorAlt
{
  margin: 1em 0 0 0;
  padding: 0;
  color: #333;
  text-align: center;
  border: solid 0.1em #555;
}


/*----------[contact us form styles]----------*/

#contactForm
{
}

#contactForm label
{
  font-weight: bold;
}

#contactForm label em.required
{
  font-weight: normal;
  color: #666;
}

#contactForm input.textInput
{
  width: 24em;
  max-width: 100%;
  background-color: #eee;
  margin-bottom: 2.0em;
}

#contactForm select
{
  margin-bottom: 2.0em;
}

#contactForm textarea#body
{
  font-size: 1.0em;
  max-width: 100%;
  background-color: #eee;
  margin-bottom: 2.0em;
}
