div.roundedbox {
position: relative;
width: 100%;
height:100%;
margin: 0px;
padding: 0px;
border: 0px;
border: 1px solid #CCCCCC;
}


div.roundedbox div.margin {
margin: 10px;
}

div.formbox div.margin {
padding-top: 10px;
padding-bottom: 10px;
margin-left: 10px;
margin-right: 10px;
}

div.corner_lefttop {

position: absolute;
background-image: url(corner_topleft.gif);
background-position: top left;
background-repeat: no-repeat;
top: -1px; left: -1px;
width: 5px;
height: 5px;
}


div.corner_topright {

position: absolute;
background-image: url(corner_topright.gif);
background-position: top right;
background-repeat: no-repeat;
top: -1px; right: -1px;
width: 5px;
height: 5px;
margin-right: 0px;
}

div.corner_bottomleft {

position: absolute;
background-image: url(corner_bottomleft.gif);
background-position: bottom left;
background-repeat: no-repeat;
left: -1px;
bottom: -1px;
width: 5px;
height: 5px;
margin: 0px;
padding: 0px;

}

div.corner_bottomright {

position: absolute;
background-image: url(corner_bottomright.gif);
background-position: bottom right;
background-repeat: no-repeat;
bottom: -1px; right: -1px;
width: 5px;
height: 5px;

}


div.boxheader h2 {
font-size: 13px; 
font-family: arial;
font-weight: bold;
padding-left: 10px;
}

div.formbox div.boxheader {
position: relative;
height: 26px;
line-height: 26px;
background-image: url(header_bg.gif);
background-position: bottom right;
background-repeat: repeat-x;
}


div.boxheader div.corner_lefttop {

position: absolute;
background-image: url(header_left.gif);
background-position: top left;
background-repeat: no-repeat;
top: 0px; left: 0px;
width: 5px;
height: 5px;
}

div.boxheader div.corner_topright {

position: absolute;
background-image: url(header_right.gif);
background-position: top right;
background-repeat: no-repeat;
top: 0px; right: 0px;
width: 5px;
height: 5px;
margin-right: 0px;
}

div.formboxcontent {
position: relative;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
}

td.patetab1 {
background-image: url(tabbg1.png);
width:125px;
white-space:nowrap;
background-repeat:no-repeat;
}

td.patetab2 {
background-image: url(tabbg2.png);
width:125px;
white-space:nowrap;
background-repeat:no-repeat;
}
