html.ie10 body{

}

/* to fix facebok popup for IE 
Forces width and height.

*/

#facebox{

}

#facebox .facebox_iframe{
	width:750px !important;
	height: 720px !important;
}

#facebox .facebox_iframe > *{
	width:750px !important;
	height: 720px !important;
}

html.ie10 body #ie10_submit_button.hide_from_good_browsers{
	display: block;	
}

html.ie10 body #ie10_submit_button.hide_from_good_browsers input[type=submit]{
	width: 80px;
	margin-top: 20px;
}

html.ie10 body .hide_from_ie10 button{
	display: none;
}