/**************************************************************************************/
/*  __  ___                              ____         __ _                            */
/*  \ \/ (_)_ __ ___   ___ _ __   __ _  / ___|  ___  / _| |___      ____ _ _ __ ___   */
/*   \  /| | '_ ` _ \ / _ \ '_ \ / _` | \___ \ / _ \| |_| __\ \ /\ / / _` | '__/ _ \  */
/*   /  \| | | | | | |  __/ | | | (_| |  ___) | (_) |  _| |_ \ V  V / (_| | | |  __/  */
/*  /_/\_\_|_| |_| |_|\___|_| |_|\__,_| |____/ \___/|_|  \__| \_/\_/ \__,_|_|  \___|  */
/*                                                                                    */
/*  --------------------------------------------------------------------------------  */
/*	Author: tt media (Sino Boeckmann)                                                 */
/*	Last change on: 17.02.2010 @ 16:55:08                                             */
/*	Filename: infoBox.css                                                             */
/*	                                                                                  */
/*	This document is copyright protected. All rights are reserved.                    */
/**************************************************************************************/

#infoBoxSet { position:fixed;z-index:9999;top:50%;left:50%;min-width:300px;max-width:600px; }
	#infoBoxSet #infoBox { position:relative;left:3px;top:3px;margin-right:3px;margin-bottom:3px; }
		#infoBoxSet #infoBox .shadowSt { background-image:url("../images/shadow.png"); }
		#infoBoxSet #infoBox .shadowNd { background-image:url("../images/shadow.png");position:relative;left:-1px;top:-1px; }
		#infoBoxSet #infoBox .shadowRd { background-image:url("../images/shadow.png");position:relative;left:-1px;top:-1px; }
		#infoBoxSet #infoBox .shadowTh { background-color:#FFFFFF;border:1px solid #848284;padding:5px;position:relative;left:-1px;top:-1px; }

		#infoBoxSet #infoBox .inlay { border:1px solid #eac2c3;padding:10px;background-color:#FFFFFF; }
			#infoBoxSet #infoBox .inlay .closeImg { overflow:hidden;height:27px;width:27px;padding-left:50px;float:right;position:relative;top:-7px;right:-7px; }
				#infoBoxSet #infoBox .inlay .closeImg img:hover { position:relative;top:-27px;cursor:pointer; }
			#infoBoxSet #infoBox .inlay h1 { margin:0px;padding:0px;font-weight:bold;text-shadow:1px 1px 5px #aaaaaa;font-size:15px; }