﻿.msgSys
{
	background-image: url(../images/AlertBGEmpty.jpg);
    background-repeat:no-repeat;
    background-position:50% 0%;	
    font: 13px/1.6em Verdana, Lucida, Arial, Helvetica, KBC,sans-serif;
    color:#555;	
    margin:0px auto;
    padding:10px 20px 10px 25px;
    width:380px;
    height: 450px;
}
/* div */
.msgSys .title
{
    font-weight: 700;
    font: 24px/1.5em 標楷體, Verdana, Lucida, Arial, Helvetica, KBC,sans-serif;
    color: Black;
}
/* div */
.msgSys div
{
	margin-top: 4px;	
}
/* ul */
.msgSys ul
{
	padding:5px 0px;
	margin:0px;
	margin-left: 15px;
	list-style-type:disc;
}
.msgSys li
{
	list-style-type:disc;
}
/* a */
.msgSys a 
{
    outline: none; /* for Firefox */
    /*hlbr:expression(this.onFocus=this.blur());  for IE */
    text-decoration: none; 
}
.msgSys a:link 
{
	color: #336600;
	text-decoration: none;
}
.msgSys a:hover 
{
	color: #e36b00;
	text-decoration: none;
}
.msgSys a:visited 
{
	color: #666;
	text-decoration: none;
}
/* banner style */
.msgSys div.requirements
{
	border: dashed 1px #F3B461;
    background-color: #fefcdf;	
	padding:4px 6px;
	color:#555;
}
.msgSys div.supported
{
	padding: 4px;
}
/* specify */
.msgSys .hidden
{
	display: none;
}
.msgSys .notice
{
	font: 18px/1.8em Verdana, Lucida, Arial, Helvetica, KBC,sans-serif;	
	color: #C00;
}
.msgSys .boldlink
{
	font-size: medium;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
}

.msgSys .recom
{
	text-align:right;
}