﻿/*---order form---*/

#selected_logo {
	height:380px;
	margin:auto;
	width:570px;
}








.width20 {
	width:20px;
}

.title_order_form {
	 font-size:20px; 
	 font-weight:bold;
	 color:#666666;
	 text-align:center;
	 background-color:#EBEBEB; 
}

.text_12 {
	font-size:12px; 
	color:#808080; 
	text-align:justify; 
	padding-left:10px; 
	padding-right:10px;
}

.text_12_no_padding {
	font-size:12px; 
	color:#808080; 
	text-align:justify; 
}

.order_form_l_cell {
	 width:150px;
	 color:#666666;
}

.form_input {
	width: 420px; 
	height:28px; 
	background-image:url('used/form_background.jpg'); 
	background-repeat:repeat-x; 
	border:1px; 
	border-color:#666666; 
	border-style:solid; 
	font-size:20px; 
	color:#666666;
	padding:5px;
}

.form_input_active 
{
	background-image:none; 
	background-color:#FFEDD2; 
	border-color:#FF9900; 
}

.text_align_right {
	text-align:right;
}

.text_align_center {
	text-align:center;
}

.margin_top_25 {
	margin-top:25px;
}

.margin_top_15 {
	margin-top:15px;
}

.width_750 {
	width:750px;
}

.width_365 {
	width:420px;
}

.border_up-bottom {
	border-bottom:1px; 
	border-bottom-color:#666666; 
	border-bottom-style:solid; 
	border-top:1px; 
	border-top-color:#666666; 
	border-top-style:solid;
}