#ml a.open {
	text-decoration: none;
}

#ml .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	/*top: 75%;*/
        top: 0;
	left: 0;
	visibility: hidden;
z-index: 1000;
	}

#ml .overlay a.cancel {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
}

#ml .overlay .f_popup {
	/*margin: 75px auto;   ---- position - centered */
        /*margin: 38% 50% 0;*/
zmargin: 65px 50% 0; 
 top: 65px;
left:550px;
    width: 580px;
	background: #fff;
	border: 1px solid #cccccc;
	width: 580px;
	height:280px;
	position: absolute;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-bottom-right-radius: 15px;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
border-top-left-radius: 15px;

}

#ml .f_popup .close {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('../images/quicklook/quicklook_x.png') no-repeat;
	top: 5px;
	right: 5px;
}

#ml .f_popup .pop-header {
    background-color: #F06D9B;
    height: 23px;
    overflow: hidden;
    padding: 0.4em 1em;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}
#ml .f_popup .pop-header h2{
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase;
    position: relative;
    bottom: 0.4em;
left:10px;
}

#ml .f_popup .p-content {
	max-height: 83%;
	width: 90%;
	padding-left :50px;
	overflow: auto;
        margin-top: 30px;
        text-transform: capitalize;
        line-height:1.5em;
background:none;
text-align:left;
}
#ml .f_popup .p-content .padding-b15-space {
    padding-bottom: 15px;
line-height: 2.5em;
}

#ml .f_popup table.signupframe {
border:none;
width:350px;
}

#ml .f_popup table td {
padding: 5px 0;
border:none;
}

#ml .f_popup p {
	margin: 0 0 1em;
}
#ml .f_popup p:last-child {
	margin: 0;
}
#ml .f_popup ::-webkit-scrollbar {
	width: 10px;
}
#ml .f_popup ::-webkit-scrollbar-thumb {
	background: #ccc;
	border-left: 5px solid #fff;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
#ml .f_popup ::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}
#ml .f_popup ::-webkit-scrollbar-thumb:active {
	background: #999;
}
#ml .f_popup ::-webkit-scrollbar-button {
	display: none;
}
#ml div:target {
	visibility: visible;
	}
input.ml-but {
width: 150px; 
height: 30px; 
font-size: 12px; 
font-weight: bold; 
letter-spacing:1.5px;
background-color: #a9a7a5;
 border-color: #a9a7a5;
padding-bottom:5px;
}

/*==============*/

#ft a.open, #cvvPop a.open {
	text-decoration: none;
}

#ft .overlay, #cvvPop .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	/*top: 75%;*/
        top: 0;
	left: 0;
	visibility: hidden;
z-index: 1000;
	}

#ft .overlay a.cancel, #cvvPop .overlay a.cancel {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: default;
}

#ft .overlay .f_popup {
	/*margin: 75px auto;   ---- position - centered */
        /*margin: 38% 50% 0;*/
margin: 20% 40% 0; 
	background: #fff;
	border: 1px solid #cccccc;
	width: 600px;
	height:350px;
	position: relative;
-moz-border-radius-bottomright: 15px;
-moz-border-radius-bottomleft: 15px;
-moz-border-radius-topright: 15px;
-moz-border-radius-topleft: 15px;
border-bottom-right-radius: 15px;
border-top-right-radius: 15px;
border-bottom-left-radius: 15px;
border-top-left-radius: 15px;

}

#cvvPop .overlay .f_popup {
	/*margin: 75px auto;   ---- position - centered */
        margin: 20% auto 0;
	background: #fff;
	border: 1px solid #cccccc;
	width: 600px;
	height:150px;
	position: relative;

}

#ft .f_popup .close, #cvvPop .f_popup .close {
	position: absolute;
	width: 20px;
	height: 20px;
	background: url('../images/quicklook/quicklook_x.png') no-repeat;
	top: 5px;
	right: 5px;
}

#ft .f_popup .pop-header {
    background-color: #F06D9B;
    height: 23px;
    overflow: hidden;
    padding: 0.4em 1em;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-topleft: 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
}

#cvvPop .f_popup .pop-header {
    background-color: #F06D9B;
    height: 23px;
    overflow: hidden;
    padding: 0.4em 1em;
}

#ft .f_popup .pop-header h2, #cvvPop .f_popup .pop-header h2{
    color: #FFFFFF;
    float: left;
    font-weight: bold;
    font-size: 1.5em;
    text-transform: uppercase;
    position: relative;
    bottom: 0.4em;
padding-top:0;
}

#ft .f_popup h3, #cvvPop .f_popup h3 {
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
    color:#F06D9B;
}

#ft .f_popup .p-content, #cvvPop .f_popup .p-content {
	max-height: 83%;
	width: 90%;
	padding:0 25px;
	overflow: auto;
        margin-top: 1em;
        text-transform: none;
        line-height:1.5em;
background:none;
text-align:left;
}

#ft .f_popup p, #cvvPop .f_popup p {
	margin: 0 0 1em;
}
#ft .f_popup p:last-child, #cvvPop .f_popup p:last-child {
	margin: 0;
}
#ft .f_popup ::-webkit-scrollbar, #cvvPop .f_popup ::-webkit-scrollbar {
	width: 10px;
}
#ft .f_popup ::-webkit-scrollbar-thumb, #cvvPop .f_popup ::-webkit-scrollbar-thumb {
	background: #ccc;
	border-left: 5px solid #fff;
	-webkit-transition: all 200ms;
	-moz-transition: all 200ms;
	-ms-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
}
#ft .f_popup ::-webkit-scrollbar-thumb:hover, #cvvPop .f_popup ::-webkit-scrollbar-thumb:hover {
	background: #aaa;
}
#ft .f_popup ::-webkit-scrollbar-thumb:active, #cvvPop .f_popup ::-webkit-scrollbar-thumb:active {
	background: #999;
}
#ft .f_popup ::-webkit-scrollbar-button, #cvvPop .f_popup ::-webkit-scrollbar-button {
	display: none;
}
#ft div:target, #cvvPop div:target {
	visibility: visible;
	}