

.popup {
    background-color: rgba(255,0,0,0.3);
    color: #000;
    width: 450px;
    height: 315px;
    left: 100%;
    padding: 0px;
    position: fixed;
    right: 30%;
    top: 25%;
    width: 450px;
    z-index: 101;
	/*border:5px solid #888888;*/
	-moz-box-shadow: 0px 0px 10px 1px #888888;
	-webkit-box-shadow: 0px 0px 10px 1px #888888;
	box-shadow: 0px 0px 10px 1px #888888;
	border-radius:10px;
	-moz-border-radius:10px;
}
.fb

{

 background-color: 000;

}

.overlay {
   background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 100;
	opacity:0.5;
}

a.close {
    background: url("cancel.png") repeat scroll left top transparent;
    cursor: pointer;
    float: right;
    height: 26px;
    left: 31px;
    position: relative;
    top: -33px;
    width: 26px;
}