.debug
{
border-bottom:1px dashed skyblue;
padding:3px;
}

.debugtxt
{
font-size:12px;
}

.debugstring
{
color:orange;
font-size:9px;
}

.debugerror
{
border-bottom:1px dashed red;
padding:3px;
}

.debugerrortxt
{
color:red;
font-size:12px;
}

.debugerrorstring
{
color:red;
font-size:12px;
}

/* test css */

#item1
{
border:1px dashed orange;
padding: 5px;
margin: 5px;
font-family:verdana;
font-size:18px;
color:orange;
}

#item2
{
border:1px dashed orange;
padding: 5px;
margin: 5px;
font-family:verdana;
font-size:18px;
color:orange;
}

#item21
{
border:1px solid gray;
padding: 5px;
margin: 5px;
font-family:verdana;
font-size:12px;
color:gray;
}

#item22
{
border:1px solid gray;
padding: 5px;
margin: 5px;
font-family:verdana;
font-size:12px;
color:gray;
}

#item3
{
border:1px dashed orange;
padding: 5px;
margin: 5px;
font-family:verdana;
font-size:18px;
color:orange;
}

#cnt_rightBox table{
margin-left:20px;
}

