body{
    background-color:#ffffff;
}

h1.sedcard{
    padding:0px;
    margin:0px;
    font-size:22px;
    font-weight:bold;
    background:none;
    border:none;
}

h2.sedcard{
    padding:0px;
    margin:0px;
    margin-top:10px;
    font-size:16px;
    font-weight:bold;
    background:none;
    border:none;
    border-bottom:1px dotted #000000;
}

div.sheet_content .subheading{
    padding-top:25px;
    font-size:14px;
    font-weight:bold;
}

div.sheet_content .tips{
    width:120px;
    height:200px;
}

form td, .tips {
    font-size:12px;
}

.error_row{
    background-color:#FFC1C1;
}

.input_error{
    color:#ff0000;
}