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

body {
	font-family: verdana;
	font-size: 12pt;
	background: #fff9f4;
}

h1 {
	font-size: 22pt;
	margin-bottom: 3em;
}

h1, h2, h3 {
	color: #481c1b;
}
h3 { margin: 2em 0 1em 0;}
ul { padding-left: 1em; }
ul li { line-height: 150%; font-size: 10pt; }

p { margin: 0 0 1em 0; }

small { font-size: 8pt; }

#wrapper {
	width: 900px;
	margin: 1em auto;
}

#penis { margin-top: -100px; padding-bottom: 100px; }

#attachment, #form, #shaft, #tip {
	float: left;
	position: relative;
}

#attachment, #form, #shaft {
	height: 153px;
	margin-top: 97px;
	background: url('../img/penisMiddle.png') repeat-x;
}

#attachment {
	width: 31px;
	background: url('../img/penisLeft.png') no-repeat;
}

#form { width: 313px; }

#form form { margin-top: 40px; }

#form input { font-size: 18pt; }

#form input.text {
	width: 200px;
	padding: 0.5em;
	border: #000 1px solid;
	background: #fff url('../img/inputShadow.png') repeat-x;
}

#shaft { text-align: center; }

#tip {
	width: 206px;
	height: 299px;
	background: url('../img/penisRight.png') no-repeat;
    clear: right;
}

#balls {
	background: url('../img/balls.png') no-repeat;
	height: 157px;
	margin: -70px 0 0 10px;
	z-index: -1;
    float: left;
}

#balls h2 {
    width: 600px;
	padding: 30px 0 0 260px;
}

#friends_images, #share {
	float:  left;
	width:  450px;
}
#facebook_share { width: 295px; float: right; margin-bottom: 20px; }

#friends_message {
	margin-top:  2em;
	font-size:  8pt;
}

#friends_images img {
	cursor:  pointer;
	margin:  10px 10px 10px 0;
	border:  #c89e81 1px solid;
	padding: 5px;
}

#share {
	margin-top:  15px;
	text-align: right;
}

#notice, #contact { font-size: 8pt; }

#notice { margin-top: 1em; }

.clear { clear: both; }
