form {
	border: 1px solid Blue;
	padding: 10px 10px;
	background: White;
}

input {
	border: 1px solid Blue;
	padding: 2px;
}

textarea {
	border: 1px solid Blue;
}

select {
	border: 1px solid Blue;
}

#checkboxes {
	border: 0px none;
}

#checkboxes input {
		border: 0px none;
		padding: 0px;
}

button {
	border: solid Blue;
	background-color: Blue;
	color: White;
	margin: 10px;
	border-width: 1px;
	border-color: Blue;
	text-decoration: none;
	cursor: pointer;
	font-weight: bold;	
}

button:hover {
	color: White;
	background: #6666ff;
	border-color: Navy #6666ff #00BFFF #6666ff;
	cursor: pointer;
	font-weight: bold;	
}

#advert {
margin: 0em 0em 0em -1em;
}

form {
	border: none;
	padding: 10px 4px 0px 0px;
}

.ad {
	background: white url(images/tlc.png) top left no-repeat;
	padding: 0;
	width:100%;
}

.ad h3 {
	background: url(images/trc.png) top right no-repeat;
	padding:15px;
  	margin:0;
	padding-top: 1em;
	font-size: 1.3em;
	font-weight: bold;
}

#adbody {
	background: url(images/rf.png) top right repeat-y;
	margin:0;
	margin-top:-2em;
	padding: 20px 20px 20px;
}

#adbody h3 {
	margin: 0 0 0 -1em;
	background: white;	
	padding: 10px;
	text-align: center;

}

.adfoot {
	background: url(images/blc.png) bottom left no-repeat;
}

.adfoot h3 {
	background: url(images/rf.png) top right repeat-y;

}
.adfoot p {
	background: url(images/brc.png) bottom right no-repeat;
	display:block;
	padding:20px;
	margin:-2em 0 0 0;
}

#centerpad a {color: Blue; background: White; padding: 0;}
#centerpad a:hover {background: #6666ff; color: White; padding: 0;}