/* Cascading Style Sheet to go with all our HCC forms
Written (copied from a book by Ivan on 25 October 2008)
edited 28th October (changed colour to match coffee cup form)
*/

fieldset {
background-color: #93B874
}

label {
clear: left;
float: left;
width: 15em;
text-align: right;
margin-right: .5em;
}
/*
input {
float: left;
background-color: #CCCCCFF;
}


*/

button {
float: left;
clear: both;
margin-left: 17em;
margin-top: 1em;
/*
text-align: right;
*/
margin-right: .5em;
/*
background-color: #0000CC;
color: #FFFFFF
*/

}
