/* Advanced External Links */
a.cancel_btn{
   display: inline-block;
   vertical-align: baseline;
   text-align: center;
   text-decoration: none;
   padding: .5em .6em;
   -moz-border-radius: 2px;
   -webkit-border-radius: 2px;
   -khtml-border-radius: 2px;
   border-radius: 2px;
   border-style: solid;
   border-width: 1px;
   -webkit-appearance: button;
   line-height: normal;
   color: #404040;
   border-color: #ccc;
   background: #f6f6f6;
   background-image: none;
   background-image: -moz-linear-gradient(top, #fff, #eee);
   background-image: -ms-linear-gradient(top, #fff, #eee);
   background-image: -o-linear-gradient(top, #fff, #eee);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#eee));
   background-image: -webkit-linear-gradient(top, #fff, #eee);
   background-image: linear-gradient(top, #fff, #eee);
   text-shadow: 0 1px 1px #ddd;
   overflow: visible;
   padding-left: .5em;
   padding-right: .5em;
   font-size: 1.084em;
}
a.cancel_btn:hover{
   color: #101010;
   background: #f3f3f3;
   background-image: -moz-linear-gradient(top, #fff, #ebebeb);
   background-image: -ms-linear-gradient(top, #fff, #ebebeb);
   background-image: -o-linear-gradient(top, #fff, #ebebeb);
   background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#ebebeb));
   background-image: -webkit-linear-gradient(top, #fff, #ebebeb);
   background-image: linear-gradient(top, #fff, #ebebeb);
   border-color: #84bce4;
   -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
   box-shadow: 0 1px 2px rgba(0, 0, 0, .1)
}

.attention-yellow {display:block; color:#cd853f;background-color:#FEFFE6;border: 1px solid #cd853f; border-radius: .35em; width: fit-content; width: -moz-fit-content; width: -webkit-fit-content; padding: 10px 20px;}
