@import url(http://fonts.googleapis.com/css?family=Oswald:400,300,700|Sintony:400,700);

body
{
	background-image:url("../img/background.pattern.png");
	font-family: 'Sintony', sans-serif;
	color:#DBD7D5;
}

#wrapper
{
	width: 960px;
	margin-left:auto;
	margin-right:auto;
}

header
{
	display:block;
	height:128px;
	width:100%;
	margin-bottom:36px;
}

h1
{
	font-family: 'Oswald', sans-serif;
	display:block;
	text-align:center;
	margin-top: 64px;
	font-size:28px;
}

header p
{
	font-size:14px;
	line-height:17px;
	padding:42px 20px;
	text-align:center;
}

section div span
{
	font-size:16px;
	text-transform:uppercase;
}

section div span,
section div input,
section textarea
{
	font-family: 'Oswald', sans-serif;
}

section div input,
section textarea
{
	font-size:16px;
	padding:3px 4px;

	position:relative;
	top:-2px;

	border-radius:4px;
	border:none;

	box-shadow: inset 0px 0px 24px 0px #B7B7B7, inset 0px 0px 2px 1px #B7B7B7;
}

section div #delay
{
	width:42px;
	margin:0px 4px;
}

section div #url
{
	width:728px;
	margin-left:4px;
	margin-right:-6px;
}

section #button
{
	font-family: 'Oswald', sans-serif;
	height:42px;
	line-height:39px;
	font-size:16px;
	text-align:center;
	border:1px solid;
	border-radius:4px;
	cursor:hand;cursor:pointer;
	margin-top:20px;
}

section #code
{
	width:950px;
	height:170px;
	margin-top:22px;
	resize: none;
	background:transparent;
	box-shadow:none;
	border:1px solid;
	color:#DBD7D5;
	font-size:16px;

	text-align:center;
	padding-top:150px;
}

section p
{
	font-size:14px;
	line-height:17px;
	text-align:justify;
	margin:20px 0px;
}
