

.entryForm fieldset {
	width: 300px;
	margin:0;
	padding:10px;
	margin-left:50px;
	border: 1px solid #aaa;
	background-color: #fafafa;
}

.entryForm label {
	display: block;
	width: 95%;
	text-align: right;
	margin-bottom: 0.5em;
}

.entryForm label.error {
	color: red;
}

.entryForm .field {
	border: solid 1px #aaa;
	width: 65%;
}

.entryForm  h3 {
	padding-bottom:1em;
}

div.entryForm fieldset {
	margin-left:20px;
	width:500px;
}

form.entryForm {
	width: 300px;
	margin:0;
	padding:0;
}

form.confirmForm {
	width: 500px;
	margin:0;
	padding:0;
}

fieldset.order {
	width: 500px;
	padding:1em;
	margin:0;
	margin-left:20px;
}

div.order{
	background-color: #064281;
	border-bottom: 1px solid #fff;
	padding:2px;
	width:526px;
		
}

span.order {
	font-size:1em;
	font-weight:bold;
	color:#fff;
}

form.entryForm div.buttons { 
	margin-left:50px;
	width:300px;
	padding-bottom:1.5em;
	margin-top:1em;
	margin-bottom:2em;
}

div.entryForm div.buttons {
	margin-left:20px;
	width:500px;
	padding-bottom:1.5em;
	margin-top:1em;
	margin-bottom:2em;
}
	
form.entryForm div.buttons input, div.entryForm div.buttons input  {
	float:right;
}

/* Override Search Entry Form styles */

div#searchPanel form.entryForm fieldset {
	width:24em;
	margin:0;
}

table.rightOf {
	float:right;
	margin-right:5em;
	padding-left:1em;
}

.miniForm fieldset {
	width: 13em;
	font-size: 9pt;
	border: none;
	padding: 0.5em;
	background-color: #eee;
}
form.miniForm {
	width: 13em;
	margin: 1em 0em 0em 1em;
	padding:0;
}
.miniForm label {
	display: block;
	width: 95%;
	text-align: right;
	margin-bottom: 0.5em;
	font-size: 8pt;
}
.miniForm label.error {
	color: red;
}
.miniForm .field {
	border: solid 1px #000;
	width: 50%;
	font-size: 8pt;
}
.miniForm .button {
	border: none;
	font-size: 8pt;
	padding-left: 0.5em;
	padding-right: 0.5em;
}

div#myCartInfo {
	margin-left:10px;
	padding-bottom:15px;
}

div#myCartInfo table .label {
	font-weight:bold;
}

div#myCartInfo table .field {
	text-align:right;
} 

div#search input.go { width:35px; height:22px;}



/* --------------- Contact Form Styles --------------- */

#contactForm {
	width:300px;
	margin:0;
	padding:0;
}

#contactForm fieldset {
	display: block;
	margin-left: 50px;
	margin-top: 1em;
	padding: 10px;
	margin-bottom: 2em;
	background-color: #fafafa;
	width:300px;
	border: 1px solid #aaa;
}

#contactForm fieldset legend, .entryForm legend {
	font-size: 9pt;
	font-weight: bold;
	padding: 0 3px;
	margin:0;
	color: #c84d4f;
}

#contactForm fieldset label, .entryForm label {
	display: block;
	margin-top: 1em;
	font-weight: bold;
	color: #c84d4f;
	line-height: 1.2em;
}

#contactForm fieldset label.formEntryAlert, .formEntryAlert {
	color:red;
}

#contactForm fieldset input.gadget {
	width:98%;
	border: 1px solid #aaa;
}

#contactForm input:focus, #contactForm textarea:focus, #contactForm select:focus  {
	border-color: #000;
}

#contactForm textarea {
	width:98%;
	border: 1px solid #808080;
}

#contactForm fieldset select {
	display: block;
}

#contactForm fieldset fieldset {
	display: block;
	margin: 1em 0;
	width: 100%;
	background-color: #f8f8f8;	
}

#contactForm fieldset fieldset label {
	margin-bottom: 2px;
}

#contactForm #numbers { width:50px; }

#content h3.button {
	display:block; 
	padding:4px;
	color:#000;
	border-top: 1px solid #bbb;
	border-left: 1px solid #999;
	border-right: 1px solid #333;
	border-bottom: 1px solid #111;
	background-color:#ddd;	
}

