/* CSS Document */


body { 
    background: #333 url(images/bg.gif) repeat-x;
	padding: 0;
	font-family:  Verdana, Helvetica, sans-serif;
	font-size:   10px;
	color:   #000000;
    line-height: 16px;
	
}
p {
    padding: 0;
    font-size:   10px;
	color:   #000000;
	
	
}

a {		
	color: #ffffff;
	text-decoration: none;
	font-size: 10px;
font-weight: bold;
}

a:hover {
	color: #FACC8B;
	text-decoration: underline;
}

td {
font-family:  Verdana, Helvetica, sans-serif;
	
}

/* CSS Document *//*
 ____________________________________________________________
|                                                            |
|    DESIGN : Jeremie Tisseau { http://web-kreation.com }    |
|      DATE : 2007.08.31                                     |
|     EMAIL : webmaster@web-kreation.com                     |
|  DOWNLOAD : http://web-kreation.com/index.php/freebies/    |
|____________________________________________________________|

*/


/* the main layout */



/* and now the form formatting itself */

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: bold;
  background: #FF9D9D url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000;
  font-size:14px;
}
.thanks {
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #FFFFFF;
  font-weight: normal;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  font-size:14px;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
