/* GENERAL TAGS */
a {
    color: #800000;
    text-decoration: underline;
    font-weight: bold;
} 

body {
    font-family: Arial;
    font-size: 11px;
    margin: 0; 
    padding: 0;
    text-align: center;
}  

div h1 {
    font-size: 16px;
    font-weight: bold;
    color: #585858;
    text-align: center;
}

h2 {
    font-size: 11px;
    font-weight: bold;
    color: #B90000;
}

.txtzone h2 {
    font-size: 12px;
    font-weight: bold;
    color: black;
}

h3 {
    font-size: 12px;
    font-weight: bold;
}

img {
    border: none;
}

#bottom {
    color: #B90000; 
    font-weight: bold;
    margin: 10px auto auto auto;
    width: 960px;
}

#bottom p {
    color: #ACACAC;
}

#body {  
    height: 330px;
    margin: auto;
    margin-top: 20px;
    text-align: left;
    width: 960px;
}

#body span {
    display: inline;
    width: 300px;
}

#body2 {
    margin-top: 10px;
}

#body2 div {
    display: inline;
}

#left {
    float: left;    
    width: 315px;
}  

#press {
    float: left;
}

#right {
    float: right; 
    width: 637px;
}

#right_l  {
    float: left; 
    width: 315px;
}

#right_r  {
    float: right;
    height: 250px;
    width: 315px;
}

#spacer {
    height: 25px;
}


#top {
    background-image: url("img/top_bg.jpg");
    border-bottom: solid 1px #D0D0D0;
    height: 150px;
    text-align: center;  
}

#top div {
    margin: auto;
    text-align: right;
    vertical-align: bottom;
    width: 960px;  
}    

/*  logo    */   
#top div img { 
    float: left;
}

/*  menu    */
#top div div {
    color: #585858;
    float: right;
    font-size: 11px;
    font-weight: bold;
    padding-top: 125px;
    text-align: right;
    width: 500px;    
}

.io {
    margin: auto;
    width: 940px;
}

.txtzone {
	margin-top: 5px;
    padding: 10px;
    border: solid 1px #D0D0D0;
    height: 275px;  
    text-align: justify;  
}

div#pay_zone {
  width: 100%; 
}

h1.pay_title {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px #D0D0D0;
  text-align: center;
  margin: 0px 0px 5px 0px;
}

div#pay_form_zone {
    position: relative;
    padding: 10px;
    border: solid 1px #D0D0D0;
    height: 400px;
    background-image: url("../img/fond_payment.jpg");
    background-position: bottom;
    background-repeat: no-repeat;   
}

div#pay_form {
    position: absolute;
    top: 40px;
    left: 149px;
    width: 700px;
    height: 400px;
}

label.lab_address {
    float: left;
    width: 25%;
    padding-top: .2em;
    text-align: right;
    margin-bottom: 5px; 
}

#pay_form input
{
    width: 30em;
    border: 1px solid #b6b8b9;
    margin-left: 5px;
    font: normal 11px Arial;
}

#pay_form textarea
{
    width: 40em;
    height: 150px;
    border: 1px solid #b6b8b9;
    margin-left: 5px;
    font: normal 11px Arial;
}

div#pay_form_button_container {
    position: relative;
    top: 30px;
    left: 175px;
    width: 250px;
}

#pay_form_button_container input
{
    width: auto;
    font: normal 11px Arial;
}


div#pay_valid1 {
    position: absolute;
    top: 40px;
    left: 305px;
    width: 550px;
    height: 350px;
}

#pay_valid1 p {
    font-size: 12px;
    margin :0;
}

.error-message {
    position: relative;
    left: 10px;
    width: 180px;
    background-image: url("../img/exclamation.png");
    background-position: 0 1px;
    background-repeat: no-repeat;
    padding-left: 18px;
    margin-right: 10px;
    color: red;
    display: none;
}
