/* Contact CSS Styles */

.contactdiv
{
  clear: both;
  position: static;

	width: 580px;
	margin: 0 auto;

  background: transparent;
	border-style: none;
  font-size: 16px;
  font-weight: normal;
  font-style: italic;
  vertical-align: middle;

}

.formlabel
{
  clear: both;
  float: left;
  margin-top: 25px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 2%;
	width: 13%;
	text-align: right;
	font-size: 14px;
	color: #333333;
	text-transform: none;
	vertical-align: middle;
  float: left;
  clear: left;
}

.forminput
{
  float: left;
  margin-top: 16px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 2%;

  padding-left: 1%;

	width: 79%;
	height: 30px;

	background: #e6edfa;
  font-family: courier;
	font-size: 16px;
	color: #000000;
	text-transform: none;
  vertical-align: middle;
  float: left;

  border: 1px;
	border-style: solid;
  border-color: #87ceeb;

}

.formtextarealabel
{
  clear: both;
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
	width: 100%;
	text-align: center;
	font-size: 14px;
	color: #333333;
	text-transform: none;
	vertical-align: middle;
  float: left;
  clear: left;
}

.messagebodydiv
{
  text-align: center;
}

.formtextarea
{
  clear: both;

	width: 90%;

	height: 250px;
	background: #e6edfa;
  font-family: courier;
	font-size: 16px;
	color: #000000;
	text-transform: none;

	border: 2px;
	border-style: solid;
  border-color: #87ceeb;

}

.forminput:focus, .formtextarea:focus
{
	background: #fff5ee;
	color: #2d3efa;
}

.submitbuttondiv
{
  text-align: center;
}

.formbutton
{
	width: 25%;
	height: 35px;
	background: #22BB22;
	font-size: 15px;
	color: #ffffff;
	text-transform: none;
  vertical-align: middle;

}

input[type="text"], input[type="email"], input[type="password"], textarea
{

  background-color: #e6edfa;

}


