﻿/* http://ilikepixels.co.uk/drop/bubbler/ */

.guide
{
    position: relative;
    left: -75px;
    width: 150px;
    text-align: center;
    filter: alpha(opacity=25);
    -moz-opacity: 0.25;
    -khtml-opacity: 0.25;
    opacity: 0.25;
}

.guide:hover
{
    filter: alpha(opacity=95);
    -moz-opacity: 0.95;
    -khtml-opacity: 0.95;
    opacity: 0.95;
}



.bubbletop
{
    position: relative;
    width: 300px;
    padding: 20px;
    background: #FFFFD0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #000000 solid 2px;
}

.bubbletop:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #FFFFD0 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -10px;
    left: 12px;
}

.bubbletop:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 11px 11px;
    border-color: #000000 transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -13px;
    left: 11px;
}


.bubbletopright
{
    position: relative;
    width: 300px;
    padding: 20px;
    background: #FFFFD0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #000000 solid 2px;
}

.bubbletopright:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #FFFFD0 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -10px;
    left: 308px;
}

.bubbletopright:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 0 11px 11px;
    border-color: #000000 transparent;
    display: block;
    width: 0;
    z-index: 0;
    top: -13px;
    left: 309px;
}


.bubbleleft
{
    position: relative;
    width: 300px;
    padding: 20px;
    background: #FFFFD0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #000000 solid 2px;
}

.bubbleleft:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #FFFFD0;
    display: block;
    width: 0;
    z-index: 1;
    left: -10px;
    top: 12px;
}

.bubbleleft:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 11px 11px 0;
    border-color: transparent #000000;
    display: block;
    width: 0;
    z-index: 0;
    left: -13px;
    top: 11px;
}









.bubbleright
{
    position: relative;
    width: 300px;
    padding: 20px;
    background: #FFFFD0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #000000 solid 2px;
}

.bubbleright:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent #FFFFD0;
    display: block;
    width: 0;
    z-index: 1;
    right: -10px;
    top: 12px;
}

.bubbleright:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 0 11px 11px;
    border-color: transparent #000000;
    display: block;
    width: 0;
    z-index: 0;
    right: -13px;
    top: 11px;
}












.bubblebottomright
{
    position: relative;
    width: 300px;
    padding: 20px;
    background: #FFFFD0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: #000000 solid 2px;
}

.bubblebottomright:after
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 10px 10px 0;
    border-color: #FFFFD0 transparent;
    display: block;
    width: 0;
    z-index: 1;
    bottom: -10px;
    left: 308px;
}

.bubblebottomright:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-width: 11px 11px 0;
    border-color: #000000 transparent;
    display: block;
    width: 0;
    z-index: 0;
    bottom: -13px;
    left: 309px;
}











