﻿a.Message
{
    font-size: 12px;
    font-family: Arial;
    font-weight:bold;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #dcdcdc;
    padding: 6px 10px;
    text-decoration: none;
    background: -moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
    background: -ms-linear-gradient( top, #f9f9f9 5%, #e9e9e9 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f9f9f9), color-stop(100%, #e9e9e9) );
    background-color: #f9f9f9;
    color: #ff0000;
    display: inline-block;
    cursor: pointer;
}
a.Message:hover
{
    background: -moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
    background: -ms-linear-gradient( top, #e9e9e9 5%, #f9f9f9 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #e9e9e9), color-stop(100%, #f9f9f9) );
    background-color: #e9e9e9;
}
a.Message:active
{
    position: relative;
    top: 1px;
}

/*
        a.Message
        {
            font-size: 13px;
            font-family: Arial;
            font-weight: normal;
            -moz-border-radius: 6px;
            -webkit-border-radius: 6px;
            border-radius: 6px;
            border: 1px solid #dcdcdc;
            padding: 6px 10px;
            text-decoration: none;
            background: -moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
            background: -ms-linear-gradient( top, #ffffff 5%, #f6f6f6 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
            background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffffff), color-stop(100%, #f6f6f6) );
            background-color: #ffffff;
            color: #ff0000;
            display: inline-block;
            cursor:pointer;
        }
        a.Message:hover
        {
            background: -moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
            background: -ms-linear-gradient( top, #f6f6f6 5%, #ffffff 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
            background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #f6f6f6), color-stop(100%, #ffffff) );
            background-color: #f6f6f6;
        }
        a.Message:active
        {
            position: relative;
            top: 1px;
        }
      */

/*a.Message
        {
            font-size: 13px;
            font-family: Arial 微軟正黑體 新細明體;
            font-weight: bold;
            -moz-border-radius: 16px;
            -webkit-border-radius: 16px;
            border-radius: 16px;
            border: 1px solid #ffaa22;
            padding: 6px 11px;
            text-decoration: none;
            background: -moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
            background: -ms-linear-gradient( top, #ffec64 5%, #ffab23 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
            background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffec64), color-stop(100%, #ffab23) );
            background-color: #ffec64;
            color: #333333;
            display: inline-block;
            text-shadow: 1px 1px 0px #ffee66;
            -webkit-box-shadow: 1px 1px 0px 0px #fff6af;
            -moz-box-shadow: 1px 1px 0px 0px #fff6af;
            box-shadow: 1px 1px 0px 0px #fff6af;
            cursor: pointer;
        }
        a.Message:hover
        {
            background: -moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
            background: -ms-linear-gradient( top, #ffab23 5%, #ffec64 100% );
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
            background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #ffab23), color-stop(100%, #ffec64) );
            background-color: #ffab23;
        }
        a.Message:active
        {
            position: relative;
            top: 1px;
        }*/


a.close
{
    font-size: 12px;
    font-family: Arial;
    font-weight: normal;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #337fed;
    padding: 7px 10px;
    text-decoration: none;
    background: -moz-linear-gradient( center top, #3d94f6 5%, #1e62d0 100% );
    background: -ms-linear-gradient( top, #3d94f6 5%, #1e62d0 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3d94f6', endColorstr='#1e62d0');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #3d94f6), color-stop(100%, #1e62d0) );
    background-color: #3d94f6;
    color: #ffffff;
    display: inline-block;
    text-shadow: 1px 1px 0px #1570cd;
    -webkit-box-shadow: 1px 1px 0px 0px #97c4fe;
    -moz-box-shadow: 1px 1px 0px 0px #97c4fe;
    box-shadow: 1px 1px 0px 0px #97c4fe;
    cursor: pointer;
    margin-top: 15px;
}
a.close:hover
{
    background: -moz-linear-gradient( center top, #1e62d0 5%, #3d94f6 100% );
    background: -ms-linear-gradient( top, #1e62d0 5%, #3d94f6 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e62d0', endColorstr='#3d94f6');
    background: -webkit-gradient( linear, left top, left bottom, color-stop(5%, #1e62d0), color-stop(100%, #3d94f6) );
    background-color: #1e62d0;
}
a.close:active
{
    position: relative;
    top: 1px;
}
ul.Message
{
    padding: 0;
    margin: 0 0 0 20px;
}
ul.Message li
{
    list-style-type: decimal;
    list-style-position: outside;
    line-height: 1.8em;
    font-size: 13pt;
}
ul.Message li a
{
    /*font-size: 13px;*/
    color: #006699;
    text-decoration: none;
}
ul.Message li a:hover
{
    color: Blue;
    text-decoration: underline;
}
ul.Message li span
{
    color:Red;
    padding-left:5px;
}
