.ace_dd {
    position: absolute;
    z-index: 99999;
    padding: 6px 0px 6px 0px;
    background: #fff;
    text-align: left;
    display: none;
    margin-top: -2px;
    border-top: 1px solid #c8c8c8;
    border-right: 1px solid #bebebe;
    border-bottom: 1px solid #a8a8a8;
    border-left: 1px solid #bebebe;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
    box-shadow: 1px 3px 6px rgba(0,0,0,0.15);
}
   /* <!--Prevents text flashing up before widget loads-->*/
        .addeventatc {visibility:hidden;}
        .ace_btn {padding: 10px 20px;display:inline-block;border:1px solid #999;}
a.ace_opt {
    display: block;
    line-height: 100%;
    background: #fff;
    text-decoration: none;
    font-size: 12px;
    color: #000;
    padding: 10px;
}
a.ace_opt:hover {
	background-color: #f0f0f0;
	color: black;
	text-decoration: none;
}
.ace_dd:hover {
	display: none;
	border: 1px solid #aaa;
	position: absolute;
	background: white;
	z-index: 1000;  
}
.ace_dd em {
    font-size: 12px!important;
    color: #999!important;
}
.ace_btn {
    color: #000;
    border: 1px solid;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    text-decoration: none;
    padding: 10px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ace_btn:hover{
    border-color: #962b33;
color: #962b33;
text-decoration:none
}