﻿/* CSS Document */

	body{
	margin:0;
	padding:0;
	font:Tahoma 12px;
	}
	.cleat_flot{ clear:both; line-height:0px; font:1px;}

#site_menu li {width:100px; height:24px; border-bottom:1px solid #066; float:left; line-height:24px; text-align:center;}

#logo {width:800px; height:110px; background:#000 url(../images/banner2.gif) no-repeat 10px; text-indent:-9999px; display:block;}
/*
	网站内容主体
*/
	#order_main
	{
		width:800px;
		background:#FFF;
		margin:0px auto;
	}
	#order_main h1
	{
		font:16px Tahoma;
		width:100px;
		height:30px;
		line-height:30px;
		float:left;
		margin-left:30px;
		color:#666;
		font-weight:bold;
		}
		
	/*
		导航栏
	*/
	#type_menu
	{
		width:600px;
		height:30px;
		display:block;
		line-height:25px;
		float:left;
		padding-top:5px;
		}
	#type_menu li
	{
		float:left;
		display:block;
		width:110px;
		height:25px;
	}
	#type_menu li.vis	{width:150px;}		/*	企业形象设计 特定宽度	*/
	#type_menu li label
	{
		width:120px;
		height:24px;

		line-height:24px;
	}
	#type_menu li label input
	{
		float:left;
		margin-top:0px;
		margin-right:10px;
	}
		
	/*	导航结束 表单内容开始	*/
	#order_form
	{
		width:980px;
		float:left;
		border-top:2px #E0E0E0 solid;
		border-bottom:2px #E0E0E0 solid;
		margin-bottom:10px;
	}
	#order_fields
	{
		width:720px;
		margin:0px auto;
	}
	#order_fields li
	{
		float:left;
		display:block;
		width:100%;
		height:40px;
	}
	#order_fields li.space
	{
		border-bottom:2px #E0E0E0 solid; width:620px;}
	#order_fields li label
	{
		width:300px;
		height:25px;
		display:block;
		float:left;
		text-align:left;
		line-height:24px;
		text-indent:4px;
		margin-top:7px;
		margin-left:10px;
	}

	#order_fields li input, #order_fields li select
	{
		float:left;
		clear:right;
		margin-top:7px;
		width:300px;
		margin-right:30px;
	}
	
	#order_fields input.input_button { width:80px; margin-left:20px;}
	
	#order_fields li.special label {width:680px;}
	#order_fields li.special span{width:60px; height:24px; display:block; line-height:24px; float:left; margin-top:5px;}
	#order_fields li.special input{width:16px; height:16px;clear:none; float:left; margin:10px 5px 5px; }
	
	#order_fields li.description { height:130px;}	
	#description, #packageRemark {width:600px; height:120px; display:block; clear:left; margin-left:10px;}

	#order_fields li.radio span {width:90px; height:24px; display:block; line-height:24px; float:left; margin-top:5px;}
	#order_fields li.radio input{width:16px; height:16px;clear:none; float:left; margin:10px 5px 5px; }
	
/*	VIS 需求样式	*/
	dl#dl_order_custom
	{width:780px; display:block; font:12px/160% Tahoma; margin:0 auto; padding:0;}
	dl#dl_order_custom dt
	{clear:both; display:block; font-weight:bold; height:40px; line-height:60px; border-bottom:solid #DDD 1px; margin:0;}
	dl#dl_order_custom dd
	{height:25px; line-height:25px; float:left; width:245px; display:block; margin:0 0 0 15px;}

