	div.mast {
		position: absolute;
		font-size: 19px;
		font-family: Arial,Helvetica,Sans-Serif;
		color: #fff;
		top: 4px;
		left: 8px;
	}

    div.warning {
		position: absolute;
		font-size: 19px;
		font-family: Arial,Helvetica,Sans-Serif;
		color: #fff;
		top: 4px;
        left: 650px;
	}

	
	div.mastShad {
		position: absolute;
		font-size: 19px;
		font-family: Arial,Helvetica,Sans-Serif;
		color: #555;
		top: 6px;
		left: 9px;
	}
	body, table {
		font-family: Arial,Helvetica,Sans-Serif;
		font-size: 11px;
	}
	
	a {
		color: #fc0;	
	}

	a.fop {
		text-decoration: none;
		font-weight:bold;
		color: #ff0;	
	}
	
	div.mastLinks {
		position: absolute;
		font-size: 10px;
		padding: 4px;
		right: 20px;
		top: 4px;
	}
	
	div.mastLinks a {
		font-weight:normal;
		color: #ff0;   
	}

	tr td input {
	  padding: 0;
	}

	tr td input::-moz-focus-inner {
	    border:0;
	    padding:0;
	}

