﻿@charset "utf-8";


/**CSS form 表单样式**/

/** 标题与输入框是一排的 **/

/** 每一个表单项定位 **/
.form_item{  margin: 8px 0 12px 0; text-align: left; clear: both; float: left}

/** 表单项标签名 **/
.form_span{ text-align: right; width: 140px; line-height: 32px; margin-right:6px; float: left; font-size: 16px; }

/** 针对表单输入框的一个美化**/
.piece{ border:1px #D7D7D7 solid; height: 30px;  line-height: 30px; background: #FAFAFA; float: left }

/** 针对表单输入框的一个美化**/
.bu_get_piece{ background:url(../Images/buy---get-a-quote_03.jpg) no-repeat left top; width: 291px;height: 33px;
			  line-height: 33px; padding-left: 10px; float: left; border:0; outline: none }


/** 针对表单无标签名的，例如提交按钮所附加的特殊样式 **/
.form_submit{margin: 8px 0 6px 0; float:left; text-align: left; padding-left: 140px; }

