@charset "utf-8";
/* CSS Document */

body {
    margin:0px;
    text-align:center;
    font-family:Verdana, Geneva, sans-serif;
    font-size:10px;
    background-image:url(images/main_bg.gif);
    background-position:center;
    background-repeat:repeat-y;
}

p {
    margin:0px;
}

select {
    width:150px;
}

.bodybg {
    background-image:url(images/bannershadow.gif);
    background-color:#FFF;
    background-repeat:repeat-x;
}

.tableheader {
    background-color:#8d9fbe;
    font-size:12px;
    font-weight:bold;
    color:#FFF;
    padding-left:5px;
    }

.inputarea {
    border:solid 1px #8d9fbe;
    color:#333;
}

.star, .mandatory, .error, .errorlist {
    color:red;
    font-size: 10px;
}


h2 {
    color:#4f71ab;
    font-size:13px;
    font-weight:bold;
    margin:0px;
    }
h3 {
    color:#000;
    font-size:12px;
    font-weight:bold;
    margin:0px;

}

.extraInput {
    width:500px;
    height:300px;
}

td {
    vertical-align: top;
}
