/* === fix for IE double object in quicktime declaration bug === */

/* hides the second object from all versions of IE */
* html object.mov {
	display: none;
}

/* displays the second object in all versions of IE apart from 5 on PC */
* html object.mov/**/ {
	display: inline;
}

/* hides the second object from all versions of IE >= 5.5 */
* html object.mov {
	display/**/: none;
}

/* NETERRA */
.button {
        background-color: #707070; 
		border: #707070 1px outset; 
		color: #c0c0c0; 
		cursor: pointer; 
		font: 8px verdana, arial, helvetica; 
		font-weight: normal; 
}
/* Neterra end */


#wrapper {
    margin-top: 0;
}

.warning {
	margin: 20px;
	width: 200px;
}
