.fade-form {
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 10;
    background-color: white;
    display: none;
}
#report {
    display: none;
    font-size: 14px;
    color: green;
    margin-top: 10px;
}
#error-box {
    display: none;
    margin-top: 10px;
    font-size: 14px;
    color: red;
}
#recall{
    display:inline;
    text-decoration:underline;
    cursor:pointer;
}
#header .grid_3 #sndbutton .button{
  background-image: none; 
  text-align: center;
  box-shadow: 0px 0px 0px transparent;
  -moz-box-shadow: 0px 0px 0px transparent;
  -webkit-box-shadow: 0px 0px 0px transparent;
  height: auto;
  padding-bottom: 5px;
}
#header .grid_3 #sndbutton .button span{
    cursor:pointer;
    background-image: url('../../../templates/midexpress/images/cart-button.png');
    color: black;
    padding: 5px 20px;
    text-decoration: none;
    text-transform: none;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
#header .grid_3 #sndbutton .button span:hover{
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2);
}
#header .grid_3 #sndbutton .button span:active{
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}
#formclose{
    
}
#formclose:hover{
  
}

.unvisible{
    display: none;
}

#mphones{
    position: absolute;
    top: 25px;
    width: 200px;
    border: 1px solid #E7E7E7;
    border-top: 0px;
    font-size: 25px;
    color: black;
    margin-top: 14px;
    font-family: 'LeagueGothicRegular', sans-serif;
    left: -10px;
    z-index: 10;
    background-color: white;
    padding: 2px 10px 10px 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

#mphones span{
    display: block;
    line-height: 30px;
}

.successm{
	font-size: 14px;
	color: green;
	margin-top: 10px;
	text-align: center;
}

.errorm{
	font-size: 14px;
	color: red;
	margin-top: 10px;
	text-align: center;
}