<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#order_page
{
	overflow:hidden;
}
#order_page .cart_summery_block
{
	overflow:hidden;
	width:940px;
	height:80px;
	margin:0px auto;
	border-bottom:3px solid #f7d779;
}
#order_page .cart_summery_block .title_block
{
	float:left;
	margin-top:20px;
	overflow:hidden;
}
#order_page .cart_summery_block .title_block .main_title
{
	color: #4a4a4a;
	height:25px;
	line-height:25px;
	font-size:14pt;
}
#order_page .cart_summery_block .title_block .sub_title
{
	color: #4a4a4a;
	height:20px;
	line-height:20px;
	font-size:11pt;
}
#order_page .cart_summery_block .btn_area
{
	overflow:hidden;
	float:right;
	margin-top:15px;
}
#order_page .cart_summery_block .btn_area a
{
	display:inline-block;
	float:left;
	margin-left:15px;
	height:45px;
	line-height:45px;
	width:170px;
	text-align:center;
	color: #4a4a4a;
	font-size:11pt;
	background-color:#F7D779;
	border:1px solid #F7D779;
}
#order_page .cart_summery_block .btn_area a.last {margin-left:0px;}
#order_page .cart_summery_block .btn_area a:hover
{
	background-color:#4a4a4a;
	color: #F7D779;
}
#order_page .cart_summery_block .btn_area span
{
	display:inline-block;
	float:left;
	margin:0px 10px;
	height:45px;
	line-height:45px;
	color: white;
	font-size:11pt;
}
#order_page .gray_area
{
	overflow:hidden;
	background-color: #f9f9f9;
	padding-bottom:30px;
}
#order_page .form_area
{
	overflow:hidden;
	width:940px;
	margin:40px auto;
}
#order_page form
{
	padding:0px;
	margin:0px;
}
#order_page input,
#order_page select,
#order_page textarea
{
	border:2px solid #979797;
	width:200px;
	height:40px;
	line-height:40px;
	color: #4a4a4a;
	font-size:10pt;
	background-color:white;
	text-indent:10px;
	
	float:left;
	clear:left;
	margin-bottom:10px;
}
#order_page select {width:100%;}
#order_page textarea 
{
	width:100%;
	height:215px;
	text-indent:0;
	padding:10px;
}
#order_page input[type=submit]
{
	display:inline-block;
	float:right;
	height:45px;
	line-height:45px;
	width:170px;
	text-align:center;
	color: #4a4a4a;
	font-size:11pt;
	background-color:#F7D779;
	border:1px solid #F7D779;
}
#order_page input[type=submit]:hover
{
	background-color:#4a4a4a;
	color: #F7D779;
}
#order_page .order_page_desc
{
	clear:both;
	overflow:hidden;
	color: #4a4a4a;
	font-size:10pt;
}

#order_page .form_error
{
	height:20px;
	line-height:20px;
	margin-bottom:20px;
	color: red;
	font-size:11pt;
	text-align:left;
}

#order_page .thanks_area
{
	overflow:hidden;
	text-align:center;
	margin:100px 0px;
}
#order_page .thanks_area .desc
{
	color: #4a4a4a;
	font-size:14pt;
	line-height:30px;
}
#order_page .thanks_area a.btn_homepage
{
	display:inline-block;
	height:45px;
	line-height:45px;
	width:170px;
	text-align:center;
	color: #4a4a4a;
	font-size:11pt;
	background-color:#F7D779;
	border:1px solid #F7D779;
	margin-top:80px;
}
#order_page .thanks_area a.btn_homepage:hover
{
	background-color:#4a4a4a;
	color: #F7D779;
}






</pre></body></html>