@charset "utf-8";
/* CSS Document */

.divDesc {
	margin:0px 0px 20px 0px;
	padding:10px 15px 10px 15px;
	border:3px double #ccc;
	border-radius:10px 10px 10px 10px;
	box-shadow:3px 3px 3px #eee;
}

.frmPF {
}
.frmPF th,
.frmPF td {
	border:1px solid #ccc;
	font-size:13px;
	padding:5px 10px 5px 10px;
}
.frmPF th {
	text-align:right;
	font-weight:bold;
	background-color:#ddf1fa;
}
.frmPF input[type=text] {
	border:1px solid #ccc;
	padding:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
}
.frmPF textarea {
	border:1px solid #ccc;
	padding:5px 5px 5px 5px;
	border-radius:5px 5px 5px 5px;
	width:400px;
	height:200px;
}
.frmPF .tdName input {
	width:200px;
}
.frmPF .tdMail input {
	width:350px;
}
.frmPF .tdTitle input {
	width:350px;
}
.frmPF .tdButton {
	text-align:center;
}
.frmPF .tdButton input {
	width:100px;
	height:40px;
}
.frmPF .tdImg img {
	margin:5px 5px 5px 5px;
}