/* CSS Document *//*
 

*/
html, body {
  border: 0;
  margin: 0;
  padding: 0;
}

body {
  font: 90%/1 arial, helvetica, sans-serif;
  background: #151515;
  width: 100%;
}

h1 {
	margin: 10px 0 30px;
	font-size: 18px;
	color: #CCC;
	font-family: "MS Serif", "New York", serif;
}

/* the main layout */

#contentForm {
	display: block;
	width: 700px;/*this line will center the page*/
	padding: 25px;
	border: 1px solid black;
	background-color: #151515;
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
}

/* and now the form formatting itself */
label {
	display: block;
	float: left;
	clear: left;
	Width: 150px;
	line-height: 25px;
	margin-bottom: 10px;
	margin: 5px 0;
	text-align: left;
}

input, textarea, select {
	margin: 0;
	padding: 2px;
	font-size: 1em;
	color: #CCC;
	background: #151515;
	border: 1px solid #ccc;
	margin: 5px 0;
}   

input:focus, textarea:focus, select:focus {
	border: 1px solid #999;
	background-color: #666;
}

input.button {
	cursor: pointer;
	border: none;
	width: 90px;
	height: 28px;
	margin-left: 150px;
	background-image: url(images/submit.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
  display: block;
  width: 90%;
  height: 22px;
  line-height: 22px;
  color: #CCC;
  font-weight: bold;
  background: #151515 url(images/stop.gif) no-repeat 10px center;
  padding: 3px 10px 3px 40px;
  margin: 10px 0;
  border-top: 2px solid #151515;
  border-bottom: 2px solid #151515;
}

.msgSent {
  font-size: 20px;
  text-align: center;
}
#contentForm #contFrm label {
	font-size: 12px;
}
#contentForm div p {
	font-family: Arial, Helvetica, sans-serif;
}
#contentForm div p {
	color: #151515;
}
#contentForm #contFrm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90px;
}
#contentForm #contFrm label {
	color: #CCC;
}
#contentForm div p {
	color: #CCC;
}
#contentForm #contFrm p {
	font-size: 12px;
	color: #CCC;
	text-align: left;
}
#contentForm #apDiv2 {
	font-size: 90px;
}
#contentForm #apDiv2 img {
	font-size: 12px;
}
#contentForm #apDiv2 img {
	font-size: 12px;
}
#contentForm #apDiv2 {
	font-size: 12px;
}
#contentForm #apDiv2 img {
	color: #CCC;
}
#contentForm #apDiv2 {
	color: #CCC;
}
