﻿/* User Messages */
#um_user_message
{

}
#um_top
{
    height: 5px;
    background-color:#8CD3F6;
    /*background-image: url(../images/messages_top_bg.gif);*/
    /*overflow: hidden;*/
}
#um_alerts
{
	background-color:#F4F4F4;
    line-height: 1.4em;
    text-align: center;
    font-weight: bold;
    font-size: 0.8em;
    padding-top: 4px;
    padding-bottom: 4px;
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
    background-image: url(../images/messages_mid_bg.gif); 
}
#um_column
{
    width: 800px;
	margin-left:auto;
	margin-right:auto;
    /*overflow: auto;*/
}
#um_closeButton
{
	position:absolute;
	right:10px;
	margin-top:-14px;
	cursor:pointer;
	width:16px;
	height:16px;
	background-image: url(../images/icon_cancel.gif);
}
#um_bottom
{
    height: 5px;
    background-color:#8CD3F6;
    background-image: url(../images/messages_bottom_bg.gif);
    /*overflow: hidden;*/
}

.um_std
{
    color: #343851;
}

.um_error
{
    color: #FF0000;
}