/*

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

	Date Created:	Wednesday, February 19, 2003 4:49:29 PM
	Last Modified:	Wednesday, February 19, 2003 4:49:32 PM
	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 #C7C7C7;
	background-image:			url(../images/bg.gif);
	font-size:					95%;
	padding:					0px;
	margin:						0px 10% 0px 10%;
}
#contacttable td {
	padding:					1px;
}
#contacttable th{
	text-align:					left;
}
.contacttableheader{
	color:						#FFF;
	background-color:			grey;
	background-image:			none;
	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;
}