
.boxes
{
	width: 500px;
	background: #FFF;
	background-image:url(../images/close-x-button.jpg);
	background-repeat:no-repeat;
	background-position:top right;
	text-align:justify ;
	position: fixed;
	margin-left: -250px;
	margin-top: -75px;
	padding:15px 15px 0 15px;
	left: 50%;
	top: 50%;
	z-index: 20;
	display: none;
}
.boxes a{
    text-decoration: underline;
    color: blue;
}
.sponsors-logos{
	height:100px;
	width:150px;
	border:none;
	cursor: pointer;
	/*	-moz-box-shadow: 0 0 2px #888;
	-webkit-box-shadow: 0 0 2px #888;
	box-shadow: 0 0 2px #888;*/
		
}
.sponsors-logos:hover{
	//height:100px;
	//width:150px;
	//border-style:solid;
	//border-width:2px;
	//border-color:#FFF;
	

	
}

#content input#button1{
	width:181px;
	height:100px;
	background-image:url(../../images/Partners_images/AIG/AIG_logo.jpg);
	
}



#content input#button2{
	width:120px;
	height:100px;
	//background-image:url(../../images/Partners_images/S/diespi_logo.jpg);
        background:transparent url(../../images/Partners_images/Sauti/sauti_logo.png) no-repeat center;
	
}

#content input#button3{
	width:211px;
	height:70px;
	//background-image:url(../../images/Partners_images/inoveIT/inovelIT__logo.jpg);
	background: transparent url(../../images/Partners_images/InternetworkingConsultants/internetworking_consultants_logo.png) no-repeat center;
	
}

#content input#button4{
	width:168px;
	height:100px;
	background-image:url(../../images/Partners_images/Tecnica/tecnica_logo.jpg)
	
}



#screen
{
	position: absolute;
	left: 0;
	top: 0;
	background:#000;
	
}