@font-face {
    font-family: Frutiger;
    src: url('/fonts/Frutiger_LT_47_Light_Condensed.eot');
}

@font-face {
 font-family: Frutiger;
 src: url('/fonts/Frutiger_LT_47_Light_Condensed.ttf'); /* TTF file for CSS3 browsers */
}

body {

	font-family: Frutiger;
	overflow-x: hidden;
}

.cursor-hand{

	cursor: hand;
	cursor: pointer;

}

.registration-margin-fieldset{
	float: left;
	margin-bottom: 20px;
}

.toolbox-header{

	margin-left: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #CCCCCC;
	
}

#office-content{
	float: none;
	position: relative;
	z-index: 3;
}

#left-tab-button{
	position: fixed;
	top: 93px;
	left: -10px;
	width: 50px;
	z-index: 4;
	display: none;
}
#leftmenu{
	position: absolute;
	top: 83px;
	left: -330px;
	width: 330px;
	z-index: 99;
	opacity: 0.2;
	background-color: #666666;
	color: #666666;
	border-right: 0px solid #CCCCCC;
}
.menu-panel{
	float: left;
	width: 310px;
	padding-left: 30px;
	padding-top: 10px;
}
