

#tdboxcover {
    width: 500px;
    /*change width to desired */
	/*height: 400px;
    /*change height to desired. REMOVE if you wish box to be content's natural height */
	/*Don't change below 4 rules*/
	position:absolute;
    z-index: 100;
    overflow:hidden;
    visibility: hidden;
  }


#tdbox {
    width: 480px;
    /*change width to above width-20. */
	/*height: 200px;
    /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	border: 2px #006600 solid;
    /*Customize box appearance*/
	background-color: #FFFFFF;
    padding: 4px;
    /*Don't change below 3 rules */
	position:absolute;
    left: 0;
    top: 0;
  }

#ecboxcover {
    width: 500px;
    /*change width to desired */
	/*height: 400px;
    /*change height to desired. REMOVE if you wish box to be content's natural height */
	/*Don't change below 4 rules*/
	position:absolute;
    z-index: 101;
    overflow:hidden;
    visibility: hidden;
  }


#ecbox {
    width: 480px;
    /*change width to above width-20. */
	/*height: 200px;
    /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	border: 2px #006600 solid;
    /*Customize box appearance*/
	background-color: #FFFFFF;
    padding: 4px;
    /*Don't change below 3 rules */
	position:absolute;
    left: 0;
    top: 0;
  }

#cmboxcover {
    width: 500px;
    /*change width to desired */
	/*height: 400px;
    /*change height to desired. REMOVE if you wish box to be content's natural height */
	/*Don't change below 4 rules*/
	position:absolute;
    z-index: 102;
    overflow:hidden;
    visibility: hidden;
  }


#cmbox {
    width: 480px;
    /*change width to above width-20. */
	/*height: 200px;
    /*change height to above height-20. REMOVE if you wish box to be content's natural height*/
	border: 2px #006600 solid;
    /*Customize box appearance*/
	background-color: #FFFFFF;
    padding: 4px;
    /*Don't change below 3 rules */
	position:absolute;
    left: 0;
    top: 0;
  }


.message {
    color : #006600;
    font-family : arial, helvetica, 'sans-serif';
    font-size : 11px;
    font-style : normal;
    font-weight : bold;
    text-align : center;
  }

a {
	color: #003333;
}
.label {
    font-family : arial, helvetica,'sans-serif';
    font-size : 11px;
    font-style : bold;
    text-align : right;
    vertical-align : top;
  }


.instr {
    font-family : arial, helvetica,'sans-serif';
    font-size : 10px;
    font-style : normal;
  }


.cmstatus {
    font-family : arial, helvetica, 'sans-serif';
    font-size : 16px;
    font-style : normal;
    font-weight : bold;
  }


.cmtext {
    font-family : 'sans-serif';
    font-size : 10px;
    font-style : normal;
    font-weight : bold;
  }

/*body {  background-color: #FFFFFF}*/
.large {  font-size: large}
