body {
	position: absolute;	
	margin: 0px;
	padding: 0px;
	width:100%;
	height:100%;
	display:block;
}
#seebox_Bg{
	background-color:#000;
}
#seebox_Preloader {
	background-image: url(../img/bgLoader.png);
	background-repeat: no-repeat;	
}
#seebox_seeBoxer {
	background-color: #000;	
}
#seebox_textBg {
	background-color: #000;
}
#seebox_seeBoxer_cerrar{
	background-color: #000;
	color: #F30;
}
#seebox_compartir_txt {
	font-family: Arial;
	font-size: 11px;
	color: #069;
}
#seebox_ShareBtn_facebook {
	background-image: url(../img/facebook.png);
	background-repeat: no-repeat;
}
#seebox_ShareBtn_twitter{
	background-image: url(../img/twitter.png);
	background-repeat: no-repeat;
}
#seebox_ShareBtn_delicious {
	background-image: url(../img/delicious.png);
	background-repeat: no-repeat;
}
#seebox_ShareBtn_buzz{
	background-image: url(../img/buzz.png);
	background-repeat: no-repeat;
}
#seebox_textBox_Text{
	color:#FFF;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
}
#seebox_textBox_btn{
	background-color:#000;
	color: #999;
}
