﻿@charset "utf-8";
/* CSS Document */
/*留言表单*/
.message_form{border-collapse:collapse;margin:auto;width:96%;}/*定义表格属性*/
.message_form_top{display:none;}/*定义表格列表顶部行属性*/
.message_form_bottom{display:none;}/*定义表格列表底部行属性*/
.message_form_list1,.message_form_list2{}/*定义列表行属性*/
.message_form_list1 input,.message_form_list2 input,{background:#f5f5f5;border:1px inset;width:200px;}/*定义列表行文本框属性*/
.message_form_title1,.message_form_title2{width:25%;text-align:right;text-indent:5px; padding-right:20px; font-weight:bold; border-bottom:1px dashed #cccccc;line-height:30px;
    background-image: url(../images/dot4.gif);
	background-repeat: no-repeat;
	background-position: 24px center;}/*定义标题列属性*/
.message_form_content1,.message_form_content2{width:75%;border-bottom:1px dotted #cccccc;padding:3px 0px 3px 10px;}/*定义列表列属性*/
.message_form_button{text-align:center;}/*定义表格提交按钮行属性*/
.message_form_button input{ font-size:12px; width:72px; height:24px; border:0px; background:url(../images/form_ok.gif); cursor:pointer;}/*定义表格提交按钮属性*/
/* CSS Custom */
