* { margin: 0; padding: 0; }

html {}

body {
	background: #ff808d url(../img/back.jpg) top left repeat-x;
	color: #51046a;
	font-family: Arial, sans;
	font-size: 12px; 
}

img { border: none; }

h1 a { display: block; width: 413px; height: 354px; background: url(../img/logo.png) top left no-repeat; }
h1 a span { display: none; }

h2 { font-size: 18px; }

.hidden { display: none; }

#nav {
	position: absolute;
	top: 10px;
	left: 460px;
}
#nav li { display: inline; margin-right: 10px; }
#nav li a { color: #fff; text-decoration: none; font-weight: bold; }
#nav li a:hover { color: #fe808c; text-decoration: underline; }

#ponyomatic {
	background: url(../img/ponyomatic.png) 0px 45px no-repeat;
	width: 621px;
	height: 558px;
	top: 188px;
	left: 427px; 
	position: absolute;
}
#ponyomatic #slogan { margin-left: 30px; }
#ponyomatic #ponypic { margin-left: 10px; }

#ponylist {
	top: 188px;
	left: 427px; 
	position: absolute;
}
#ponylist h2 { font-size: 30px; text-align: center; font-weight: normal; color: #fff; margin-bottom: 20px; }
#ponylist a { color: #fff; } 
.ponybox { width: 195px; height: 200px; float: left; margin-right: 30px; text-align: center; }

#quote { position: absolute; left: 500px; top: 50px; }

.pad {
	padding: 20px;
}

.red { color: red; }

#panel1 { line-height: 25px; position: relative; left: 10px; top: 40px; width: 400px; }
#panel2 { line-height: 25px; position: absolute; left: 460px; top: 80px; width: 130px; }
#panel2 input[type=text] { width: 90%; }

#panel1 label { display: block; float: left; width: 100px; font-weight:bold; }
#panel2 label { font-weight: bold; }

#panel1 a, #panel2 a { color: #fff; }
a { color: #ae14cc; }

input { color: #666; padding: 2px; font-size: 11px; line-height: 11px; }

#preview {
	position: absolute;
	left: -10px; top: 408px;
	display: block; width: 152px; height: 47px; background: url(../img/preview.png); border: none; 
}
#back{
	position: absolute;
	left: -10px; top: 408px;
	display: block; width: 152px; height: 47px; background: url(../img/back.png); border: none; 
}
#adopt {
	position: absolute;
	right: 20px; top: 3px;
	display: block; width: 112px; height: 115px; background: url(../img/adopt.png); border: none; 
}

button span, a span { display: none; }

#plan {
	display: none;
}