				/* Internet Explorer 10-11 */
				@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none)
					{
						.tm-search-wrapper{
							top:14px;
						}
						#tm-buttonBar{
							margin-top: -14px;
						}
					}
				/* Mobiles */
				@media (max-width: 450px) {
					.tm-search-wrapper {
						top: 0px;
					}
					#tm-buttonBar{
						margin-top: 0px;
					}
				}
				
				#tm-search::-ms-clear {
					display: none;
				}