body {
    width: 1000px;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: auto;
    margin-left: auto;
    text-align:justify;
    font-family:Helvetica, Arial, Verdana, sans-serif;
    background-color: #fff;
    color: black;/*#555753;*/
    font: 75% arial,sans-serif;
}
li{margin-left:30px;}

tr{
background-color: #ffffff;

}
td {text-align : justify;
padding:8px;
}


form {
    margin-right:0;
    padding:0;
}



/* specific divs */

#container {
	text-align : justify;
	margin-right: auto;
    margin-left: auto;
	padding:30px;
    background-color: #FFFFFF;
    border:1px solid #d2d7dc;
    border-radius:0px;
    -moz-border-radius:12px;
    box-shadow:0 0 6px rgba(0,0,0,.25);
    -moz-box-shadow:0 0 6px rgba(0,0,0,.25);
    -webkit-box-shadow:0 0 6px rgba(0,0,0,.25);
}

/* Classes */
.title_array 
{
    background-color:#003E98;
	color:white;
   
    font-size: 12px;
    text-align:left;
}
.field_mandatory
{
	color:red;
    font-weight: bold;
    font-size: 12px;
    text-align:left;
}
.field_warning
{
	color:white;
    font-weight: bold;
    font-size: 12px;
    text-align:left;
	background-color:red;
}

.header_title
{
	color:#003E98;
    font-weight: bold;
    font-size: 14px;
    text-align:left;
	margin-bottom:20px;
	
	
}

.subtitle
{
	color:#003E98;
    font-weight: bold;
    font-size: 12px;
    text-align:left;
	text-decoration:underline;
	
	
}


.validationButton {
    background: #ED0116;
    background: -moz-linear-gradient(top, #003E98 0%, #3768AD 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#003E98), color-stop(100%,#3768AD));
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003E98', endColorstr='#3768AD',GradientType=0 );
    border:1px solid black;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    color:#fff;
    cursor:pointer;
    display:inline-block;
    font:12px bold arial,sans-serif;
    font-weight:bold;
    margin:0 auto 10px;
    padding:5px 20px;
    text-shadow: 1px 1px 2px #444444;
	
	margin-right:5px;
	margin-top:15px;
}
.validationButton em{
font-style:normal;
}
.logo_PSP  {
	
    float:right;
    vertical-align:middle;
}
