.labela
{
    font-family: Calibri;
    font-size: 10px;
    vertical-align: top;
}

.pdflink
{
    width:100px;
    height: 40px;
    color: white;
    background-color: #63C0F9;
    border:2px solid white;
    border-radius: 4px;
    padding:5px;
}

#index_grid
{
    width: 1000px;
}
#memo{
margin-left:auto;
margin-right:auto;
width:21cm;
height:150px;
}

#memo #memo_logo{
float:left;
width:200px;
height:83px;
margin:30px 0px 0px 20px;
background-image:url('../images/logo.png');
}

#memo #memo_text{
background-color:white;
float:right;
width:250px;
height:auto;
margin: 10px;
padding:5px;
text-align:right;
}

#memo #memo_text label, form label{
font-family:Calibri, Verdana, Tahoma;
font-size:12px;
line-height:85%;
}
