/*
	apply rounded borders (ie6 - ie8)
*/
.contact-wrap .top,
.contact-wrap .bottom,
#media-wrapper{
	behavior: url(/css/PIE.htc);
}

.contact-wrap .person{
	bottom: -2px
}

.btn-info span {
    left: -100%;
}
.btn-info:hover span {
    left: 0;
}
.btn-info span:first-child {
    left: 0;
}
.btn-info:hover span:first-child {
    left: 100%;
}