@charset "utf-8";
/* CSS Document */

#ordersteps{
	padding:0 0 0px 125px;
	height:60px;
}

.orderstep{
	float:left;
	height:60px;
	width:135px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#72654F;
	margin:0 0px 0 0;
}

.orderstep_grey{
	float:left;
	height:60px;
	width:135px;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	color:#CCCCCC;
	margin:0 0px 0 0;
}

#contact_form, #card_order_form, #card_order_form2, #upload_files_form,#completion{
	font-size:12px;
	color:#7C550E;
}

#contact_form label.error, #card_order_form label.error, #card_order_form2 label.error { 
	display: none;
	width:100%; 
	background:#FFDFBF;
	font-size:9px;
	color:#72654F;
	width:150px;
	margin:10px 2px 0px 20px;
	border:2px solid #ddd;
	padding:2px 5px 2px 5px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}

#card_order_form p, #doublecolor, #silverprint, #goldrprint{
    float:left;
	width:100%;
}

input.error{ 
}

legend{
	color:#72654F;
	font-weight:bold;
	font-size:11px;
}

.hint{
	font-size:9px;
}

#redraw, #redraw2, #new_offer{
    float:left;
	margin:-13px 0 0 100px;
	width:130px;
	color:#72654F;
	font-size:10px;
}

.invoice{
	width:90%;
}

#bank_select{
	font-size:9px;
	margin:8px 0 0 4px;
}

#bank_select select{
	font-size:12px;
	color:#7C550E;
}

.next{
	float:right;
	background:url(../images/arrow_right.png) right no-repeat;
	width:200px;
	height:24px;
	border:none;
    color:#72654F;
	font-weight:bold;
	font-size:12px;
	text-align:right;
	padding-right:24px;
	margin: 2px 100px 0 0;
}

.next:hover{
	background:url(../images/arrow_right_hover.png) right no-repeat;
	color:#7C550E;
}

.cost{
	float:left;
	width:400px;
	margin:4px 0 0 10px;
}

#finalcost{
	float:left;
	width:400px;
	font-weight:bold;
	margin:6px 0 0 10px;
}

.price{
	float:left;
}

#finalprice{
	float:left;
	font-weight:bold;
	margin:6px 0 0 0;
}

.clear{
	clear:both;
}

#swfupload-control p{ 
	margin:10px 5px;  
}

#log{ 
	margin:0; 
	padding:0; 
	width:500px;
}

#log li{
	list-style-position:inside; 
	margin:2px; 
	border:1px solid #ccc; 
	padding:10px; 
	font-size:12px; 
	color:#333; 
	background:#fff; 
	position:relative;
}

#log li .progressbar{ 
	border:1px solid #333; 
	height:5px; 
	background:#fff; 
}

#log li .progress{ 
	background:#aad90e; 
	width:0%; 
	height:5px; 
}

#log li p{ 
	margin:0; 
	line-height:18px; 
}

#log li.success{ 
	border:1px solid #72654F; 
	background:#efcf94; 
}

#log li span.cancel{ 
	position:absolute; 
	top:5px; 
	right:5px; 
	width:20px; 
	height:20px; 
	background:url(../scripts/swfupload/cancel.png) no-repeat; cursor:pointer; 
}

#completion{
	text-align:center;
}

#terms{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#7C550E;
}

#terms a{
	color:#72654F;
	text-decoration:none
}

#terms a:hover{
	color:#000000;
	text-decoration:none;
}
