.helper-content{padding:0 0 10px;position:relative;font-size:13px;background:#fff;border-style:solid;border-width:1px;border-color:#dfdfdf;border-color:rgba(0,0,0,.125);-webkit-border-radius:3px;border-radius:3px;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.19);-moz-box-shadow:0 2px 4px rgba(0,0,0,.19);box-shadow:0 2px 4px rgba(0,0,0,.19)}
.helper-content h3{
text-align: center;
position:relative;
margin:0 0 5px;
padding:15px 18px 14px 15px;
line-height:1.4em;font-size:14px;
color:#fff;
border-radius:3px 3px 0 0;
text-shadow:0 -1px 0 rgba(0,0,0,0.3);
background-color:#63a62f;
/*background-image:-webkit-linear-gradient(bottom,#72a7cf 0,#8cc1e9 100%);*/
/*background-image:-moz-linear-gradient(bottom,#72a7cf 0,#8cc1e9 100%);*/
/*background-image:-ms-linear-gradient(bottom,#72a7cf 0,#8cc1e9 100%);*/
/*background-image:-o-linear-gradient(bottom,#72a7cf 0,#8cc1e9 100%);*/
/*background-image:linear-gradient(bottom,#72a7cf 0,#8cc1e9 100%);*/

background-image:-webkit-linear-gradient(bottom,#7fbf4d 0,#63a62f 100%);
background-image:-moz-linear-gradient(bottom,#7fbf4d 0,#63a62f 100%);
background-image:-ms-linear-gradient(bottom,#7fbf4d 0,#63a62f 100%);
background-image:-o-linear-gradient(bottom,#7fbf4d 0,#63a62f 100%);
background-image:linear-gradient(bottom,#7fbf4d 0,#8cc1e9 100%);



}

.helper-content h3:before{position:absolute;top:0;left:15px;content:' ';width:36px;height:100%;}
.helper-content p{padding:0 15px}
.helper-buttons{margin:0;padding:5px 15px;overflow:auto}
.helper-buttons a{float:right;display:inline-block;text-decoration:none}
.helper-buttons a.close{position:relative}
.helper-buttons a.close:before{content:' ';width:10px;height:100%;position:absolute;left:-10px;}
.helper-buttons a.close:hover:before{background-position:100% 50%}
.helper-arrow,.helper-arrow-inner{position:absolute;width:0;height:0}
.helper-arrow{z-index:10;background:url('/images/icons/helper-arrow-pointer-green.png') 0 0 no-repeat}
.helper-arrow-inner{z-index:20}
.helper-top,.helper-topRight,.helper-undefined{padding-top:13px}
.helper-bottom{padding-bottom:13px}
.helper-left{padding-left:13px}
.helper-right{padding-right:13px}
.helper-top .helper-arrow,.helper-topRight .helper-arrow,.helper-bottom .helper-arrow,.helper-undefined .helper-arrow{left:50px;width:30px;height:14px}
.helper-left .helper-arrow,.helper-right .helper-arrow{top:50%;margin-top:-15px;width:14px;height:30px}
.helper-top .helper-arrow,.helper-undefined .helper-arrow{top:0;background-position:0 0}
.helper-topRight .helper-arrow{top:0;left:260px;background-position:0 0}
.helper-bottom .helper-arrow{bottom:0;background-position:0 -46px}
.helper-left .helper-arrow{left:0;background-position:0 -15px}
.helper-right .helper-arrow{right:0;background-position:-16px -15px}