/*
 * @author: Mircea Zetea	
 * @company: IT Exchange
 * @package: Flor de Cabrera
 * @description: pop-up window styles
*/
body{
	background-color:#999999;
}
#container{
	width:625px;
}
.clear{
	clear:both;	
}
#top{
	background:url(../slices/pop-up-top.jpg) no-repeat;
	width:625px;
	height:45px;
}
#top h1{
	font:bold 18px Verdana;
	margin:0;
	float:left;
	margin-top:10px;
	margin-left:10px;
}
#top a{
	float:right;
	background:url(../slices/pop-up-close.jpg) no-repeat;
	width:28px;
	height:28px;
	margin-right:10px;
	margin-top:10px;
}
#middle{
	background-color:#fff;
	font:12px Verdana;
	padding:10px;
}
#middle img{
	float:left;
}
#middle p{
	width:370px;
	float:left;
	margin-left:10px;
}
#bottom{
	background:url(../slices/pop-up-bottom.jpg) no-repeat;
	width:625px;
	height:35px;
}

