@charset "utf-8";

/* ------------------------------------------------------
  Style Sheet
  Last Update 2009-00-00
------------------------------------------------------ */
body {
border-top:5px solid #e74668;
}
div#contents {
width:700px;
margin:0 auto;
text-align:left;
font-size:93%; /* 12px */
color:#565658;
}
div#contents h1 {
margin-bottom:5px;
}
div#error_messages {
color:#F00;
}
div#contents p.lead {
margin-bottom:5px;
}

table.form {
width:100%;
margin:5px 0 20px;
border-top:1px solid #011367;
border-left:1px solid #011367;
}
table.form th,
table.form td {
padding:5px;
border-right:1px solid #011367;
border-bottom:1px solid #011367;
}
table.form th {
background:#f0eff5;
}
table.form .colorB {
border:1px solid #78a0ba;
}

div#footer {
margin-top:20px;
padding-bottom:10px;
font-size:77%; /* 10px */
color:#545454;
text-align:center;
border-bottom:5px solid #e74668;
}
div#footer address {
}

.attn {color:#F00;}