html, body, frame, frameset {
	box-sizing: border-box;
}
html, body {
	/* html tag for ie6 in SC mode */
	scrollbar-base-color: #EE6A00;
	scrollbar-3dlight-color: #EFC468;
	scrollbar-face-color: #EE6A00;
	scrollbar-track-color: #EFC468;
}
html {	
	/* for ie6 in SC mode */
	overflow-x: hidden;
	overflow-y: auto;
}
div {
	box-sizing: border-box;
}	
input.button, button {
	cursor: hand;
}
a.external {
	/* ie cannot dispülay the pseudo element :after, so we hav to format the link itself */
	font-style: italic;
}

