body {
    margin:50px 50px 0px 50px;
    height:80%;
    position:relative;
}

#logoHolder_donnations {
    width:100%;
    margin-top: 2em;
    text-align:center;
}

.button {
    width:260px;
}

#pt, #en {
    font-family: helvetica, sans, arial;
    font-size: 12pt;
    text-transform: none;
    font-weight: normal;
    text-align:center;
}

.hide {
    display:none;
    font-size: 10pt;
}

.detailLink {
    display:block;
    font-size: 9pt;
    text-align: right;
    text-decoration:underline;
    color:blue;
}

.detailLink:hover {
    color:#000;
}

.hide p img {
    display: block;
    margin: 1em auto;
}

#pt {
    width:50%;
    float:left;
}

#en {
    margin-left:50%;
}

#pt div, #en div {
    text-align:justify;
    padding:30px;
}

#forms {
    clear:both;
    width:100%;
    height:60px;
}

#forms FORM {
    width:50%;
    height:50px;
    text-align:center;
}

#pt-form {
    float:left;
}

#en-form {
    margin:0 0 0 50%;
}

#forms img{
    display:none
}