@import url(//fonts.googleapis.com/css?family=Architects+Daughter);
@import url(//fonts.googleapis.com/css?family=Indie+Flower);

body {
	font-family: 'Indie Flower', cursive;
	font-size: 16pt;
}

#book {
	height: 850px;
	width: 600px;

	margin: 10px auto;
	border: 1px solid black;

	background: #FFFefb url(../_img/paper_texture.jpg) center/25%;
}

#preview {
	text-align: center;
}

.selection {
	width: 90%;
	margin: 0px auto;
}

.selection div {
	box-sizing: border-box;
	width: 50%;
	height: 70px;
	padding: 10px;
	float: left;
}

.selection div label {
	display: block;
}

.selection div select {
	border: none;
	width: 60%;
	height: 30px;
	-webkit-appearance: none;
 	-moz-appearance: none;
	appearance: none;
	background: url(../_img/arrow.png) no-repeat right;
	font-family: 'Architects Daughter', cursive;
	font-size: 90%;
	margin-left: 20px;

}

#preview {
	position: relative;
}

#preview div {
	transition: background-color 2s ease;
}

#ribbon-ties {
	background: url(../_img/ribbon2.png) center/150px 500px;

	width:77px;
	height: 500px;

	position: absolute;
	top: 0px;
	left: 10px;

}

#background-ribbon {
	background: url(../_img/ribbon.png) center/100%;

	height: 77px;
	width: 600px;

	position: absolute;
	top: 300px;
}

#middle-trim {
	background: url(../_img/ribbon.png) center/100% 74px;

	height: 38px;
	width: 600px;
	position: absolute;
	top: 319px;
}

#bow {
	background: url(../_img/bow.png) left/216px no-repeat;
	-webkit-mask-image: url(../_img/bow-mask.png);
	mask-image: url(../_img/bow-mask.png);
	
	position: absolute;
	top: 265px;
	right: 200px;

	height: 144px;
	width: 216px;
}

.share {
	float: none;
	clear: both;
	text-align: center;
	margin: 10px auto;
	font-family: 'Architects Daughter', cursive;
	background: none;
	padding: 5px;
}
input.share {
	width: 90%;
	border: none;
	font-size: 85%;
}