.wishlist_email{
background: white;
    position: absolute;
    top: 5%;
    left: 0;
    margin: auto;
    right: 0;
    display: none;
    width: 585px;
}
.ws_wishlist_email{
	width:100%;	
}
.wishlist_email h3{
	margin-bottom: 20px;
}
.wishlist_email .checkoutInput{
	position:relative;
	width:100%;
	margin:0 0 20px;
}
.js_wsemail_submit{
	width:100%;	
}
.wishlist_email input[name="ws_input_email"]{
	width:100%;
}
.error-field{
	outline:1px red solid!important;
}
.error-field-text{
    color: red;
    bottom: -21px;
    left: 0;
    position: absolute;	
}
.error-field-text sup{
    top: -1px;
    position: relative;
    margin: 0 5px 0 0;
    display: inline-block;	
}
.ws-ok-email{
	display:block;
	text-align:center;
	color:green;
}
