@charset "utf-8";

#formWrap {
	width:900px;
	border:1px solid #f1f1f1
	-moz-border-radius:20px;
	-moz-box-shadow:2px 2px 5px #999;
	-webkit-border-radius:20px;
	-webkit-box-shadow:2px 2px 5px #999;
	padding:16px 10px 40px;
}
#formWrap #form {
	width:900px;
}
#form .row {
	border-bottom:1px dotted #eee;
	display:block;
	line-height:38px;
	overflow:auto;
	width:100%;
}
#form .row .label {
	font-size:14px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	width:150px;
	text-align:right;
	float:left;
	padding-right:10px;
	margin-right:10px;
	margin-left:10px;
}
#form .row .input {
	float:left;
	margin-right:10px;
	/*width:auto;*/
	width:250px;	
	padding-bottom:20px;
}

#form .row .input2 {
	float:left;
	margin-right:10px;
	/*width:auto;*/
	width:680px;
	padding-bottom:20px;
}


.detail {
	width:250px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:7px 8px;
	margin:0;
	display:block;
	border-radius:5px 5px 5px 5px;
	background:#e9e9e9;
	border:1px solid #ccc;
}

.mess {
	width:680px;
	min-width:680px;
	max-width:680px;
	height:170px;
	max-height:170px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	padding:7px 8px;
	line-height:16px;
	margin:0;
	display:block;
	border-radius:5px 5px 5px 5px;
	background:#e9e9e9;
	border:1px solid #ccc;
}

.detail:focus {
	background-color:#fff;
	border:1px solid #999;
	outline:none;
}

.mess:focus {
	background-color:#fff;
	border:1px solid #999;
	outline:none;
}


#form .row .context {
	color:#999;
	font-size:11px;
	font-style:italic;
	line-height:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-left:0px;
	width:250px;
}
#form .submit {
	font-family:Arial, Helvetica, sans-serif;
	color:#000;
	font-size:16px;
	text-shadow:1px 1px 1px #999;
	padding:10px;
}

span.error {
	color:#000;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	background-image:url(../images/x.png);
	background-repeat:no-repeat;
	background-position:left 6px;
	padding-left:25px;
}
