* {
	margin: 0px;
	padding: 0px;
}

html { height: 100%; }

body {
	background: url("./images/sky.png") no-repeat center bottom;
	height: 100%;
}

div.clear { clear: both; }

#Page {
	height: 353px;
	width: 800px;
	margin: auto auto;
	padding: 100px 100px 0px 0px;
}

#Bird {
	float: left;
	background: url("./images/bird.png") no-repeat 0px 162px;
	width: 364px;
	height: 353px;
}

#Content {
	float: right;
	width: 436px;
	padding-top: 40px;
}

#Content > a {
	height: 52px;
	width: 259px;
	display: block;
	background: url("./images/logo.png");
	margin: 10px;
}

#Content a span {
	display: none;
}

#Top {
	padding-top: 8px;
	background: url("./images/form_top.png") no-repeat;
}

#Middle { 
	background: #ddeef6;
	padding: 10px;
}

#Form dl { float: left; }

#Form dt {
	font: 28px "Trebuchet MS", Verdana, Sans-serif;
	color: #5599bb;
}

#Form input.user {
	height: 38px;
	width: 345px;
	background: url("./images/text_bg.png") repeat-x;
	border: 1px solid #5599bb;
	font: 24px "Trebuchet MS", Verdana, Sans-serif;
	color: #376a82;
}

#Submit { 
	float: right;
	padding-top: 36px;
}

#Form input.submit {
	width: 57px;
	height: 40px;
	background: url("./images/button.png") no-repeat;
	border: 0px;
	font: bold 20px "Trebuchet MS", Verdana, Sans-serif;
	color: #ddeef6;
	cursor: pointer;
}

#Form input.submit:hover { background-position: 0px -40px; }
#Form input.submit:active { background-position: 0px -80px; }

#Loading { display: none; }
#Response { display: none; }

#Loading img {
	display: block;
	margin: 0px auto;
}

#Loading h1 {
	font: 20px "Trebuchet MS", Verdana, Sans-serif;
	color: #376a82;
	margin: 0px auto;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3px;
}

#Loading h2 {
	font: 14px "Trebuchet MS", Verdana, Sans-serif;
	color: #376a82;
	margin: 0px auto;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#Response p { 
	font: 16px "Trebuchet MS", Verdana, Sans-serif;
	padding-bottom: 10px;
}
#Response a, #Response strong {
	color: #376a82;
	font-weight: bold;
}

#Response input {
	width: 410px;
	height: 40px;
	background: url("./images/big_button.png") no-repeat;
	border: 0px;
	font: bold 20px "Trebuchet MS", Verdana, Sans-serif;
	color: #ddeef6;
	cursor: pointer;
	display: block;
}

#Response input:hover { background-position: 0px -40px; }
#Response input:active { background-position: 0px -80px; }

#Error { display: none; }
#Error h1 {
	font: 20px "Trebuchet MS", Verdana, Sans-serif;
	color: #ff2222;
}

#Bottom {
	padding-bottom: 8px;
	background: url("./images/form_bottom.png") no-repeat bottom;
}