/*

	Frank Marion, frank@frankmarion.com
	http://www.frankmarion.com

	Date Created:	Wednesday, February 19, 2003 4:49:29 PM
	Last Modified:	Tuesday, December 9, 2003 3:47:47 AM
	Revision:		1.0

	Function: Cross browser/platform stylesheet. Defines the
	the appearance of store specific items. Doesn't include
	positioning.

*/

/* ------------------------------------------------------------ */
/* Contact form */

#contacttable {
	width:						500px;
	border:						1px solid purple;
	background-image:			url(../images/bg.gif);
	font-size:					95%;
	padding:					0px;
	margin:						0px;
}
#contacttable td {
	padding:					1px;
}
#contacttable th{
	text-align:					left;
}
.contacttableheader{
	color:						#FFF;
	background-color:			green;
	background-image:			url(../images/template_images/bg_col_right.jpg);
	margin:						-1px;
}

.inputsmaller {
	border:						1px solid #D3D3D3;
	width:						15%;
	margin:						2px;
}
.inputsmall {
	border:						1px solid #D3D3D3;
	width:						50%;
	margin:						2px;
}
.inputmedium {
	border:						1px solid #D3D3D3;
	width:						75%;
	margin:						2px;
}
.inputlarge {
	border:						1px solid #D3D3D3;
	width:						98%;
	margin:						2px;
	background-color:			white;
}
.inputsubmit {
	text-align:					right;
}
.radiosmall {
	height:						1em;
	width:						1em;
}
.selectlarge {
	border:						1px solid #D3D3D3;
	width:						175px;
	margin:						2px;
	background-color:			white;
}

.error {
	font-weight:				bold;
	color:						#000;
	background-color:			salmon;
	background-image:			none;
}

/* ------------------------------------------------------------ */
/* Book sale form */

#formblock {
	display:					block;
	width:						475px;
	text-align:					right;
}
#book_sales_form legend {
	font-weight:				bold;
	font-size:					.9em;
}
#book_sales_form fieldset {
	display:					block;
	border:						1px solid black;
	margin-bottom:				1em;
	padding:					5px;
}
#book_sales_form input[type=text] {
	width:						100%;
}
/*
fieldset#order {

}
fieldset#card_info {

}
fieldset#shipping {

}
*/
