﻿@charset "utf-8";
/*---------------------------------------------------*/
/*               mailform_style.css                  */
/*---------------------------------------------------*/

div#mail-form{
	text-align: center;
	margin: 10px auto;
	width: 500px;
}

div#mail-form div#introduction{
	margin-bottom:30px;
}

div#mail-form div#introduction h3{
	color:red;
	margin-bottom:15px;
}

div#mail-form div#introduction p#warning{
	color:red;
	font-size: 150%;
}

div#mail-form div#introduction p.msg{
	margin-bottom:5px;
}

div#mail-form form{
	padding:10px;
	border:1px solid #aaa;
	background-color:#f8f8ff;
}

div#mail-form form table{
	width:100%;
	margin-top:20px;
	text-align:left;
	border-collapse:collapse;
}

div#mail-form form table tr{
}

div#mail-form form table th{
	font-size: 120%;
	width: 30%;
}

div#mail-form form table td{
	width:70%;
}

div#mail-form form table p.bg_white{
	background-color: white;
	border: 1px solid #aaaaaa;
	margin: 2px 0;
	padding: 3px;
}

div#mail-form form input{
	border: 1px solid #aaaaaa;
	margin:2px 0;
}

div#mail-form form textarea{
	border: 1px solid #aaaaaa;
}

div#mail-form form p.comment{
	clear: both;
	text-align:right;
}

div#mail-form div#ask{
	margin-top: 15px;
}

/*--------------------------Done---------------------------------------*/
div#done-form{
}

div#done-form h3{
	margin-top:100px;
}

div#done-form p{
	margin-top:150px;
	margin-bottom:220px;

}