

#tdboxcover {
    width: 520px;
    /*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: 500px;
    /*change width to #tdboxcover width - 20. */
		/*height: 200px;
    /*change height to #tdboxcover height - 20. REMOVE if you wish box to be content's natural height*/
		border: 2px #666666 solid;
    /*Customize box appearance*/
		background-color: #FFFFFF;
    padding: 4px;
    /*Don't change below 3 rules */
		position:absolute;
    left: 0;
    top: 0;
  }


#ecboxcover {
    width: 520px;
    /*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: 500px;
    /*change width to #ecboxcover width -2 0. */
		/*height: 200px;
    /*change height to #ecboxcover height - 20. REMOVE if you wish box to be content's natural height*/
    /*Customize box appearance*/
		border: 2px #666666 solid;
		background-color: #FFFFFF;
    padding: 4px;
    /*Don't change below 3 rules */
		position:absolute;
    left: 0;
    top: 0;
  }


#cmboxcover {
    width: 520px;
    /*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: 490px;
    /*change width to #cmboxcover width - 20. */
		/*height: 200px;
    /*change height to #cmboxcover height - 20. REMOVE if you wish box to be content's natural height*/
    /*Customize box appearance*/
		border: 2px #666666 solid;
		background-color: #FFFFFF;
    padding: 4px;
    /*Don't change below 3 rules */
		position:absolute;
    left: 0;
    top: 0;
  }


.message {
 /*   color : #cdae56;*/
    color : #741e05;
    font-family : arial, helvetica, 'sans-serif';
    font-size : 14px;
    font-style : normal;
    font-weight : bold;
    text-align : center;
	background-color: #FFDCA8;
  }


a {
    color: #666666;
  }


.label {
	  background-color : #741e05;
    color : #ffffff;
    font-family : arial, helvetica,'sans-serif';
    font-size : 11px;
    font-weight : bold;
    text-align : right;
    vertical-align : top;
  }


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


.cmstatus {
	float: right;
	background-color: white;
	width:220px;
    color : #d00700;
    font-family : arial, helvetica, 'sans-serif';
    font-size : 16px;
    font-style : normal;
    font-weight : bold;
	text-align: right;
  }


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

.logo{
	background-color: white; 
	width: 162px; 
	float: left;
	}

.greet{
	float: right;
	background-color: white;
	width:270px;

    color : #741e05;
    font-family : arial, helvetica, 'sans-serif';
    font-size : 14px;
    font-style : normal;
    font-weight : bold;
    text-align : center;
	}

.deco1{
	background-color: #741e05;
	height: 12px;
	width: 100%;
	clear: both;
	}

.deco2{
	background-color: #dd933a;
	height: 20px;
	width: 100%;
	clear: both;
}




.large {
    font-size: large;
  }

