 
#resultMatch .six{padding:10px;}
#resultMatch .six ul li{}
#resultMatch .six ul li a{color:#FFF;}
#signup {
    width: 100%;
    padding-bottom: 2px;
     
    background: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7);
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7);
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
} 

#signup .txt-fld input.good_input {
    background: #DEF5E1 url(img/good.png) 236px center no-repeat;
}
#signup .txt-fld input {
    width: 244px;
    padding: 8px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 1.2em;
    color: #222;
    background: #F7F7F7;
    font-family: "Helvetica Neue";
    outline: none;
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
    border-right: 1px solid #E7E6E6;
    border-bottom: 1px solid #E7E6E6;
}

#signup .txt-fld label {
    display: block;
    float: left;
    width: 90px;
    padding-top:0px;
    color: #222;
    font-size: 1em;
    text-align: left;
}
 #lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

 #signup-header {
    background: url(images/hd-bg.png);
    padding: 18px 18px 14px 18px;
    border-bottom: 1px solid #CCC;
    border-top-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
}
#resultMatch p {
    color: #fcbc4b;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 3px;
    
}
.six{width:45%;float:right;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.cookieinfo{border: #7f9cd6 solid;
position: fixed;
width: 100%;
z-index: 200;
 
padding: 10px;
 }
.cookieinfo p{font-size:10px;}

.cookieinfo a{font-size:10px;}
.cookieinfo button{font-size:10px;}
#resultMatch p strong {
    color: #fcbc4b;
    font-size: 1em;
    font-weight: 700
}

#resultMatch .six {
    padding: 10px
}
