﻿/* .learnMore:hover {
    background: url("../images/btn_preregister_h.png") no-repeat scroll left top transparent;
} */
.learnMore {
    background: url("../images/btn_preregister.png") no-repeat scroll left top transparent;
    border: medium none;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    margin: 0;
    vertical-align: middle;
    width: 155px;
}
.infoIcon {
    color:#5279b2; font-size:14px;
}

 .k-widget.k-tooltip{
-webkit-box-shadow: 9px 11px 5px -8px rgba(74,74,74,1);
-moz-box-shadow: 9px 11px 5px -8px rgba(74,74,74,1);
box-shadow: 9px 11px 5px -8px rgba(74,74,74,1);
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,229,240,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(228,229,240,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,229,240,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,229,240,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(228,229,240,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(228,229,240,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e4e5f0', GradientType=0 );
border:1px solid #767676;
border-radius:3px;
color:#414243;
font-size:11px;
font-family:Arial;
text-align:left;
max-height:200px;
}
.k-widget.k-tooltip .k-callout {
    display:none !important;
}