/* CSS Document */

/* ********Form Styles******** */


#sourceCodeForm {display:none;}

#preferencesForm {display:none;}

#giftCertificateForm {display:none;}

/*#giftMessageForm {display:none;}*/

#orderNotesForm {display:none;}

#preferencesForm #formInfo {
 border: none;
    margin: 0px;
    padding: 0px;
    text-align: left;
    width: auto;
}


input.text, input.password, select {
	 border: 1px solid #C3AD8E;
	color: #333;
	background-color: #FCF8F2;
	 padding: 0.4em; margin: 0px;
	}

input.image {
	border:none;
	background: none;
	padding:0;
}	

textarea {
	 border: 1px solid #C3AD8E;
	color: #333;
	background-color: #FCF8F2;
	 padding: 0.4em; margin: 0px;
	width: 250px;
	}
	
form {
	padding: 0px;
	margin: 0px;
	}

/* ********Table Styles******** */
table#form {
	padding: 0px; margin: 0px;

	}
	
table#form td {
	padding: 3px; 

	vertical-align: middle;
	text-align: left;
	}

table#form td.label {

	vertical-align: middle;
	text-align: right;
	}
	
table#form td#submit {

	vertical-align: middle;
	text-align: right;
	padding-right: 10px;
	}

table#form p{

	}	
	
table#form td.subtotal {

	text-align: right;
	}
	
table#form td.header {

	
	}
		
table#form tr.shade {
	 border-bottom: 1px dotted #C3AE8F;
	
	}
	
/* ********Div Styles******** */
div.formHeader {
	text-align: left;
	padding: 5px 0px;
	color:#2F2F2F;
	line-height: 1;
    margin: 0;
    padding: 0;
    font-family: MollycoddleRegular, Georgia, arial, sans-serif; font-weight: normal; text-shadow: 0 0 1px rgba(65, 65, 58, 0.55);
    font-size: 28px;
    text-transform: uppercase;

	}
	
div.formHeader a, div.formHeader a:active, div.formHeader a:visited {

	}
	
div.formHeader a:hover{
	
	}
	
div.formbody {
	text-align: left;
	padding: 10px 0; margin-bottom: 10px;

	}
	
div.formSubmit {
	text-align: left;
	padding: 0px; margin: 0px;
	}


