h1 {
    color: #50ad29;
}
h3 {
    color: #50ad29;
}
h4 {
    color: #9f0c8e;
}
#placeholder {
    float: right;
}
body {
    margin: auto;
	width: 900px;
	font-family:  "Trebuchet MS", Helvetica, sans-serif;
}
img {
    border: 1px solid black;
}
#required {
    color: #9f0c8e;
}
#check {
    color: #9f0c8e;
	font-weight: bold;
	font-size: 15px;
}
#thankyou {
    color: #9f0c8e;
	font-weight: bold;
}
textarea {
    width: 600px;
}
label {
    float: left;
	width: 6em;	
	font-size: 12px;
}
#form1 {
    font-weight: bold;
}
#links a {
    font-size: 10px;
	color: #aaa;
	height: 20px;
	text-decoration: none;
}
#links a:hover {
    font-size: 10px;
	color: #000;
	height: 20px;
	text-decoration: none;
}
#links  {
    margin-top: 30px;
	font-size: 11px;
	color: #aaa;
	height: 20px;
}
#button1 {
    background-color: #50ad29;
	font-weight: bold;
	color: #fff;
} 
p {
    font-weight: bold;
	font-size: 12px;
}
#wrap {
    padding: 0 20px;
}
#spacer {
    border: none;
	margin: 30px 0 20px 0;
	margin-left: -25px; /*positions the spacer image in the center- add to it to move it further left*/
}
.error {
   width: 160px;
   color: red; /*Style for the error message, width musn't change or it will break the site*/
}