/* CSS Document */
@import url(style.css);

#content-inner {
	width:41em;
}

div#ebook-form-wrapper {
	float:left;
	background-color:#eee;
	border:1px solid #9dbdcc;
	width:25em;
}

div#ebook-wrapper {
	float:right;
}

#ebook-form fieldset {
	background-color:#eee;
	padding-right:5px;	
}

#ebook-form legend {
	padding-bottom:15px;
}

#ebook-form label {
	width:6em;	
}

#ebook-form label.long-label {
	width:15em;
}

#ebook-form input {
	display:block;
	float:left;
	width:18em;
	border:1px solid #9dbdcc;
	margin-bottom:5px;	
}

#ebook-form input#word {
	display:inline;
	float:left;
	width:8em;
	border:1px solid #9dbdcc;
}

#ebook-form img {
	float:left;
	margin-top:15px;
	margin-right:10em;
	border:1px solid #9dbdcc;
}

#ebook-form label#imagearrow {
	clear:both;
	margin-top:15px;
	width:5em;
}

#ebook-form fieldset.submit {  
	border-style: none;  
	margin-bottom:1em;
	padding-left:8em;
}

#ebook-form fieldset.submit input {
	width:10em;
	text-align:center;
	margin-left:0px;
	font-weight:bold;
	color:#f68b1f;
}

