@charset "ISO-8859-1";
#formWrap {
	clear: both;
	float: left;
	margin-left: 0;
	margin-top:10px;
	margin-bottom:10px;
	width: 98%;
	display: block;
	font-size: small;
	background:#CCC;
	border:1px solid #CCC;
	-moz-border-radius:20px;
	-moz-border-shadow:2px 2px 5px #999;
	-webkit-border-radius:20px;
	-webkit-border-shadow:2px 2px 5px #999;
	padding:10px 5px 35px;
}

#formWrap #form {
	border-top:1px dotted #EEE;
	border-bottom:1px dotted #EEE;
/*	width: 62%;  */
}

#form .row {
	border-bottom:1px dotted #EEE;
	display:block;
	line-height:12px;
	overflow:auto;
	padding:10px 0px;
	width:100%;	

}

#form .row .label {
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	width:180px;
	text-align:right;
	float:left;
	padding-top:9px;
	padding-right:5px;
	margin-right:5px;
}

#form .row .input {
	float:left;
	margin-right:5px;
	width:auto;

}

.detail {
	width:225px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	padding:5px 6px;
	margin:0px;
	display:block;
	border-radius:5px 5px 5px 5px;
	background:#E9E9E9;
	border:1px solid #CCC;
}

.mess {
	width:225px;
	max-width:225px;
	height:80px;
	overflow:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:5px 6px;
	line-height:1em;
	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;
	width:225px;

}

#form #submit {
	font-family:Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
	font-size:14px;
	text-shadow:1px 1px 1px #999;
	padding:10px;

}

span.error {
	color:#000;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	font-weight:bold;
	color:#666;
	height:20px;;
	background-image:url(../images/x.png);
	background-repeat:no-repeat;
	background-position:left 0px;
	padding-left:25px;
	
}

#formWrap h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	text-shadow:1px 1px 1px #CCC;
	color:#255E67;
	margin-left:20px;
	
}