.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;
}

.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;
}

.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;
}

.tbl_content
{
margin: auto;
width: 95%;
}

.tbl_content tr th
{
width: 35%;
}

.tbl_content tr th, .tbl_content tr td
{
border: 1px solid #AAAAAA;
background: #F6F6F6;
text-align: center;
padding: 4px;
}

.tbl_content tr td input.text, .tbl_content tr td textarea
{
border: 1px solid #BBBBBB;
background: #FFFFFF;
font-size: 16px;
width: 99%;
}

.titleDesc
{
color: #808080;
font-weight: normal;
font-size: 9px;
}
