/* @override http://piadesign.com/css/styles.css */

/* @override http://piadesign.com/css/styles.css */

* {
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}

html {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #797979;
}

body {
	background: #fffeff;
	color: #424242;
	font: 13px/20px "Helvetica Neue", sans-serif;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -275px;
	width: 200px;
	height: 249px;
	padding: 49px 49px 0 299px;
	-webkit-box-shadow: #000 0 2px 20px;
	-moz-box-shadow: #000 0 2px 10px;
	-webkit-animation-name: popup;
	-webkit-animation-duration: 2s;
	-webkit-animation-iteration-count: 1;
	-webkit-animation-timing-function: ease-in;
}

h1 {
	position: absolute;
	top: 49px;
	left: 49px;
	width: 200px;
	height: 201px;
	font-size: 18px;
	line-height: 25px;
	font-weight: normal;
}

a {
	color: #424242;
	font-weight: bold;
	text-decoration: none;
	text-shadow: rgba(255, 255, 255, .25) 0 1px 0;
}

a:hover, a:focus, a:active {
	color: #069;
}

p {
	margin-bottom: 20px;
}

@-webkit-keyframes popup {
	from {
		-webkit-transform: scale(.1);
	opacity: 0;
}

to {
	-webkit-transform: scale(1);
}
}
