/* Picture Classes */

#mailingListContainer { clear: both; margin: 10px auto; padding: 0 5px; width: 456px; background: #fff; }
.boxTop { margin: 0 -5px; padding: 0; background: transparent url(/_images/pictures/boxTop.gif) no-repeat top left; width: 466px; height: 8px; }

.boxBtm { margin: 0 -5px; padding: 0; background: transparent url(/_images/pictures/boxBtm.gif) no-repeat bottom left; width: 466px; height: 8px; }

/* FormCreator Classes 
*
*
*/
table#formCreator { margin: 0 5px; padding: 5px 0; width: 100%; background: #eee; border: 1px solid #ccc; }
table#formCreator td.applyFormLabel { width: 50%; }
table#formCreator .login { background: #eef; width: 95px; }
table#formCreator .required { background: #fee; width: 95px; }
table#formCreator .email { background: #eef; width: 150px; } 
table#formCreator .misc { background: #eef; width: 190px; } 

table#viewDetail { margin: 20px auto; } 
table#viewDetail th { padding:2px 10px; }
table#viewDetail td { padding:2px 10px; }

h1 { margin:0; padding:0; }
h2 { margin:0; padding:0; background-color:#751414;  /* 004990; #b8c0dd; */ color:#fff; height:16px; font-size:12px; font-weight:normal; border-bottom: 4px solid #fff; }
h4 { margin:-12px -15px 10px -15px; padding:2px 20px 0 20px; background-color:#eee; border-top: 1px solid #333; height:16px; font-size:12px; font-weight:normal; color:#666; }
h4 a { color:#666; font-weight: bold; text-decoration:none; }
h4 a:hover { color:#333; text-decoration:underline; }


