/* CSS Document */
form {
    margin: 0 0 0 20px;
}
form h2 {
    color: #525757;
    font-size: 80%;
    font-weight: bold;
    margin: 0 0 0px 20px;
}
form p {
    margin: 0 10px 0px 20px;
}
.formbox {
    width: 320px;
	background: #CCCCCC;
}
fieldset {
    border: none;
	background: #CCCCCC;
}
label {
    font-weight: bold;
    color: #CCCCCC;
    display: block;
	text-align:left;
}
#subscribe label, #interests label {
    display: inline;
    padding: 0 20px 0 3px;
}
#interests div {
    text-align: left;
}
