/*CSS file for The Bookstore Cafe
	developed by CarricDesign
	www.carricdesign.com
*/

span.req{
	font-weight: bold;
	color: red;
	font-size: 1.2em;
}

span.comments {
	font-size: 0.8em;
	color: #873f19;
}

/*#content
===============================================*/


/*FORM
===============================================*/
fieldset {
	border: none;
	background-color: #bb975a;
	margin-right: 10px;
	color: #000;
	padding: 10px;
	border: 2px solid #873f19;
	margin-bottom: 20px;
	width: 200px;
}

#content p.form {
	margin-bottom: 5px;
}

#content p.buttons {
	padding-top: 10px;
}

#content input.txt {
	width: 200px;
}

#content-text-contact {
	float: right;
	width: 240px;
	clear: none;
}

#content-form {
	float: left;
	width: 220px;
	margin-bottom: 20px;
}

#content p.party-info {
	padding-right: 20px;
}



