/* CSS Document *//*
 ____________________________________________________________
|                                                            |
|    DESIGN : Jeremie Tisseau { http://web-kreation.com }    |
|      DATE : 2007.08.31                                     |
|     EMAIL : webmaster@web-kreation.com                     |
|  DOWNLOAD : http://web-kreation.com/download.php           |
|____________________________________________________________|

-----------------------------------------------
Contact Form Style
-----------------------------------------------
Ernest Gambrell Ministries, Inc.
file:		code/contactform.css
author:		Jason Denison
date:		09 AUG 2008
------------------------------------------------------ */

html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

h1 {
  margin: 10px 0 30px;
  font-size: 220%;
}

/* the main layout */

#contentForm {
  display: block;
  width: 468px;
  margin: 0px auto;/*this line will center the page*/
  padding: 5px;
  border: 0px solid black;
  /*background-color: white;*/
  text-align: left;
}
/* and now the form formatting itself */

/*.errormsg {
  display: block;
  width: 90%;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(../images/stop.gif) no-repeat 10px center;
  padding: 7px 5px 7px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
}*/
.errormsg {
  display: block;
  width: 90%;
  color: #FFFFFF;
  font-weight: bold;
  background: #CC0000 url(../images/stop02.png) no-repeat 10px center;
  padding: 7px 5px 7px 40px;
  margin: 10px 0px;
  border-top: 2px solid #777777;
  border-bottom: 2px solid #777777;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #FFFFFF;
  border: 1px solid #666666;
  margin: 5px 0;
}

 input, textarea, select, p {
  font-family: verdana, arial, sans-serif;
  border: 1px solid #666666;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFFF;
}
input:hover, textarea:hover, select:hover {
  border: 1px dashed #777777;
  background-color: #eeeeee;
}

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  margin-left: 100px;
}

.float-left{
  display: block;
  float: left;
  clear: left;
  Width: 100px;
  margin-bottom: 10px;
  margin: 5px 0;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

