input.contact { 
	width: 419px;
	border: 1px solid #bababa;   
	font-family:helvetica,arial,verdana; 
	font-size: 12px;  
	padding: 5px 0 5px 0;
}
textarea.contact { 
	width: 419px; height: 100px; 
	border: 1px solid #bababa; 
	font-family:helvetica,arial,verdana; 
	font-size: 12px;  
	overflow: auto;
	padding: 5px 0 5px 0;
}

#contentForm label.error {
	font-size:13px;
	color:red;
}
label.valid {
	background: url('../js/jquery/img/checked.gif') no-repeat;
	height:21px;
	width:21px;
	display:block;
	padding-left: 21px;
}
input.error, input select.error {
	background-color: #F08080;
	border: 1px solid #CD2626;
}

div.error { color: #CD2626; margin-top: 5px; }

#memberform ul {
	margin: 0;
	padding: 0;
}

#memberform li {
	list-style-type: none;
	padding-bottom: 8px;
}

#memberform li label {
	width: 100px;
	display: -moz-inline-box; /* Fixes Firefox */
	display: inline-block;
	font-size: 12px;
}

#memberform li input {
	width: 200px;
	height: 22px;
	border: 1px solid #c7c8ca;
	margin: 2px 0;
}

#memberform li p {
	width: 200px;
	height: 22px;
	margin: 2px 0;
	display: inline-block;
}

#memberform li span {
	font-size: 12px;
	padding: 0px; margin: 0px;
	display: inline;
}

#memberform li input.date-pick {
	width: 125px;
	border: 1px solid #c7c8ca;
	margin: 2px 0;
}

#memberform textarea,
#creatememberform textarea {
	width: 619px;
	height: 300px;
	margin-bottom: 20px;
}

#memberform textarea.short,
#creatememberform textarea.short {
	width: 619px;
	height: 100px;
	margin-bottom: 20px;
}

#creatememberform ul {
	margin: 0;
	padding: 0;
}

#creatememberform li {
	list-style-type: none;
}

#creatememberform li label {
	width: 150px;
	height: 22px;
	display: -moz-inline-box; /* Fixes Firefox */
	display: inline-block;
	font-size: 12px;
}

#creatememberform li span {
	height: 22px;
	display: inline-block;
	font-size: 12px;
	color: #ff0000;
	margin-left: 15px;
}

