/* 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/    |
|____________________________________________________________|

*/
/*
html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font: 90%/1 arial, helvetica, sans-serif;
  background: #443833;
  width: 100%;
}

h1 {
  margin: 10px 0 30px;
  font-size: 220%;
}
*/

/* the main layout */

#contentForm {
  font: arial, helvetica, sans-serif;
  display: block;
  width: 100%;
  height: 400px;
/*  margin: 70px auto; */ /*this line will center the page*/
  padding: 0px; 
/*  border: 1px solid black; */
  background-color: transparent;
  background:url('images/contact_postcard.png') no-repeat;
}

/* and now the form formatting itself */
label {
  font-weight: bold;
  display: block;
  text-align: left;
  padding-right: 10px;
  clear: left;
  Width: 150px;
/*  line-height: 20px; */
  margin-bottom: 0px; 
  margin: 5px 0; 
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  /*background: #E9EEF3 url(images/contact_form_inputs_back.gif) no-repeat fixed top left;*/
  background: #E9EEF3;
  border: 1px solid #9A9A9A;
  margin: 5px 0;
}   

/*
input:hover, textarea:hover, select:hover {
  border: 1px solid #999;
  background-color: #FFFFCC;
}

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #FFFFCC;
}
*/


/*
input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  background: url(images/submit.jpg) no-repeat left top; 
  width: 90px;
  height: 28px;
  margin-left: 150px;
}

*/

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg1 {
  display: block;
  width: 100%;
  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;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}

.address_fields {
	background: transparent;
	padding-top: 140px;
	padding-right: 100px;
	float: right;
	width: 100px;
}

.message_fields {
	background: transparent;
	padding-top: 90px;
	padding-left: 40px;
	float: left;
	width: 100px;
}

.submit_fields {
	background: transparent;
	width: 350px;
	padding-top: 0px;
	padding-left: 20px;
	float: left;
}

.fieldHolder
{
	width: 200px;
	height: 30px;
	/*background: url(images/contact_field_edit.png) no-repeat;*/
	float: left;
}

.textInput
{
	width: 160px;
	height: 15px;
	background: none;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
}

.fieldHolder2
{
	width: 150px;
	height: 160px;
	/*background: url(images/contact_field_text.png) no-repeat;*/
	float: left;
}

.textInput2
{
	width: 160px;
	height: 80px;
	background: none;
	color: #000000;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 0px;
	resize: none;
}