#order_step_header, #order_step_header2, #order_step_header3, #order_step_header4, #order_step_header5 {
	width:550px;
	height:32px;
	cursor:pointer;
	background: url(../img/order_step_header.gif) 0px 0px no-repeat;
}

#order_step_header:focus, #order_step_header2:focus, #order_step_header3:focus, #order_step_header4:focus, #order_step_header5:focus {
	outline:none;
}

#order_step_header.ui-state-active, #order_step_header2.ui-state-active, #order_step_header3.ui-state-active, #order_step_header4.ui-state-active, #order_step_header5.ui-state-active {
	background: url(../img/order_step_header.gif) 0px -32px no-repeat;
}

#order_step_header h3, #order_step_header2 h3, #order_step_header3 h3, #order_step_header4 h3, #order_step_header5 h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
	font-weight:bold;
	line-height:15px;
	padding:8px 0px 0px 34px;
	margin:0;
	color:#fff;
	border:none;
}

.order_h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#519eec;
	padding:30px 0px 20px;
	margin:0px 0px 10px;
	border-bottom:2px solid #d2d0d3;
}

h1.blue_order_h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#96c1ff;
	padding:20px 0px 20px;
	margin:0px 0px 10px;
	border-bottom:2px solid #d2d0d3;
}

h1.blue_order_caps {
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#96c1ff;
	padding:20px 0px 20px;
	margin:0px 0px 10px;
	border-bottom:2px solid #d2d0d3;
	text-transform:uppercase;
}

sup.order_smaller {
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	height:40px;
	color:#fff;
}

#order_content_step1 {
	height:252px;
	padding-top:20px;
}

#order_content_step2 {
	height:295px;
}

#order_content_step3 {
	height:560px;
}

#order_content_step4 {
	height:460px;
}

#order_content_step5 {
	height:340px;
}

/* ------------- step 1 ----------------*/


table.step1 {
	height:195px;
}

table.step1 td {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:12px;
	color:#fff;
}

table.step1 td input, table.step1 td textarea, table.step1 td select, table.step3 td select {
	background:#e3e3e3;
	border:none;
}

table.step1 td input:focus, table.step1 td textarea:focus, table.step1 td select:focus, table.step3 td select:focus  {
	background:#fff;
}

td.notes_title {
	vertical-align:top;
}

textarea.notes_textarea {
	width:428px;
}

select.pages_select, select.pages_delivery, select.pages_country {
	width:150px;
}

input#name_input, input#email_input, input.promo_input {
	width:170px;
}

.right {
	text-align:right;
	padding-right:5px;
}

/* ------------- step 2 ----------------*/

#file_upload {
	width:550px;
	height:24px;
}

p.step2_header {
	font-size:24px;
	color:#519eec;
	padding:20px 0px 10px 0px;
	margin:0;
}

p.step2_desc {
	font-size:12px;
	color:#fff;
	padding:0px 0px 15px 0px;
	margin:0;
	font-weight:normal;
}

#url_link_holder {
	width:550px;
	background:url(../img/order_url_link.gif) top left no-repeat #fff;
	height:25px;
}

#url_link {
	width:390px;
	height:25px;
	float:right;
	color:#666;
}

input.order_url_link {
	width:380px;
	font-size:12px;
	line-height:12px;
	border:none;
	padding-top:4px;
}

/* ------------- step 3 ----------------*/

table.step3 {
	
}

#order_content_step3 p {
	padding:20px 10px;
	margin:0;
}

table.step3 td {
	height:60px;
}

table.step3 tr.step3_top_row td {
	height:5px;
}

/* ------------- step 4 ----------------*/

table.step4 {
	
}

#order_content_step4 p {
	padding:20px 10px;
	margin:0;
}

table.step4 td {
	height:30px;
}

table.step4 tr.step4_top_row td {
	height:5px;
}

table.step4 tr.odd {
	background:#101922;
}

/* ------------- step 5 ----------------*/

table.step5 {
	
}

#order_content_step5 p {
	padding:20px 10px;
	margin:0;
}

table.step5 td {
	height:60px;
}

table.step5 td a, table.step5 td a:link, table.step5 td a:active, table.step5 td a:visited {
	color:#7FC6FF;
}

table.step5 td a:hover {
	color:#fff;
}

table.step5 tr.step5_top_row td {
	height:5px;
}

table.step5 tr.odd {
	background:#101922;
}

/* ------------- order total ----------------*/

#quote_total {
	width:550px;
	height:48px;
	background:none;
	margin:20px 0px 50px 0px;
}

#quote_submit {
	width:550px;
	height:48px;
	margin:0;
}

/*----------- Validation -----------*/

.error {
	color: red;
}


div.qtip-title {
	font-size:6px;
}























