.clear{
  clear:both;
  height:1px;
  overflow:hidden;
  line-height:1%;
  font-size:0px;
  margin-bottom:-1px;
}

.disclaimer {
	font-size: 0.8em;
	font-style: italic;
	color: #3f3f3f;
	background-color: #fefed8;
}
.form ul {
	list-style-type: none;
	margin: 0px;
	font-size: 1.2em;
	margin-left: 35px;
}
.success ol {
	margin-left: 50px;
}
.success ol li {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
	font-size: 1.4em;
	color: green;
}
.success ol li span {
	font-size: 14px;
	color: #000000;
}
.success {
	padding:  1.2em;
	background-color: #dfeddf;
	border: 1px solid green;
	margin-bottom: 25px;
}
.success h2 {
	color: green;
}
.form ul li {
	width: 100%;
	overflow: hidden;
	padding-left: 15px;
}
.form ul li span {
	float: left;
	display: block;
	opacity: 0.9;
}
.form label {
	display: block;
}
.form label.heading {
	font-size: 1.2em;
	display: block;
	font-weight: bold;
	color: #333333;
}
input.text {
	border:0;
	color:#333;
	font-size:90%;
	margin:0;
	padding:6px 14px 0 8px;
	height:20px;
}
input.small {
	background:transparent url(images/inputsmallest.png) no-repeat left;
	width:82px;
}
.validated input.small {
	background:transparent url(images/inputsmallestv.png) no-repeat left;
	width:82px;
}
.failed input.small {
	background:transparent url(images/inputsmallestf.png) no-repeat left;
	width:82px;
}
input.medium {
	background:transparent url(images/inputsmaller.png) no-repeat left;
	width:124px;
}
.validated input.medium {
	background:transparent url(images/inputsmallerv.png) no-repeat left;
	width:124px;
}
.failed input.medium {
	background:transparent url(images/inputsmallerf.png) no-repeat left;
	width:124px;
}
input.large	{
	background:transparent url(images/inputmedium.png) no-repeat left;
	width:264px;
}
.validated input.large {
	background:transparent url(images/inputmediumv.png) no-repeat left;
	width:264px;
}
.failed input.large {
	background:transparent url(images/inputmediumf.png) no-repeat left;
	width:264px;
}
input.url	{
	background:transparent url(images/inputlarge.png) no-repeat left;
	width:339px;
}
.highlight {
	background-color: #FEFED8;
}
.errorsbox {
	padding: 0px 8px 8px;
	border: 1px solid #e67474;
	margin-bottom: 50px;
	background-color: #FCF3F3;
}
.errors,
.form ul li span.errors {
	font-size: 0.9em;
	color: #990000;
	font-style: italic;
	display: none;
	float: none;
}
ul.errors {
	margin-left: 20px;
}
ul.errors li {
	font-size: 1.2em;
	margin-top: .5em;
	margin-bottom: .5em;
}
#container-center p.success {
	color: #609328;
	font-weight: bold;
}
textarea {
	background:#fff url(images/textarea.png) no-repeat left;
	border:0;
	color:#333;
	font-size:100%;
	margin:0;
	width:264px;
	height: 150px;
	padding:6px 14px 0 8px;
}
.validated textarea
{
	background:#fff url(images/textareav.png) no-repeat left;
}
.failed textarea
{
	background:#fff url(images/textareaf.png) no-repeat left;
}
div.url {
	font-size: 1.2em;
	margin-top: 1px;
	opacity: 0.9;
}
img.thumb,
a.thumb {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.addChild {
	width: 60px;
	height: 30px;
	background: url(images/add.jpg) no-repeat left top;
	text-indent: -5000px;
	display: block;
	float: left;
	margin-right: 10px;
}
.addChild:hover {
	cursor: pointer;
}
.removeChild {
	background: url(images/remove.jpg) no-repeat left top;
	width: 60px;
	height: 30px;
	text-indent: -5000px;
	display: block;
}

.removeChild {
	cursor: pointer;
}
#contact {
	margin-bottom: 25px;
}
#submitbutton {
	margin-top: 20px;;
}
#center #contactForm {
	margin-left: 0;
	padding-left: 0;
}
