/* Custom corners addition */
div.formBox {
  background:  url("../images-dt/custom_corners_topleft.gif") top left no-repeat;
  position:relative;
  margin-top: 17px;
  margin-right:7px;
  margin-bottom:25px;
  } 
html>body div.formBox {
  position:relative;
  background:  url("../images-dt/custom_corners_topleft.gif") top left no-repeat;
  margin-top: 18px;
  margin-right:7px;
  margin-bottom:25px;
  } 
div.formBox h3 {
  position:relative;
  background:  url("../images-dt/custom_corners_topright.gif") top right no-repeat;
  font-size:1.5em;
  padding:25px;
  padding-left:0;
  margin:0;
  right:-8px;
  }
div.formBoxBody {
  background:  url("../images-dt/custom_corners_right.gif") top right repeat-y;
  margin:0;
  margin-top:-2em;
  margin-left:-1em;
  padding:15px;
  padding-left:0;
  position:relative;
  right:-8px;
  }
div.formBoxFooter {
  margin-top: -30px;
  margin-bottom: 10px;
  margin-left: 0px;
  background:  url("../images-dt/custom_corners_bottomleft.gif") bottom left no-repeat;
  position:relative;
  top:0px;
  height:20px;
  }
div.formBoxFooter p {
  background:  url("../images-dt/custom_corners_bottomright.gif") bottom right no-repeat;
  padding:15px;
  top: 2px;
  padding-left: -1px;
  display:block;
  margin-right: 7px;
  margin-top: -12px;
  position:relative;
  right:-8px;
  }
html>body div.formBoxFooter p {
  background:  url("../images-dt/custom_corners_bottomright.gif") bottom right no-repeat;
  top: 2px;
  padding-left: -1px;
  display:block;
  margin-right: 7px;
  position:relative;
  top: -10px;
  right:-8px;
  }
div.formBoxLongContent {
 background: url("../images-dt/custom_corners_leftborder.gif") top left repeat-y;
 }
 
div.formBoxContent {
	border: 1px solid #e2e2e2;
	margin: -30px 0 0 20px;
	background: #fff;
	padding: 5px;
 }
 
#mainTitle{
     position: absolute;
	 left: 25px;
	 top:46px;
	 z-index: 5000;
	 font-size:
}
html>body #mainTitle{
     position: absolute;
	 left: 25px;
	 top:47px;
	 z-index: 5000;
}
#mainTitle ul{
     margin: 0;
}
#mainTitle li{
	margin: 0;
	display: block;
	float:left;
 }
.mainTitleTxt{
    background: url("../images-dt/form_box_title_bg.gif") repeat-x;
	height: 40px;
    font-size:1.5em;
	font-weight: bold;
	padding: 7px 10px 0 10px;
	
}
 
 div.bcBox{
 	background: url(../images-dt/bc_box_bg.gif) repeat-x;
	height: 26px;
 }
html>body div.bcBox{
    margin-top:0px;
 	background: url(../images-dt/bc_box_bg.gif) repeat-x;
	height: 26px;
 } 
 div.bcBoxLeft{
	background: url(../images-dt/bc_box_r.gif) right no-repeat;
	height: 26px;
 }
 div.bcBoxLeft ul{
 	background: url(../images-dt/bc_box_l.gif) left no-repeat;
	height: 26px;
	list-style: none;
	margin: 0;
	padding: 0 10px 0 10px;
 }
 div.bcBoxLeft li{
 	padding: 4px 2px 4px 2px;
	margin: 0;
	display: block;
	float:left;
	font-size: 1.25em;
 }
 div.bcBoxLeft li a{
 	color: #5c5b7d;
 }
  div.bcBoxLeft li a:hover{
 	text-decoration: none;
 }
 
 div.pageIconsHolder{
	position:absolute;
	top: 36px;
	left:600px;
	width:110px;
	text-align: right;
	z-index: 1000;
 }
 html>body  div.pageIconsHolder{
	position:absolute;
	top: 36px;
	right:35px;
	text-align: right;
	z-index: 1000;
 }
