body.iframe {
position:relative;
width:100%;
height:100%;
margin:0;
padding:0;
text-align:center;
x-background-color:#E4E6E6;
color:#626262;
font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
font-size:12px;
line-height:1.5em;
}
a:link, a:visited {
font-family:Arial,Tahoma,Verdana,Helvetica,sans-serif;
font-size:12px;
color:#000;
text-decoration:none;
}
a:hover {
color:#000;
text-decoration:none;
}
body.iframe h1 {
color:#000000;
height:30px;
line-height:30px;
text-align:left;
margin:0;
padding-left:30px;
border-bottom:1px solid #D6D8DA;
}
#content_main {
xbackground-color:#FFF;
text-align:left;
padding:15px;
}
#corner_top_left {
_display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:30px;
background:#E4E6E6 url("img/corner_top_left.jpg") top left no-repeat;
z-index: -100;
}
#corner_top_right {
_display:none;
position:fixed;
top:0px;
right:0px;
width:10px;
height:30px;
background:url("img/corner_top_right.jpg") top right no-repeat;
}
#corner_bottom_left {
_display:none;
position:fixed;
bottom:0px;
left:0;
width:100%;
height:30px;
background:#E4E6E6 url("img/corner_bottom_left.jpg") bottom left no-repeat;
z-index: -100;
border-top:1px solid #D6D8DA;
}
#corner_bottom_right {
_display:none;
position:fixed;
bottom:0px;
right:0px;
width:10px;
height:30px;
background:url("img/corner_bottom_right.jpg") bottom right no-repeat;
}

#border_left {
position: fixed; 
left: 0px;
top: 0px;
width: 1px;
height: 100%;
z-index: -200;
border-left: 1px solid #D6D8DA;
}
#border_right {
position: fixed; 
right: 0px;
top: 0px;
width: 1px;
height: 100%;
z-index: -200;
border-right: 1px solid #D6D8DA;
}