#message_text {
    background: #b0e0e6;
    padding: 2px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing:1px;
    word-spacing:3px;
}

#instructions a {
    color: black;
    text-decoration: none;
}

#shortcode {
    background: #90ee90;
    padding: 2px;
    font-weight: bold;
    letter-spacing:1px;
    word-spacing:3px;
}

#message_cost {
    display:none;
/*    background: #ffdead;
    padding: 1px;
    font-weight: bold;*/
}
#notes {
    font-style: italic;
}

#step {
    background: #9A6A30;
    color:white;
    padding: 5px 20px 5px 20px;
    margin: 0 0 1em;
}

#error {
    background: #d70005;
    color:white;
    padding: 5px 20px 5px 20px;
    margin: 0 0 1em;
}

.dotted_border
{
    margin: 3px;
    padding: 5px;
    border: 1px #0f6e81 dotted;
    color: #666666;
}

#instructions .dotted_border small a:link,
#instructions .dotted_border small a:visited,
#instructions .dotted_border small a:hover
{
    color:#666666;
    font-family:Tahoma;
    font-size:11px;
}

.asteriks {
    color: #F25100;
    font-size: 140%;
}

.ast_green {
    color: #1FAA09;
    font-size: 140%;
}