@charset "utf-8";
/* CSS Document */


/*****specific styles for contact page*****/

/*****Content*****/

#maincontactform {
	width:600px;
	float:left;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}

#maincontactform h1{
	margin: 40px 0 40px 10px;
}

/* the main layout */

#contFrm {
  display: block;
  width: 600px;
  margin: 20px 0 20px 0px ;
  padding: 10px;
  border: none;
  background-color: #ffffff;
  float: left;
}

/* and now the form formatting itself */
#contFrm label {
  display: block;
  float: left;
  clear: left;
  Width: 120px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
  color: #282828;
  font-size: 12px;
  text-align:right;
  padding-right:10px;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 12px;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
  border: 1px solid #999;
  background-color: #ffffff;
}

input.button {
  cursor: pointer;
  border: medium none;
  font-weight: bold;
  background: url('../images/submit.png') no-repeat left top;
  width: 131px;
  height: 27px;
  margin-left: 520px
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.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;
  margin: 10px 0;
  border-top: 2px solid #FF0000;
  border-bottom: 2px solid #FF0000; padding-left:40px; padding-right:10px; padding-top:3px; padding-bottom:3px
}

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

/** Contact Icons **/

#contactdetails {
	width: 600px;
	height: 40px;
	margin: 10px 0 0 35px;
}

#telephone {
	float: left;
	width: 300px;
}

#email {
	float: right;
	width: 300px;
}