/*  IE 8 specific style sheet 
		to make a few small tweaks to touch up IE8's more obvious mistakes */

#regoform input,
#regoform select {
	padding: 3px 3px 3px 3px;
	border: 1px solid #7f7f7f;
	background-color: #f2f2f9;
}

#regoform input[type="submit"] { /* Ensure submit matches other site buttons */ 
  background: url("../images/button_bg.png") no-repeat scroll -4px 0 #1B81C4;
  padding: 5px 40px 6px 40px;
}
