@charset "utf-8";

body {
	background:#E9E9E9;
}


#formWrap {
    width:600px;
	max-height:420px;
    margin-top:10px;
	margin-left:20px;
	background:#FFFFFF;
	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:5px 10px 20px;
}

#formWrap #form {
    border-top:1px solid #EEE;
	width: 600px;
	max-height:420px;
}

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

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

#form .row .input {
    float:left;
	margin-right:10px;
	/* width:auto; */
	width:285px;
	}
	
#form .row .input2 {
    float:left;
	margin-right:10px;
	/* width:auto; */
	width:466px;
	}

.detail {
	width:260px;
	font-family:Arial, 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:350px;
	max-width:350px;
	height:100px;
	max-height:180px;
	overflow:auto;
	font-family:Arial, sans-serif;
	font-size:20px;
	padding:8px 7px;
	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, sans-serif;
	width:200px;
	float:left;
	}

#form #submit {
    font-family:Arial, sans-serif;
	margin-top:25px;
	margin-left:200px;
	color:#000;
	font-size:16px;
	font-shadow:1px 1px 1 px #999;
	padding:10px;
}

span.error {
	color:#C66;
	display:block;
	font-family:Arial, sans-serif;
	font-size:12px;
	background-image:url(../images/x.png);
	background-repeat:no-repeat;
	background-position:6px;
	padding-left:10px;
	}
	
formWrap h2 {
	font-family:Arial, sans-serif;
    text-shadow:1px 1px 1px #CCC;
	color: #255E67;
	margin-left:25px;	
	}