*
{
	margin:0;
	padding:0;
}

body
{
	height: 100%;
	width: 100%;
	background:#ededed;
	font-size:15px;
	overflow:hidden;
}

#overlay
{
	display:none;
	font-size:30px;
	color:#fff;
	height:100%;
	width:100%;
	background:#302f58;
	opacity:.91;
	top: 0;
	left: 0;
	position:absolute;
	z-index:9999999;
}

#inner_overlay
{
	min-width:865px;
	margin:97px 0 0 102px;
}

#inner_overlay h2
{
	float: left;
}

#inner_overlay p
{
	width:80%;
	float:left;
}

#overlay #continue_link
{
	position:relative;
	top:20px;
	left: -8px;
	clear: both;
	width:140px;
	height:46px;
	float:left;
}

#overlay #continue_link img
{cursor:pointer;}

#top
{
	width:100%;
	height:40px;
	background:#CCC;
}

#top ul
{
	background:#ccc;
	height:35px;
	list-style:none;
	opacity:.7;
	margin-left:25px;
}

#top ul li a
{
	font-size:12px;
	display:block;
	float:left;
	color:#000;
	font-weight:700;
	text-decoration:none;
	-moz-border-radius:3px;
	margin:9px 10px 0;
	padding:5px 15px;
}

#top ul .first a
{
	margin:9px 20px 0;
}

#top ul .current a
{
	background:#2f2c30;
	color:#fff;
}

#top ul li a:hover
{
	background:#0A0A0A;
	color:#fff;
}

#top #logo
{
	position:relative;
	float:right;
	right:100px;
	top:40px;
}

#select-view {
	position: absolute;
	top: 0;
	z-index:999999;
	left: 40px;
	float: left;
}

#select-view ul li{
	display: inline;
}

#select-view a {
	background:#FFF;
	display: block;
	float: left;
	text-decoration: none;
	color: #666;
	margin: 0 7px 0 0;
	font-size: 11px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-box-shadow:0 1px 3px #d5d5d5;
	-webkit-box-shadow:0 1px 3px #d5d5d5;
	padding:5px 10px 7px 10px;
}


#logo
{
	cursor:move;
	position:absolute;
	z-index:999999;
	width:250px;
	height:250px;
	background:none;
}

.content
{
	font-size:30px;
	color:#666;
	height:100%;
	width:100%;
	position:absolute;
}

.inner_content
{
	min-width:865px;
	margin:125px 0 0 94px;
}

.inner_content h2
{
	float: left;
}

.inner_content p
{
	width:80%;
	float:left;
}

.draggable
{
	font-family:'Courier New', Courier, Fixed, Mono-space, 'Lucida Grande', Arial, Verdana, Sans-Serif;
	width:170px;
	height:170px;
	background:#4AFFFF;
	color:#000;
	position:absolute;
	opacity:.9;
	cursor:move;
	-moz-box-shadow:0 1px 3px #d5d5d5;
	-webkit-box-shadow:0 1px 3px #d5d5d5;
	padding:10px;
}

.draggable p
{
	font-weight:400;
	font-size:12px;
	line-height:135%;
}

.draggable .border
{
	height:2px;
	background:#000;
	opacity:.1;
	margin:7px 0;
}

.draggable h2
{
	text-decoration:none;
	font-size:12px;
}

#uploadform
{
	cursor:move;
	background:#fff;
	position:absolute;
	width:735px;
	height:45px;
	z-index:99999;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 2px 6px #999;
	-webkit-box-shadow:0 2px 6px #999;
	padding:15px;
}

#step1 #send
{
	background:#2fc2d3;
	float:right;
	width:80px;
	height:75px;
	position:relative;
	top:-15px;
	right:-15px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-top-right-radius:5px;
	cursor:pointer;
}

#step1 #send #count
{
	color:#FFF;
	font-size:24px;
	margin:25px 0 0;
}

#step1 label,#step1 #message
{
	float:left;
	display:block;
}

#step1 #message
{
	font-size:14px;
	width:344px;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:inset 0 0 4px #bababa;
	-moz-box-shadow:inset 0 0 4px #bababa;
	-webkit-box-shadow:inset 0 0 4px #bababa;
	background:#ededed;
	margin:0 0 0 15px;
	padding:14px;
}

#step2 #voornaam,#step2 #achternaam
{
	font-size:14px;
	width:175px;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:inset 0 0 4px #bababa;
	-moz-box-shadow:inset 0 0 4px #bababa;
	-webkit-box-shadow:inset 0 0 4px #bababa;
	background:#ededed;
	margin:0 0 0 15px;
	padding:14px;
}

#step2 #send
{
	background:#649934;
	float:right;
	width:130px;
	height:75px;
	position:relative;
	top:-15px;
	right:-15px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}

#step3 #email
{
	font-size:14px;
	width:385px;
	border:none;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	box-shadow:inset 0 0 4px #bababa;
	-moz-box-shadow:inset 0 0 4px #bababa;
	-webkit-box-shadow:inset 0 0 4px #bababa;
	background:#ededed;
	margin:0 0 0 15px;
	padding:14px;
}

#step3 #send
{
	background:#cd0066;
	float:right;
	width:130px;
	height:75px;
	position:relative;
	top:-15px;
	right:-15px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}

#step4 #send
{
	background:#ff9903;
	float:right;
	width:80px;
	height:75px;
	position:relative;
	top:-15px;
	right:-15px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topright:5px;
	-webkit-border-radius:5px;
	cursor:pointer;
}

.ui-draggable-dragging
{
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 2px 6px #333;
	-webkit-box-shadow:0 2px 6px #333;
}

body .ui-draggable-dragging
{background:red;}

#list
{
	display:none;
	position:absolute;
	left:10px;
	top:60px;
	padding:15px;
}

#list .item
{
	font-size:12px;
	font-family:'Courier New', Courier, Fixed, Mono-space, 'Lucida Grande', Arial, Verdana, Sans-Serif;
	border-bottom:solid 1px #cfcfcf;
	padding:10px;
}

#list .item div
{
	width:190px;
	display:block;
	float:left;
}

#list .item .listname
{
	display:block;
	height:auto;
	float:left;
	margin:0 4px 20px 0;
}

#list .item span
{display:block;}

#list .item p
{
	font-weight:400;
	font-size:12px;
}

input#name,.counter
{display:none;}

#count
{
	display:block;
	width:80px;
	text-align:center;
}

#top #logo a img,#top a img
{border:none;}

#step1 #send img,#step4 #send img
{
	margin:15px 0 0 18px;
}

#step1 label,#step4 label
{
	font-size:24px;
	color:#666;
	position:relative;
	top:8px;
	left:8px;
	width:260px;
}

#step2 label,#step3 label
{
	font-size:24px;
	color:#666;
	position:relative;
	top:2px;
	left:8px;
	width:260px;
}

#step2 #send img,#step3 #send img
{
	margin:15px 0 0 5px;
}

#step2 #prev,#step2 #next,#step3 #prev,#step3 #next
{float:left;}

#step2 #prev,#step3 #prev
{
	margin:0 5px 0 10px;
}

#footer {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
	height: 75px;
	width: 280px;
	color: #999999;
}

#footer p {
	font-size: 10px;
	z-index: 9;
	line-height: 135%;
}

#footer #footersegment1, #footer #footersegment3 {
	width: 190px;
	float: left;
}

#footer #footersegment2 {
width: 80px;
float: left;
}

			.isotope-item {z-index:9999;}
			
			.isotope-hidden.isotope-item {
			pointer-events:none;
			z-index:9998;
			}
			
			.isotope,.isotope .isotope-item {
			-webkit-transition-duration:0.8s;
			-moz-transition-duration:0.8s;
			transition-duration:0.8s;
			}
			
			.isotope {
			-webkit-transition-property:height, width;
			-moz-transition-property:height, width;
			transition-property:height, width;
			}
			
			.isotope .isotope-item {
			-webkit-transition-property:0 opacity;
			-moz-transition-property:0 opacity;
			transition-property:transform, opacity;
			}
			
			.isotope.no-transition,.isotope.no-transition .isotope-item {
			-webkit-transition-duration:0;
			-moz-transition-duration:0;
			transition-duration:0;
			}
			
			.isotope.infinite-scrolling {
			-webkit-transition:none;
			-moz-transition:none;
			transition:none;
			}
			
			#footer {position:fixed;}
			
			#postits {
				margin:30px 0 0 40px;
			}
			
			.box {
			font-family:'Courier New', Courier, Fixed, Mono-space, 'Lucida Grande', Arial, Verdana, Sans-Serif;
			width:180px;
			height:180px;
			background:#4AFFFF;
			color:#000;
			position:absolute;
			opacity:.9;
			cursor:move;
			-moz-box-shadow:0 1px 3px #d5d5d5;
			-webkit-box-shadow:0 1px 3px #d5d5d5;
			padding:10px;
			}
			
			.box p {
			font-weight:400;
			font-size:12px;
			line-height:135%;
			}
			
			.box .border {
			height:2px;
			background:#000;
			opacity:.1;
			margin:7px 0;
			}
			
			.box h2 {
			text-decoration:none;
			font-size:12px;
			}
			
			.widebox {
				width:95%;
				margin:0 20px 5px 0;
			}	
