/*controlpanel*/

/*html*/
body {
text-align:center;
/*background:#280b0b;*/
/*filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#FF9b3f37, EndColorStr=#ffffffff);*/
/*background:url(images/kasadera_bgimage_blue.png) repeat-x;*/
background-attachment:fixed;
margin:0;
padding:0;
}
.contents 
{
align:center;
line-height: 1.4;
background:#ffffff;/*#ffe6d5;*/
background-color:#ffffff;/*#ffe6d5;*/
width:600px;
text-align:left;
margin:0 auto;
/*border-left:ridge 2px #000000;*/
/*border-right:ridge 2px #000000;*/
/*filter: progid:DXImageTransform.Microsoft.Shadow(Color=black, Strength=2, Direction=135);*/
}
.contents table{
line-height:1.4;
}
.top_left_pane {
width:198px;
float:left;
}
.top_right_pane {
width:600px;
float:center;
}
.top_right_pane table{
line-height: 1.4;
}
.clear {
clear:both;
}
