﻿.exampleNoteContainer
{
    background-color:#E5F0FF; 
    border:solid 1px #8EBAFF; 
    padding:10px; 
    color:Black; 
    margin-bottom:30px;
}

.exampleContentContainer
{
    border:solid 2px #CCCCCC;
    padding:20px;
    position:relative;
}

.exampleOnlyBadge
{
    background-image:url(Images/Layout/example_only.gif);
    background-position:Left Top;
    background-repeat:no-repeat;
    position:absolute;
    height:80px;
    width:80px;
    right:0px;
    top:0px;
}

