/* ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
   These styles make Internet Explorer for Windows display pages properly.
   +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
*/

.tb-submit {
	font-size: 1em;
	padding: 0;
	}
body {
	/* Overcomes IE's improper use of the overflow style element - not ideal, but better than nothing */
	word-wrap: break-word;
	}
