/* atx */
.prototip{
    padding-top:20px;
    padding-right:20px;
    margin:0 auto 0 auto;
}
.prototip .atx {
    width: 250px;
    color: #000;
}
.prototip .atx .toolbar {
    background: #dee8f1;
    font-weight: bold;
    color:#000;
}
.prototip .atx .title { padding: 5px; }
.prototip .atx .content {
    background: #dee8f1;
    padding: 5px;
}
/* This is how to resize the close button for a style */
.prototip .atx .toolbar .close {
    position:absolute;
    top:-25px;
    right:-25px;
    width: 50px;
    height: 50px;
}

.prototip .wordbubble {
    width: 250px;
    color: #333333;
}
.prototip .wordbubble .toolbar {
    background: #fff;
    font: 10pt arial bold;
    color:#333333;
}
.prototip .wordbubble .title {
    padding: 5px 0;
    margin: 0 5px;
    border-bottom:1px groove #666666;
}
.prototip .wordbubble .content {
    background: #fff;
    padding: 5px;
}