#cust-message-ctr{
    width:564px;
    z-index:9999;
}

#cust-message-top{
	background:url("../../../img/message-box/msg-box-top.1ea0d176d96c.png") no-repeat;
	height:56px;
}

#cust-message-ctr a#close-message-box{
    display:block;
    position:absolute;
    text-indent:-9999px;
    top:10px;
    right:10px;
    height:50px;
    width:50px;
}

.major-action #cust-message-bottom{
	background:url("../../../img/message-box/msg-box-bottom.7dbf4113092d.png") no-repeat;
	height:30px;
}
#cust-message{    
    margin:0 25px 0 5px;
    padding:0 1px;
    border:2px solid #fff;
    background:#fff;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;    
    border-top-bottom-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;    
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

#cust-message .msg-text{
    padding:0 30px;
    position:relative;
    top:-10px;
}

#cust-message-ctr h2{
    background:#ff6d4c;
    padding:0 30px 22px 30px;
    color:#fff;
    font-size:30px;
    line-height:40px;
    margin:0 ;
    font-weight:normal;
    position:relative;
    top:-18px;
}


.major-action #cust-message{
	background:url("../../../img/message-box/msg-box-center.c5b33a80ac2d.png") repeat-y;
	padding:0 60px 10px 40px;
	margin:0;
	border-radius:0;
	border:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
}

#cust-message-ctr.major-action h2{
    font-size:35px;
    line-height:40px;
    font-weight:bold;
    color:#fff;
    margin:0 0 20px 0;
    padding:0;
    position:static;
    background:0;
}

#cust-message-ctr p{
    font-size:15px;
    color:#444;
}

#cust-message-ctr.live-campaign p{
    font-size:20px;
    line-height:25px;
    margin:0 30px 15px 30px;
}

#cust-message-ctr.live-campaign p.message-txt{
    font-size: 16px;
    line-height: 23px;
}

#cust-message-ctr.live-campaign .link-containers {
    margin: 30px 30px 20px 30px;
}

#cust-message-ctr.live-campaign .link-containers .right-link {
    margin-left: 45px;
    font-size: 17px;
    line-height: 22px;
}

#cust-message-ctr.live-campaign p.url-txt{
    color:#fa6847;
    background:#fff;
    padding:8px 10px;
    line-height:25px;
	word-wrap: break-word;
	text-align:center;
	border:1px solid #dedede;
}

#cust-message-ctr.live-campaign .quick-share-tools{
    margin:10px 15px 20px 15px;
}


#cust-message-bg{
    position:fixed;
    top:0;
    right:0;
    bottom:0;
    left:0;
    z-index:9998;
    background:#000;
    opacity:0.2;
    filter: alpha(opacity = 20);
}

#cust-message form{
    width:360px;
}

#cust-message form .errorlist{
    float:right;
    margin:0;
    padding:0;
}

#cust-message form label{
    display:block;
    margin:0 0 5px 0;
}

#cust-message form input[type=submit]{
    -webkit-border-radius: 999px;
    -moz-border-radius: 999px;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    border: 0px;
    font-size: 14px;
    line-height: 30px;
    padding: 4px 15px 6px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.8);
    letter-spacing: 0.3px;
    color: #fff !important;
    -webkit-box-shadow: 0px 0px 2px rgba(233, 105, 42, 0.4); 
    -moz-box-shadow: 0px 0px 2px rgba(233, 105, 42, 0.4);
    box-shadow: 0px 0px 2px rgba(233, 105, 42, 0.4);
	background:#fc7657;
    background-image: -webkit-gradient(
       linear,
       left bottom,
       left top,
       color-stop(0.39, rgb(236, 101, 71)),
           color-stop(0.7, rgb(253, 119, 88))
    );
    background-image: -moz-linear-gradient(
           center bottom,
           rgb(236, 101, 71) 39%,
           rgb(253, 119, 88) 70%
    );
}