﻿/* 
    Email Signup Styles
*/
body {
	margin: 0;
	background-color: inherit;
}

table {
	border-collapse: collapse;
}

#subscriptionList tr {
	vertical-align: top;
}

.subscriptionDesc {
    padding: 0 1.5em 0 1.5em;
}

#subscriptionList td {
    border-bottom: 0px;
    padding-top: .7em;
    padding-bottom: .7em;
}

.NormalSmall {
    font-size: 10px;
}

