﻿/* CSS Document */
.rightCon form.message{ display:block; margin:20px 90px 0;}
.rightCon form.message p{ min-height:48px; line-height:48px; overflow:hidden;}
.rightCon form.message p label{ width:76px; height:48px; line-height:48px; color:#555555; font-weight:bold; padding-right:16px; text-align:right; float:left;}
.rightCon form.message p label span{ width:2px; height:48px; line-height:55px; font-weight:bold; font-size:18px; color:#797c8c; float:left;}
.rightCon form.message p input.text{ width:376px; height:32px; line-height:32px; color:#555555; background:#fff; border:1px solid #cccccc; float:left; margin:7px 0; padding-left:4px;}
.rightCon form.message p textarea.message{ width:368px; height:146px; line-height:32px; color:#555555; background:#fff; border:1px solid #cccccc; padding:0 4px; float:left; padding:0 6px; resize:none; margin:7px 0;}
.rightCon form.message p.button{ text-align:right; margin:10px 0;}
.rightCon form.message p input.button{ width:130px; height:31px; line-height:31px; border:none; margin-right:42px; text-align:center; color:#fff; font-size:18px; font-family:"微软雅黑"; background:url(../images/icons/message_btn.jpg) no-repeat; cursor:pointer;}