img {
    border-width: 0;
}

body {
	background-color: #FFF;
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #666;    
}

a:link { color: #bf0000; text-decoration: none; }
a:visited { color: #bf0000; text-decoration: none; }
a:active { color: #bf0000; text-decoration: none; }
a:hover { color: #bf0000; text-decoration: underline; }

.eoptitle
{
    font-size:14px;
    font-weight:bold;
    color:#147;    
}

DIV.t-error {
    border: none;
    padding: 0;
    margin: 8px 0;
    width: 300px;
    text-align:left;
}

DIV.T-error ul li
{
    list-style-type:none;
}

DIV.t-error DIV
{
    display: none;
}


DIV.t-error-popup SPAN {
    background: transparent;
    display: block;
    line-height: 28px;
    margin-left: 0;
    padding: 0 5px 10px 22px;
}

HTML>BODY DIV.t-error-popup SPAN {
    background: transparent;
}

DIV.t-error-popup {
    background: transparent;
    cursor: pointer;
    color: red;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 39px;
    margin-right: 6px;
    padding-right: 29px;
    text-decoration: none;
}

HTML>BODY DIV.t-error-popup {
    background: transparent;
}

HTML>BODY DIV.t-error LI {
    margin-left: -40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

IMG.t-error-icon {
    display: none;
}