*
{
	margin: 0;
	padding: 0;
}
BODY
{
	background: #FEFEFE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333;
	overflow: hidden;
}
A
{
	text-decoration: none;
	color: #333;
}
A:hover
{
	text-decoration: underline;
}
#soonWrapper
{
	background: rgba(245, 245, 245, 0.8);
	-pie-background: #f5f5f5;
	border: 10px solid #DDD;
	border-radius: 25px;
	box-shadow: 20px 20px 20px rgba(51, 51, 51, 0.5);
	height: 188px;
	left: 50%;
	margin: -120px 0 0 -313px;
	padding: 30px;
	position: absolute;
	top: 50%;
	width: 567px;
	behavior: url(/media/plg_n3tcomingsoon/css/pie.php);
}
#soonWrapper.maillistEnabled
{
	top: 40%;
}
H1
{
	margin: 80px 0 10px;
	font-size: 3em;
	text-shadow: 5px 5px 5px #999;
	filter: "chroma(color=#f5f5f5), shadow(color=#999999,direction=135,strength=5)";
	display: none;
}
#soonLogo
{
	position: absolute;
	top: 30px;
	right: 131px;
}
#soonText
{
	text-align: center;
	font-size: 2em;
	color: #999;
	text-shadow: 5px 5px 5px #DDD;
	filter: "chroma(color=#f5f5f5), shadow(color=#dddddd,direction=135,strength=5)";
	margin: 160px 30px 0 0;
	padding: 0px 7px;
}
#soonText A
{
	color: #999;
}
#soonCountDown
{
	height: 60px;
	text-align: center;
	margin: 30px 0 15px;
}
H2
{
	text-align: center;
	font-size: 1.4em;
	color: #666;
}
#soonDaysWrapper, #soonHoursWrapper, #soonMinutesWrapper, #soonSecondsWrapper
{
	position: relative;
	display: inline-block;
	height: 40px;
	padding: 10px;
	background: #000;
	color: #EEE;
	border-radius: 10px;
	behavior: url(/media/plg_n3tcomingsoon/css/pie.php);
}
#soonDays, #soonHours, #soonMinutes, #soonSeconds
{
	display: block;
	height: 30px;
	font-size: 2em;
}
#soonDaysLabel, #soonHoursLabel, #soonMinutesLabel, #soonSecondsLabel
{
	display: block;
	height: 20px;
	font-size: 0.8em;
	color: #FFF;
}
.maillistWrapper
{
	background: rgba(245, 245, 245, 0.8);
	-pie-background: #f5f5f5;
	border: 10px solid #DDD;
	border-radius: 25px;
	box-shadow: 20px 20px 20px rgba(51, 51, 51, 0.5);
	left: 50%;
	margin: 210px 0 0 -290px;
	padding: 10px;
	position: absolute;
	top: 40%;
	width: 540px;
	behavior: url(/media/plg_n3tcomingsoon/css/pie.php);
	text-align: center;
}
.maillistText
{
	margin: 0 0 10px;
}
.maillistField, .maillistButton
{
	display: inline;
}
.inputbox
{
	width: 150px;
	padding: 5px;
	font-size: 1.1em;
	color: #BBB;
	border: 1px solid #DDD;
	height: 20px;
}
.maillistNoName .inputbox
{
	width: 300px;
}
.inputbox:hover, .inputbox:focus
{
	border: 1px solid #333;
	color: #333;
}
.button
{
	width: 150px;
	padding: 5px;
	font-size: 1.1em;
	color: #333;
	background: #DDD;
	height: 32px;
	border: 1px solid #DDD;
	cursor: pointer;
	border-radius: 16px;
	behavior: url(/media/plg_n3tcomingsoon/css/pie.php);
}
.button:hover
{
	color: #EEE;
	background: #000;
	border: 1px solid #000;
}
#system-message, #system-message UL
{
	list-style: none;
}
#system-message DT
{
	display: none;
}
#social
{
	position: fixed;
	top: 200px;
	right: 0;
	overflow: hidden;
	list-style: none;
	width: 40px;
}
#social LI
{
	padding: 5px;
	margin: 0 0 10px 10px;
	background: rgba(245, 245, 245, 0.8);
	-pie-background: #f5f5f5;
	border-top: 2px solid #DDD;
	border-left: 2px solid #DDD;
	border-bottom: 2px solid #DDD;
	border-radius: 5px 0 0 5px;
	behavior: url(/media/plg_n3tcomingsoon/css/pie.php);
}
#social A
{
	display: block;
	width: 28px;
	height: 28px;
	background-image: url(../images/social.png);
	background-repeat: no-repeat;
}
#social A SPAN
{
	display: none;
}
#social LI:hover
{
	margin: 0 0 10px;
	transition: margin .5s;
	-moz-transition: margin .5s;
	-webkit-transition: margin .5s;
	-o-transition: margin .5s;
}
#social A#facebook
{
	background-position: 0 0;
}
#social LI:hover A#facebook
{
	background-position: 0 -28px;
}
#social A#twitter
{
	background-position: -28px 0;
}
#social LI:hover A#twitter
{
	background-position: -28px -28px;
}
#social A#googleplus
{
	background-position: -56px 0;
}
#social LI:hover A#googleplus
{
	background-position: -56px -28px;
}
#social A#youtube
{
	background-position: -84px 0;
}
#social LI:hover A#youtube
{
	background-position: -84px -28px;
}
