﻿@charset "utf-8";
/* CSS Document */
.message_form{border-collapse:collapse;margin-left:30px;margin-top:30px;width:90%; border:solid 1px #cccccc}
.message_form_top{}
.message_form_bottom{}
.message_form_list1,.message_form_list2{padding:2px;}
.message_form_list1 input,.message_form_list2 input,{background:#f3f3f3;border: 1px inset; width:200px;}
.message_form_title1,.message_form_title2{text-align:right;line-height:26px;width:25%;
	padding-right:10px;
	font-weight:bold;
	border-bottom:1px dotted #cccccc;
	border-top:1px dotted #cccccc;}
.message_form_title1{background-color:#efefef;}
.message_form_content1,.message_form_content2{border-bottom:1px dotted #cccccc;text-indent:5px;width:75%;border-top:1px dotted #cccccc;}
.message_form_content2{ background-color:#efefef;}
.message_form_button{text-align:center; background-color:#cccccc;}