/* User Messages */
#um_user_message
{
}

#um_top
{
    height: 5px;
    background: #592787 url(../images/messages_bottom_bg.gif) top left repeat-x;
}
#um_alerts
{
    line-height: 16px;
    text-align: center;
    font-weight: bold;
    padding-top: 4px;
    padding-bottom: 6px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background: #F4F4F4 url(../images/messages_mid_bg.gif) top left repeat;
}
#um_column
{
    width: 800px;
	margin-left:auto;
	margin-right:auto;
}
#um_closeButton
{
	position:absolute;
	right:10px;
	top: 10px;
	cursor:pointer;
	width:16px;
	height:16px;
	background-image: url(../images/icon_cancel.gif);
}
#um_bottom
{
    height: 5px;
    background: #592787 url(../images/messages_bottom_bg.gif) top left repeat-x;
}

.um_std
{
    color: #FF6600;
}

.um_error
{
    color: #FF6600;
}
