#modalka2 .modal-content {
   margin-top: 10%;
}

#modalka2 .modal-content {
   -moz-border-radius: 6px;
   -moz-box-shadow: 0px 3px 9px rgba(0,0,0,0.50);
   -webkit-border-radius: 6px;
   -webkit-box-shadow: 0px 3px 9px rgba(0,0,0,0.50);
   background-color: #FFFFFF;
   background-image: none;
   border: 1px #CCCCCC solid;
   border-radius: 6px;
   box-shadow: 0px 3px 9px rgba(0,0,0,0.50);
   overflow: visible;
}
#modalka2.fade {
   -o-transition: opacity .15s linear;
   -webkit-transition: opacity .15s linear;
   opacity: 0;
   transition: opacity .15s linear;
}
#modalka2.fade.in {
   opacity: 1;
}
#modalka2.modal {
   -webkit-overflow-scrolling: touch;
   bottom: 0px;
   display: none;
   left: 0px;
   outline: 0;
   overflow: hidden;
   position: fixed;
   right: 0px;
   top: 0px;
   z-index: 1050;
}
#modalka2 .modal-open .modal {
   overflow-x: hidden;
   overflow-y: auto;
}
#modalka2 .modal-open {
   overflow: hidden;
}
#modalka2 .modal-dialog {
   margin: 30px auto;
   position: relative;
   width: 317px;
}
#modalka2 .modal-content {
   -webkit-background-clip: padding-box;
   background-clip: padding-box;
   outline: 0;
   position: relative;
}
#modalka2 .modal-header {
   border-bottom: 1px solid #CCCCCC;
   min-height: 16px;
   padding: 15px;
}
#modalka2 .modal-title {
   color: #CCCCCC;
   font-size: 18px;
   font-weight: 500;
   margin: 0;
}
#modalka2 .modal-body {
   height: 277px;
   position: relative;
   width: 317px;
}
#modalka2 .close {
   -webkit-appearance: none;
   background: 0 0;
   border: 0;
   color: #CCCCCC;
   cursor: pointer;
   filter: alpha(opacity=50);
   float: right;
   font-size: 21px;
   font-weight: 700;
   line-height: 1;
   margin-top: -2px;
   opacity: 0.5;
   padding: 15px 15px 0px 0px;
   text-shadow: 0px 1px 0px #fff;
}