/* Embed div style */
.sharemail_wrap { display: none; background-color: #fff; width: 600px; padding: 20px; padding-right: 0; }
.sharemail_wrap h2 { margin: 0; padding: 0 0 15px 0; font-family: Avenir-Black,sans-serif; font-size: 14px; color: #000; }
.sharemail_wrap .share_success { display: none; }
.sharemail_wrap .two_column { overflow: hidden; padding-right: 5px; }
.sharemail_wrap .two_column .column { float: left; width: 50%; padding-right: 15px; margin-bottom: 15px; }
.sharemail_wrap .one_column { padding-right: 5px; }
.sharemail_wrap .one_column .column { width: 100%; padding-right: 15px; margin-bottom: 15px; }
.sharemail_wrap input[type=text] { width: 100%;  height: 27px; line-height: 27px; padding-left: 10px; border: 1px solid #666; }
.sharemail_wrap textarea { width: 100%; height: 130px; padding: 10px; border: 1px solid #666; }
.sharemail_wrap label { font-weight: normal; font-size: 12px; color: #000; }
.sharemail_wrap .share_link,
.sharemail_wrap .share_link:hover { 
    display: inline-block; padding-right: 15px; height: 27px; line-height: 27px; color: #fff; background-color: #da2129;
    text-transform: uppercase; position: relative; padding-left: 30px; margin-right: 20px; text-decoration: none; text-align: center;
}
.sharemail_wrap .share_link i { position: absolute; display: inline-block; width: 10px; height: 16px; background: url(https://c.oneday.com.hk/usr/share/component/oneday/default/plugins/sharemail/images/icon_shortlists_action.png) no-repeat -36px 0; left: 10px; top: 4px;}
.sharemail_wrap .error { color: #da2129; }
body .fancybox-skin { background-color: #ffffff; }
.sharemail_wrap .sendCopy span { position: relative; top: -2px; margin-left: 5px; }

/* Special page style */
#odps_sharemail .sharemail_wrap { display: block; }

@media screen and (max-width:991px) {
    .sharemail_wrap { width: auto; }
}
@media screen and (max-width:767px) {
    .sharemail_wrap .two_column .column { float: none; width: auto; }
}
