#ecard_page h2 {
    color: #FF9933;
    font-size: 15pt;
    font-family: "Arial";
    font-weight: normal;
    margin-top: 18px;
    margin-bottom: 8px;
}
#ecard_page .header {
    border-bottom:1px solid #e5e5e5;
    padding-bottom: 8px;
}
#ecard_swf_container {
    text-align: center;
    border-bottom:1px solid #616362;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
#ecard_swf {
    margin: auto;
}

#back_to_stuff_link {
    margin-bottom: 15px;
}
#back_to_stuff_link a {
    text-decoration: none;
}
#submit_form th {
    font-weight: normal;
    width: 150px;
    padding: 8px 0;
}
#submit_form textarea:focus {
    border:1px solid #FF9A1D;
}
#submit_form textarea {
    border:1px solid #CECFCE;
    width: 235px;
    margin-top: 8px;
}
#submit_form input:focus {
    border:1px solid #FF9A1D;
}
#submit_form input {
    border:1px solid #CECFCE;
    height: 18px;
    width: 235px;
}
#submit_form input.submit_btn {
    border: none;
    height: auto;
    width: auto;
}
.error {
    color: #FF9933;
}
p.tagline {
    margin-bottom: 30px;
}

