body {
    background: #FFFFFF;
    margin: 9px;
    margin-top: 0px;
    font: 10pt / 14pt "Lucida Grande", "Trebuchet MS", Verdana, sans-serif;
    color: #666666;
}

h3 {
    text-align: right;
    color: #404096;
    font-size: 14pt;
    font-weight: bold;
}

a img {
    border: 0px;
}

a {
    color: #404096;
    text-decoration: none;
    font-weight: bold;
}

a:hover {
    color: #ED3338;
    text-decoration: underline;
}

input, submit, textarea {
    border: 1px solid;
    color: #404096;
    background-color: #F3F3F3;
    margin-bottom: 0.5em;
}

fieldset.question textarea {
    width: 16em;
    height: 10em;
}

/*input.not_valid {
 border:1px solid #d12f19;
 background:#F7CBC2;
 }
 
 input.valid {
 border:1px solid #338800;
 background:#c7f7be;
 }*/
fieldset {
    background: white;
    border: 1px dashed #c8c8c8;
    color: #404096;
    width: 350px;
    padding-left: 1em;
}

fieldset.question {
    width: 500px;
}

fieldset legend {
    font-weight: bold;
}

label {
    font-size: larger;
    display: block;
    width: 5em;
    float: left;
    margin-right: 0.5em;
}

fieldset.question label {
    width: 12em;
}

p.center {
    text-align: center;
}

span.tab {
	margin-left : 1em;
}

#wrap {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
} #sidebar {
    margin-top: 9px;
    position: fixed;
    float: left;
    text-align: left;
    width: 150px;
} #container {
    width: 600px;
    margin-left: 160px;
    border-left: #CCCCCC 1px solid;
} #first_col {
    /* width:270px; */
    padding: 20px;
    /* float:left; */
    text-align: justify;
}

/*.sec_col {
 padding: 20px;
 text-align: justify;
 }*/ #title {
    margin-top: 30px;
    border-bottom: #CCCCCC 1px solid;
    text-align: right;
    font-size: 10pt;
    letter-spacing: -1px;
    color: #CCCCCC;
} #footer {
    text-align: center;
    font-size: 10px;
    height: 30px;
    margin-top: 10px;
    border-top: #CCCCCC 1px solid;
    text-transform: lowercase;
} #menulist {
    padding: 0 1px 1px;
    margin-left: 0;
    font: bold 12px Verdana, sans-serif;
    background: #F3F3F3;
    width: 13em;
} #menulist li {
    list-style: none;
    margin: 0;
    border-top: #CCCCCC 1px solid;
    text-align: right;
} #menulist li a {
    color: #404096;
    display: block;
    padding: 0.25em 0.5em 0.25em 0.75em;
    background: #F3F3F3;
    text-decoration: none;
}

/*
 #menulist li a:link { color: #404096; }
 #menulist li a:visited { color: #404096; }
 */ #menulist li a:hover {
    border-color: #FE3;
    color: #ED3338; /* #666666; */
    background: #FFFFFF;
    border-left: 8px solid #ED3338; /* #666666; */
}

li a.active {
    border-left: 8px solid #404096;
}

a.flag img {
    opacity: 0.2;
    filter: alpha( opacity = 20);

-moz-opacity:
    0.2; /* Backward compatibility with old mozilla browsers */
}

a.flag:hover img {
    opacity: 1;
    filter: alpha( opacity = 100);

-moz-opacity:
    1; /* Backward compatibility with old mozilla browsers */
} #footer a {
    font-weight: normal;
}

div.ok, div.error {
    border: 1px solid;
    margin: 10px 0px;
    padding:15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
    font-size:13px;
}
div.ok {
    color: #4F8A10;
    background-color: #DFF2BF;
    background-image:url('success.png');
}
div.error {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('error.png');
}