@charset "utf-8";

/* CSS Document */

body, h1, h2, h3, h4, h5, h6, ol, ul {
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    line-height: 150%;
}

ul.form_table { 
    margin:2px 10px 2px 10px;
    padding:2px 10px 2px 10px;
    line-height: 100%;
}

ol.help { 
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

li.help {
    list-style-type: decimal;
    list-style-position: outside;
    margin-top: 1em;
    margin-bottom: 1em;
    /*          margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;	       */
}

body {
    font-size: small;
    font-family: Arial;
    margin-top: 0px;
    margin-right: 5%;
    margin-bottom: 0px;
    margin-left: 5%;
    background-color: #ffffff;
    font-family: Arial;
}

h1 {
    font-size: x-large;
    margin-bottom: 30px;
}

h2 {
    font-size: medium;
    border-bottom-color: #9966FF;
    border-bottom-width: 2px;
    border-left-width: 10px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid;
    border-left-style: solid;
    border-left-color: #9966FF;
    margin: 5px;
    margin-bottom: 20px;
    border-top-width: 0px;
    border-right-width: 0px;
    padding: 5px;
}

hr.bottom { 
    height: 2px;
    border-style: solid;
    border-color: #9966FF;
    margin: 5px;
}

hr.broken_line {
    border: none;
    border-top: 1px dotted #9966FF;
    height: 1px;
}

p {
    margin-bottom: 10px;
}

ul { 
    margin: 10px;
    padding: 20px;
}

li { 
    list-style-type: square;
}

p.center{
    text-align: center;
}

table#form_table{
    border: 1px #000000 solid;
    border-collapse: collapse;
    border-spacing: 0;	
}

table#form_table td.title{
    padding: 5px;
    border: #000000 solid;
    border-width: 0 0 1px 1px;
    background: #aaccff;
    font-weight: bold;
    font-size:small;
    line-height: 120%;
    white-space: nowrap;
    text-align: center;
}

table#form_table td.label{
    border-right:1px #000000 solid;
    border-bottom:1px #000000 solid;
    font-weight: bold;
}

table#form_table td.labelnb{
    border-bottom:1px #000000 solid;
    font-weight: bold;
}

table#form_table td.compo{
    border-right:1px #000000 solid;
    border-bottom:1px #000000 solid;
    font-size:small;
}

table#form_table td.confirm{
    border-right:1px #000000 solid;
    border-bottom:1px #000000 solid;
    color:#0000FF;
}

table#form_table td.submit{
    border-right:1px #000000 solid;
    border-bottom:1px #000000 solid;
    text-align:center;
    font-family: Arial;
}

table#form_table td.right{
    text-align:right;
}

table#form_table td{
    padding: 5px;
    border-bottom:1px #000000 solid;
}

div#form_area {
    margin-top: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
}

div#inline_box {
    width: 90%;
    height: 60%;
    overflow: auto;
    background: #ffffff;
    border: 2px solid #cccccc;
    padding: 10px;
    margin: 5%;
}

.strong {
    font-weight: bold;
}

.mediumstrong {
    font-size: large;
    font-weight: bold;
}

.largestrong {
    font-size: x-large;
    font-weight: bold;
}

.request {
    color: #FF0000;
    font-weight: bold;
}

.notice {
    color: #850E00;
    font-size:small;
}

.error{
    color: #FF9900;
    font-weight: bold;
}

.right{ 
    text-align: right;
}

.left{ 
    text-align: left;
}

div.right{ 
    float: right;
}

div.left{ 
    float: left;
}

div#thanks{
    text-align:left;
    font-weight: bold;
    font-size:small;
}

button {
    padding-top:10px;
    padding-bottom:10px;
    padding-left:20px;
    padding-right:20px;
}

button.large_button {
    padding-top:20px;
    padding-bottom:20px;
    padding-left:40px;
    padding-right:40px;
}

button.small_button {
    padding-top:0px;
    padding-bottom:0px;
    padding-left:0px;
    padding-right:0px;
}

form.small { 
    margin:0px 0px 0px 0px;
}

label {
    white-space: nowrap;
}
