/* the main layout */

#contentForm {
	float: left;
	padding-left: 9px;
	padding-top: 15px;
	font-family: Helvetica, Arial, sans-serif;
	width: 620px;
	padding-bottom: 25px;
}

/* and now the form formatting itself */
label {
	clear: left;
	line-height: 20px;
}

input, textarea {
	margin: 0;
	padding-top: 3px !important;
	padding-left: 2px !important;
	font-size: 12px;
	color: #cccccc;
	background: #272727;
	border: 0px none;
	height: 19px;
}   
select {
	margin: 0;
	padding-top: 0px;
	font-size: 12px;
	color: #cccccc;
	background: #272727;
	border: 0px none;
	height: 22px;
}   

input:focus, textarea:focus, select:focus {
  border: 0px none;
  background-color: #333333;
}

/*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;
}*/
input.button {
  margin-top: 5px !important;
  cursor: pointer;
  border: none;
  background: url(../images/signup_butt.png) no-repeat left top;
  font-weight: bold;
  width: 90px;
  height: 26px;
}
span.required{
  font-size: 13px !important;
  color: red !important;
}

.errormsg {
	display: block;
	width: 600px;
	height: 22px;
	line-height: 22px;
	color: #FFFFFF;
	font-weight: bold;
	border-top: 1px solid #cc0018;
	border-bottom: 1px solid #cc0018;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 3px;
}

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

