﻿@charset "utf-8";

/* 留言板
--------------------*/
.form_msg{width: 400px;padding-left: 0px;  }
.form_msg dl{position: relative;z-index: 3;}
.form_msg dt{font-size: 18px;color: #333;padding-top: 10px;}
.form_msg dd{margin-top: 10px;}
.form_msg .text{border:1px solid #d3d2d2; font-family:"微软雅黑"; background:transparent;color:#999;height:32px;width:400px;line-height:32px;text-indent:12px;margin-right:14px; font-size: 14px}
.form_msg .text:focus{border-color:#999;color:#333; font-family:"微软雅黑";}
.form_msg .textarea{color:#999;line-height:32px; text-indent:12px;font-family:"微软雅黑"; }
.form_msg .sub_btn{font-size:14px; border:1px solid #ccc; font-family:"微软雅黑"; background:#ccc;color:#333;height:30px;width:118px;line-height:20px;margin-right:14px;*margin-left:12px;filter:chroma(color=#000000);cursor:pointer;}

.form_msg .sub_btn:hover{background:#ce1312; color:#fff; border:1px solid #ce1312;}
.form_msg textarea{width:400px;border:1px solid #d3d2d2;background:transparent;height:140px;color: #999;resize: none;*margin-left: 12px;overflow:auto; font-size: 14px}
.form_msg textarea:focus{color: #333;border-color: #999;outline: none;}