Your IP : 216.73.216.240


Current Path : /home/juvelize/martine/plugins/system/popup_anywhere/css/
Upload File :
Current File : /home/juvelize/martine/plugins/system/popup_anywhere/css/rounded.css

@CHARSET "UTF-8";

	
/*light box window formating */

	#sbox-window{
		/* border */
		padding:0 !important;
		border:5px solid #444;
		background-color:#444;
	}
	
	#sbox-window, #sbox-content{
		/* rounded corner */
		-moz-border-radius: 15px !important;
		-webkit-border-radius: 15px !important;
		border-radius: 15px !important;	
	}