@charset "utf-8";
/* CSS Document */

.uk_form_elem_outer_container{
	width: 100%;
	height: auto;
    overflow:auto;
	 display: table;
    border-collapse: collapse;
 /*   
 background-color: #b3d4fc;
 color: #ffffff;
 */
background-color: #d1e4ff;
 color: #666666; 
/*border-bottom: 4px solid rgba(255, 255, 255, .5);*/
border-bottom: 4px solid #c9dfff;

margin-bottom: 2px;
transition: border-color ease-in-out .15s,background-color ease-in-out .15s;

 
}
.uk_form_elem_outer_container:after {
   content:'';
   display:block;
   clear: both;
}

.uk_form_elem_outer_container:hover {
   background-color: #65abff;
   color: #ffffff; 
   border-bottom: 4px solid #1c80f9;
   /*
       -moz-transform: scale(1.02);
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
   */
  

}