	/* Cascading Style Sheet to go with all our HCC forms
Written (copied from a book by Ivan on 25 October 2008)
edited 9th December to work with new ad form
*/

fieldset {
background-color: #93B874
}


/*

input {
float: left;
width: 15em;
background-color: #CCCCCFF;
}


select {
float: left;
width: 15em;
background-color: #CCCCCFF;
}
*/

button {
float: left;
clear: both;
margin-left: 5em;
margin-top: 1em;
text-align: right;
}