#rightContentArea {
position: relative;
}
#rightContentBox {
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.13);
border-radius: 6px 6px 6px 6px;
border-top: 1px solid rgba(255, 255, 255, 0.2);
color: #F0F0F0;
font-style: italic;
max-width: 410px;
padding: 12px;
position: absolute;
right: 0;
text-shadow: 0 0 0 transparent, 1px 1px 0 #2B485C;
top: 30px;
}
#rightContentArea #rightContentBox a:link, #rightContentArea #rightContentBox a:visited {
color: #6CB2E4;
font-weight: bold;
}