/* CSS Document */
h1 {text-align:center;padding:0.5em 0;font-size:2em;}
table.signup {width:600px;}
.corner {background:url('images/dropshadow-corners.png') no-repeat;height:30px;width:30px;}
.top, .bottom {background:url('images/dropshadow-topbottom.png') repeat-x;}
.side {background:url('images/dropshadow-sides.png') repeat-y;}
.left {background-position:right top;}
.right {background-position:left top;}
.top {background-position:bottom right}
.bottom {background-position:top left;}

.bl {background-position:right top;}
.br {background-position:left top;}
.tl {background-position:bottom right}
.tr {background-position:bottom left;}

.signup label {display:block;text-align:center;font-size:16px;font-weight:bold;margin:0 0 0.5em}
.signup .text {width:300px;font-size:16px;border:1px solid #aaa;padding:5px;color:#aaa;}
.signup .button {padding:5px;font-size:15px;}
.signup form {width:400px;margin:0 auto;}
.signup .note {font-size:10px;margin-top:1em;}
form p {padding:0;margin:0;text-align:center;}
.error {color:red;margin:0;padding:0;font-weight:bold;text-align:left;}

table#emails {width:100%;}
table#emails .first td {border:0;}
table#emails td {border:0;padding:5px 5px 5px 0;border-top:1px solid #ddd;}