1/**
2 * Styles for the subscription page
3 */
4
5form#subscribe__form {
6    display: block;
7    width: 300px;
8    text-align: center;
9}
10
11form#subscribe__form fieldset {
12    text-align: left;
13    margin: 0.5em 0;
14}
15
16form#subscribe__form label {
17    display:block;
18    margin: 0 0.5em 0.5em;
19}
20
21
22