.box #buttons, .box .buttons {
	width: 190px;
	left: -17px;
}

.box h2 {
	width: 190px;
}
/*
These styles cause password fields in IE to change length and overflow the form on focus! 
input[type='password'] {
	font-family:verdana, sans-serif\9;
	width:238px;
}
#login input[type='password'] {
	width:112px;
}
*/

.loginBtn {
	*float:none;
	*margin:10px 28px 0 0;
}