form, fieldset, input, legend, label, submit, select {
	font-family:Arial, Helvetica, sans-serif;
}

br {
    clear:  both;
}
form#subscribe {
    margin:  .2em auto;
    width:  95%;
}
form#unsubscribe {
    margin:  .2em auto;
    width:  70%;
}

form#unsubscribe fieldset{
    margin:  .2em auto;
}

fieldset {
    background-color:  #fff;
    border:  1px solid #7596D1;
    margin:  2em 0;
    padding:  0 10px 10px 10px;
}

legend {
    position:  relative;
    top:  -.2em;
	color: #fff;
	position: static;
	padding-top: 0;
	margin-bottom: 10px;	
	background: #7596D1;
	border: 1px solid #7596D1;
	padding: 2px 6px	
}

fieldset fieldset {
    background-color:  #fff;
    border:  1px solid #7596D1;
	margin: 10px 100px 0 35px;
}

fieldset fieldset legend, fieldset legend label {
    font-size:  .9em;
	color: #fff;
	background: #7596D1;
	
}

legend, fieldset fieldset legend {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
}

input.submit {
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
	background: #7596D1;
	font-size: 90%;
	font-weight: bold;
	border: 1px solid #7596D1;
	padding: .3em;
	clear: both;
	float: none; 
} 

label { 

    font-weight:  normal;
	font-size: 80%;
    display:  block;
    float:  left;
    clear:  left;
    width:  32%;
    padding:  0 .5em .2em 0;
    text-align:  right;
    line-height:  150%;
}
label.top { 
    display:  inline;
    float:  left;
    width:  95%;
    text-align:  left;
    line-height:  1.8em;
}
label.left { 
    font-weight:  normal;
	font-size: 80%;
    display:  inline;
    float:  right;
    /*clear:  left;*/
    width:  80%;
    /*padding:  0 .5em .2em 0;*/
    text-align:  left;
    line-height:  150%;
}
input, select {
	font-size: 80%;
	margin:  0 0 .5em 0;
    display:  block;
    float:  left;
}
input.right {
	display: inline;
	float: right;
}
input.left {
	display: inline;
	float: left;
}
.small { font-size: 70%; line-height: 180%; }

.mailinglist { margin: 0; padding: 0 0 3px 0; font-size: 80%; }

fieldset#subscribe label {
    line-height:  1.2em;
}
*/