﻿#_msgRow 
{
    position: absolute;
    top: 5px;
    height: 20px;
    width: 600px;
    right: 50%;
    text-align: center;
    display: none;
    
}

#_msg 
{
    background-color: #fff1a8;
    /*
    background-image: url("../../images/rounded_peep.png");
    background-repeat: no-repeat;
    background-position: 0px opx;
    */
    height: 20px;
    width: 600px;
    position: relative;
    left: 50%;
    border: 1px solid black;
    padding-top: 4px;
    padding-left: 5px;
    padding-right: 5px;
}

#_msgText 
{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    float: left;   
}

#_msgLinks
{
    text-align: right;
    float:right;
}
#_msgLinks a
{
    color: Blue;
    text-decoration: underline;
}


.peepRow 
{
    position: absolute;
    top: 5px;
    height: 20px;
    width: 600px;
    right: 50%;
    text-align: center;
    display: none;
    
}

.peepMsg 
{
    background-color: #68b212;
    /*
    background-image: url("../../images/rounded_peep.png");
    background-repeat: no-repeat;
    background-position: 0px opx;
    */
    height: 20px;
    width: 600px;
    position: relative;
    left: 50%;
    border: 0px solid #ccc;
    padding: 12px 10px 10px 10px;
}

.peepText 
{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
    float: left;  
    color: #fff !important; 
}

.peepLinks
{
    text-align: right;
    float:right;
}

.peepLinks a
{
    color: #fff;
    text-decoration: none;
}