.error
{
border-top: 2px solid #EE0000;
border-bottom: 2px solid #EE0000;
background: url('icon/critical.png') 44px 12px no-repeat #FFFAFA;
padding: 20px 40px 20px 85px;
text-align: center;
font-weight: bold;
font-size: 13px;
color: black;
}

.correct
{
border-top: 2px solid #00EE00;
border-bottom: 2px solid #00EE00;
background: url('icon/ok.png') 44px 12px no-repeat #FAFFFA;
padding: 20px 40px 20px 85px;
text-align: center;
font-weight: bold;
font-size: 13px;
color: black;
}

.information
{
border-top: 2px solid #EEEE00;
border-bottom: 2px solid #EEEE00;
background: url('icon/info.png') 44px 12px no-repeat #FFFFFA;
padding: 20px 40px 20px 85px;
text-align: center;
font-weight: bold;
font-size: 13px;
color: black;
}

.tbl_content tr th, .tbl_content tr td
{
background: #FCFCFC;
text-align: center;
padding: 4px;
}

.tbl_content tr td input, .tbl_content tr td textarea
{
border: 1px solid #E1E1E1;
background: #F6F6F6;
}

.titleDesc
{
color: #808080;
font-weight: normal;
font-size: 9px;
}