
label {
  
  display: block;
  float: left;
  clear: left;
  width: 165px;
  line-height: 20px;
  margin-bottom: 10px;
  margin: 5px 0;
}

input, textarea, select {
  margin: 0;
  padding: 2px;
  font-size: 1em;
  color: #666666;
  background: #F5F5F5;
  border: 1px solid #ccc;
  margin: 5px 0;
  font-family:"Helvetica Neue", Helvetica, "Myriad Pro", Arial, sans-serif;
  font-size:12px;
  font-weight:bold;
  width:240px;
}   

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

input.button {
  cursor: pointer;
  border: none;
  font-weight: bold;
  
  width: 90px;
  height: 28px;
  margin-left: 321px;
  background-color:#333;
  border:1px solid #333;
  border-bottom:1px solid #333;
  border-top:1px solid #666;
  color:#fff;
  
}

span.required{

  color: red !important;
}

.errormsg {
  display: block;
  width: 360px;
  height: 32px;
  line-height: 22px;
  color:#ccc;
  font-weight: bold;
  /*background: #f2f2f2 url(../images/infosmall.png) no-repeat 10px center;*/
  background-image:url(../img/footerblock.png);  
  background-position:2px;
  padding: 10px 10px 3px 40px;
  margin: 10px 0;
  
/*  border-top: 2px solid #FF0000;*/
  border-bottom: 1px inset #666;
  font-size:13px;
}

.msgSent {

  text-align: center;
}




#message{
	width:240px;
	height:150px;}