* html .iehide {
	display:none;
}

* html .menu {
	height:30px;
}

* html .menu a {
	text-decoration:none !important;
}

* html .menu a.active{
	color:#b92a02 !important;
}

* html #login {
	margin-top:-5px;
	margin-bottom:0;
	padding-bottom:0;
}

* html #loginform h2 {
	padding-top:10px;
	
}

*+html #loginform h2 {
	padding-bottom: 8px;
}

* html #login_links {
	padding-top:4px;
	line-height:11px;
}

* html #login_links p {
	margin-top:0;
	padding-top:0;
}

* html #loginform { 
	margin-bottom:0;
}	

* html .box_sidebar {
    margin-right: 20px;
}

* html .textpan {
	margin-right:10px;
}
	
* html .authlink {
	position:relative;z-index:5; top:-303px;
	left: expression(document.body.clientWidth <950 ? ((121 - document.body.clientWidth / 2)+'px') : ((105 - document.body.clientWidth / 2)+'px'));
	letter-spacing:1px; width:100px;
	font-weight:normal;
}

*+html .authlink {
	position:relative;z-index:5; top:-303px;
	left: expression(document.body.clientWidth <950 ? ((121 - document.body.clientWidth / 2)+'px') : ((105 - document.body.clientWidth / 2)+'px'));
	left:65px;
	letter-spacing:1px; width:100px;
	font-weight:normal;
}


* html h2 {
	font-size:18px;
}

* html h3 {
	font-size:11px;
	font-weight:bolder;
}	