/* IE suck properties */

/* display: inline-block emulator */
li {
	*display: inline;
	zoom:1;
}

input#submit {
	top: 20px;
}
