

.sheetcontainer{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
}

.sheetcontainerYellow{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
background-image: url(../images/bg_carta_yellow.gif);
background-repeat: repeat;
}

.sheetcontainerPink{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
background-image: url(../images/bg_carta_pink.gif);
background-repeat: repeat;
}

.sheetcontainerBlue{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
background-image: url(../images/bg_carta_blue.gif);
background-repeat: repeat;
}

.sheetcontainerGreen{
border: 1px solid #b8b8b8;
margin-bottom: 1em;
background-image: url(../images/bg_carta_green.gif);
background-repeat: repeat;
}

.sheetcontainer_footer{
background: transparent url(../images/sheet_rightcorner.gif) bottom right no-repeat;
font-family: Tahoma, Arial, sans-serif;
font-size: 10px;
height: 20px;
position: relative;
left: 2px;
top: 2px;
padding: 1px 4px 15px 5px;
}

