#content{
    margin:0 auto;
    position:relative;
    width:990px;
}

#popup {
    position: absolute;
    display: none;
    padding: 0;
    top: 68px;
    left: 9px;
    text-align: center;
    font-size: 12px; 
	font-family: Verdana;
	text-decoration: none;
    color: #000;  
    font-weight: normal;
    width: 309px;
    background-color: transparent;
}

#popup_bis {
    position: absolute;
    display: none;
    padding: 0;
    top: 68px;
    left: 654px;
    text-align: center;
    font-size: 12px; 
	font-family: Verdana;
	text-decoration: none;
    color: #000;  
    font-weight: normal;
    width: 309px;
    background-color: transparent;
}

#popup div.close,
#popup_bis div.close {
    width: 300px; 
    height: 15px; 
    padding: 0;
    text-align: right; 
    cursor: pointer;
}

input.closepop {
	border:none;
    padding: 0;
	font-size: 12px;
	font-family: Verdana;
	color: #FFF;
	font-weight: bold;
	background-color:transparent;
	cursor: pointer;
}

input.closepop:hover {
	color: #FFFFFF;
}

