body, td, p {
	font-family:  Arial, Helvetica, Verdana;
	font-size:  12px;
	padding: 0;
	margin: 0em 0em;
}

.green, form label.important, td.approval {
	color: #5d2;
}

.orange, a, table.order_items th, table.summary_address th, table.summary_payment th, div.welcome a, em, h6, h3, h1, span.notice {
	color: #f90;
}

.bold-orange {
	color: #f90;
	font-weight:bold;	
}

.blue {
	color: #06C;
}

.magenta {
	color:  #F06;
}

.yellow {
	color:  #fc3;
}

.gray, small, h2, div.double_spaced, body, td, p, strong, strong a, div.footer a, div.footer, div.large_text, div.homepage_text {
	color: #777;
}

.red, span.error {
	color: #f00;
}

form {
	padding: 0;
	margin: 0em 0em;
}

a {
	text-decoration: none;
}

br.half_height {
  line-height: 6px;
}

small {
	font-family:  Arial, Helvetica, Verdana;
	font-size:  10px;
	padding: 0;
	line-height: 12px;
	margin: 0em 0em;
}


#card_preview_area {
	height: 467px;
	width: 602px;
}

#loading_box img {
/*	padding-top: 217px;*/
}

#color_suggestions div {
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

#color_suggestions {
/*	padding-left:  10px;*/
	height: 30px;
}

form label.important {
	font-size: 14px;
	font-weight:  bold;
}

form input, form textarea, form select, form .default {
	width:auto;      /* set width of form elements to auto-size, otherwise watch for wrap on resize */
	border: 1px solid #ddd;
	font-size: 12px;
}

form input.button {
	border: 0;
}

h1 {
  font-weight: bold; 
  font-size: 15px;
  line-height: 17px; 
  font-family: Arial, Helvetica, Verdana;; 
  font-style: normal;
  margin: 0em;
  padding: 0em;
}

h2 {
  font-weight: bold; 
  font-size: 15px;
  line-height: 18px; 
  font-family: Arial, Helvetica, Verdana;; 
  font-style: normal;
  margin: 0em;
  padding: 0em;
}

h3 {
  font-weight: bold; 
  font-size: 13px;
  line-height: 14px; 
  font-family: Arial, Helvetica, Verdana;; 
  font-style: normal;
  margin: 0em 0em 2px 0em;
  padding: 0em 0em 2px 0em;
}

h6 {
  font-weight: bold; 
  font-style: normal;
  font-size: 12px;
  line-height: 15px; 
  margin: 0em;
  padding: 0em;
}

strong {
  font-weight: bold; 
  font-style: normal;
  font-size: 12px;
  line-height: 15px; 
}

strong a {
  font-weight: bold; 
  font-style: normal;
  font-size: 12px;
  line-height: 15px; 
  text-decoration: underline;
}

em {
  font-weight: bold; 
  font-style: normal;
  font-size: 12px;
  line-height: 15px; 
}


ul {
  list-style: url(/images/bullet.gif) circle outside;
  text-indent: 0em;
  padding: 0em 8pt;
  margin: 0em 0em;
}

div.homepage_text {
	font-family:  Arial, Helvetica, Verdana;
	font-size:  14px;
	padding: 0;
	margin: 0em 0em;
	line-height: 20px; 
}

div.large_text {
	font-family:  Arial, Helvetica, Verdana;
	font-size:  16px;
	padding: 0;
	margin: 0em 0em;
	line-height: 24px; 
}
div.footer {
	font-family:  Arial, Helvetica, Verdana;
	font-size:  11px;
	padding: 0;
	margin: 0em 0em;
}

div.footer a {
	text-decoration: none;
}
div.welcome {
	font-family:  Arial, Helvetica, Verdana;
	font-size:  12px;
/*	color: #000;*/
	padding: 0;
	margin: 0em 0em;
}

div.welcome a {
	text-decoration: none;
}

div.error {
	color: #f00;
	font-weight: bold;
}

div.double_spaced, table.double_spaced td {
	font-family:  Arial, Helvetica, Verdana;
	font-size:  12px;
    line-height: 20px;
	padding: 0;
	margin: 0em 0em;
}

div.price {
	font-family:  Arial, Helvetica, Verdana;
	font-size:  12px;
/*	color: #000;*/
	padding: 0;
	margin: 0em 0em;
}
td.approval {
  font-weight: bold; 
  font-style: normal;
  font-size: 12px;
  line-height: 15px; 
}

table.order_items th, table.summary_address th, table.summary_payment th {
	text-align: left;
	font-size:  13px;
	padding-right: 5px;
	padding-bottom:  4px;
}

table.order_items td {
	padding-bottom:  4px;
	padding-right: 5px;
}

table.order_items th.items {
	width: 364px;
}

table.order_items th.quantity {
	width: 113px;
}

table.order_items th.price {
	width: 113px;
}

table.order_items th.total {
	width: 60px;
}

table.order_items td.total {
	text-align: right;
}

td.column_form {
	padding-top: 18px;
	line-height: 26px;
}

td.column_form label {
	float: left; 
	width: 100px; 
	padding: 0; 
/*	margin: 3px 0 0 0;*/
}

td.column_form br {
	clear: left;
}

td.column_form h1 {
	padding-bottom: 12px;
}

div.fieldWithErrors input, div.fieldWithErrors select, div.fieldWithErrors textarea {
	border-color: #f00;
}

td.column_form div.fieldWithErrors {
	padding: 0;
	margin: 0;
	float: left;
}

td.summary_billing {
	width: 140px;
}

td.summary_contact {
	width: 220px;
}

table.summary_payment, td.table_content {
	padding: 12px;
}

div.label {
	width: 120px;
	float: left;
}

/*td.in_place_editor {
	padding: 12px;
	line-height: 24px;
}

td.in_place_editor br {
	clear: left;
}

.inplaceeditor-form { 
float: left;
}

span.in_place_editor_field {
	background-color: #eee;
	cursor: pointer;
}*/