/***********************Right Pannel Div***********************************************/
div#box{
    margin:0px;
    padding:4px;
    
    text-align: center;
    
    -moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
    }
/***********************************************************************/
/* ************************************* WESITE left + right STARTS ************************ */
td.leftRight {

  vertical-align: top;
  /*background: #C4DE8F;*/
  /*background: url(images/left_bg.png);*/
  background: url(images/sf_vert.jpg);
  background-repeat: no-repeat;
  background-position:  top; 
  padding-left:1px; 
  padding-right:0px; 
  border-left:1px solid #839274;
} 
     

/* ************************************* WESITE left + right ENDS ************************** */
/* ************************************* BOXES, ROWS START ********************************* */
/* Box */

#Boxes
{
   border: 1px;
   border-color: #839274;
   border-style: solid;
   color: black;
   width: 99%!;
   margin-top: 3px;
   margin-left: 3px;
   margin-right: 1px;
   padding-left: 3px;
   padding-right: 2px;
   padding-bottom: 3px;
   margin-bottom:2px;
   
}

div#txt {
	width: 100%!;
	border: 1px;
	border-color: #839274;
	border-style: solid;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 4px;
	margin-right: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 1px;
	padding-bottom: 5px;
	
}

#Boxes .MainHeader 
{
	margin-top: 1px;
	margin-left: 0px;
	margin-right: 3px;
	margin-bottom: 3px;
	padding-left: 2px;
	padding-top: 0px;
	padding-bottom: 0px;
	/*background-color: #C4DE8F;*/
	background: url(images/box_bg.jpg);
    background-repeat:  repeat-x;
	font-size: 14px;
	font-weight: bold;
}

/* ************************************* BOXES, ROWS ENDS ********************************* */

/** Confirmation Box **/

td.confirmation{
	/*background:#C4DE8F;*/
	background: url(images/box_bg.jpg);
	color:black;
	font-weight: bold;
}

.confirmationDiv{
	margin-top:30px;
	border: 1px;
	border-color: #839274;
	border-style: solid;
}
