@import "common.css";
@import "content-wide.css";

div#rightside form {
	padding: 10px 20px 20px 20px;
}
select {
	width: 100%;
	padding: 5px;
	margin-bottom: 5px;
	border: 1px solid #dcd1b3;
}

/* pins and goodies */

div#lpin {
	margin: 30px 0 0 -30px;
}
div#rpin {
	margin: 30px 0 0 180px;
}
div#cscissors {
	margin: -13px 0 0 -35px;
}
div#flowerpot {
	position: absolute;
	width: 191px;
	height: 230px;
	margin: 20px 0 0 -40px;
	background: url(../img/goodies/flowerpot.png);
}
div#bfly {
	position: absolute;
	width: 69px;
	height: 79px;
	margin: 0 0 0 115px;
	background: url(../img/goodies/bfly.png);
}
div#flower {
	position: absolute;
	width: 116px;
	height: 99px;
	margin: -100px 0 0 -50px;
	background: url(../img/goodies/flower.png);
}
div.goody {
	padding: 0 0 0 50px;
	margin: 1.5em 0 0 0;
	background: url(../img/goodies/doodly.gif) no-repeat top left;
}
div.goody h1 {
	color: #736b10;
	font: 1.9em/1em "Trebuchet MS", sans-serif;
}
div.goody h2 {
	color: #e17849;
	font: 1.5em/1.5em "Trebuchet MS", sans-serif;
}