#form-container {
	text-align:left;
	padding: 20px;
}

form.reg {
	font-family: "Lucida Grande", Tahoma, Arial, sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
}

form.reg h2 {
	font-weight:normal;
	font-size:16px;
	clear:both;
	margin:5px 0 1em 0;
	padding: 0 0 5px;
	line-height: 1.1;
}



form.reg p {
	font-size:12px;
	line-height:1.3;
	margin:0 0 1em 0;
}

form.reg ul {
	margin:0;
	padding:0;
	list-style-type:none;
	width:100%;
}

form.reg li {
	margin: 0 0 1em;
	padding: 0;
	position: relative;
	clear: both;
	display: block;
}

form.reg label {
	margin:0;
	clear:both;
	font-size: 12px;
	line-height: 1;
	color:#444;
	display:block;
}

form.reg label.desc,
form.reg label.choice {
	line-height: 1.5;
	color:#222;
	display:block;
	font-weight:bold;
}

form.reg span.desc_small {
	font-size: 11px;
	line-height: 1;
	color:#808080;
}


form.reg label.choice {
	font-weight: normal;
}

form.reg div.select {
  width: 97%;
}

form.reg div.input,
form.reg div.textarea,
form.reg div.select.wide {
	width: 65%;
}

form.reg div.input input {
	width: 97%;
}

form.reg div.input .input_short {
	width: 30%;
}

form.reg div.textarea textarea,
form.reg div.select.wide select {
	width: 98%;
}

form.reg div.checkbox label {
	/*display: inline;*/
}

form.reg div.checkbox input {
	margin-left: 0;
}

form.reg li.buttons {
	margin: 0.5em 0 0;
	padding: 0;
}

form.reg li.buttons button {
	font-size: 11px;
	line-height: 24px;
	height: 24px;
	margin: 0 0 0 0;
	background: #fff url(/code/images/submit_up.png) no-repeat left top;
	border: none;
	padding: 0 0 0 9px;
	font-weight: bold;
	cursor: pointer;
	color: #4e4e4e;
	width:  68px;
}
form.reg li.buttons button:hover {
	font-size: 11px;
	line-height: 24px;
	height: 24px;
	margin: 0 0 0 0;
	background: #fff url(/code/images/submit_over.png) no-repeat left top;
	border: none;
	padding: 0 0 0 9px;
	font-weight: bold;
	cursor: pointer;
	color: #4e4e4e;
	width:  68px;
}

/* new style */
form.reg .form-p {
	font-size:12px;
	line-height:1.3;
	margin:0 0 10px 0;
}
form.reg #contact_admin_header {
	font-weight:normal;
	font-size:16px;
	clear:both;
	margin:5px 0 1em 0;
	padding: 0 0 5px;
	line-height: 1.1;
}
form.reg #contact_admin_header {
	font-weight:normal;
	font-size:16px;
	clear:both;
	margin:10px 0 1em 0;
	padding: 0 0 5px;
	line-height: 1.1;
}
form.reg #contact_tech_header {
	font-weight:normal;
	font-size:16px;
	clear:both;
	margin:10px 0 1em 0;
	padding: 0 0 5px;
	line-height: 1.1;
}
form.reg #contact_tech_divider {
	font-weight:normal;
	font-size:16px;
	clear:both;
	margin:10px 0 1em 0;
	padding: 0 0 5px;
	line-height: 1.1;
}
#thankyou p {
	margin: 0;
	font-family: Verdana, Geneva, Tahoma, Trebuchet MS, Arial, Sans-serif;
	font-size: 14px;
	line-height: 1.2;
	letter-spacing: .2px;
	font-weight: bold;
	color: #f37421;
}


/* piece of trash firefox */
button::-moz-focus-inner { border: none;} 

body .error-messages {
	background-color: #ffd1d1;
	border: 1px solid #ff0a09;
	color: #333;
	padding: 20px;
	margin: 0;
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
}

body .error-messages h3 {
	color: #fff;
	font-size: 14px;
	margin: 0 0 1em;
	font-weight: bold;
}

body .error-messages ul {
	list-style-type: disc;
	margin: 0;
	padding: 0;
}

body .error-messages ul li {
	margin: 0.25em 0 0.25em 1em;
}
