#formWrap {
	width:380px;
	height:465px;

	border:solid 1px #f1f1f1
	-moz-border-radius:20px;
	-moz-box-shadow:2px 2px 5px #999;
	-webkit-border-radius:20px;
	-webkit-box-shadow:2px 2px 5px #999;
	padding-right: 5px;
	padding-left: 5px;
	margin-top: 4px;
}

#formWrap #form {
	border-top:1px dotted #eee;
	height:440px;
	width:380px;
}

#form .row {
	border-bottom:1px dotted #eee;
	display:block;
	line-height:15px;
	overflow:auto;
	width:360px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}

#form .row .label {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 180px;
	margin-right: 10px;
	padding-right: 10px;
	text-align: left;
	float: left;
	padding-bottom: 3px;
	color: #FFF;
}

#form .row .input {
	float: left;
	margin-right: 10px;
	/*	width: auto; */
	width:300px;
}
#form .row .input2 {
	float: left;
	margin-right: 10px;
	/*	width: auto; */
	width:360px;
	height: 150px;
}

.detail {
	width:280px;
	height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin:0;
	display:block;
	border-right:2px 2px 2px 2px;
	background-color: #e9e9e9;
	background-repeat: repeat;
	border:1px solid #ccc;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
}

.mess {
	width: 300px;
	max-width: 300px;
	height: 110px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:1em;
	margin:0;
	display:block;
	border-right:2px 2px 2px 2px;
	background:#e9e9e9;
	border:1px solid #ccc;
	padding-top: 7px;
	padding-right: 8px;
	padding-bottom: 7px;
	padding-left: 8px;
	
}
.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: 250px;
	float: left;
}

#form #submit {
	font-family: Arial, Helvetica, sans-serif;
	margin-top:10px;
	margin-left:40px;
	color:#000;
	font-size:14px;
	text-shadow:1px 1px 1px #999;
	padding:2px;
	float: left;
}

span.error {
	color: #C00;
	display: block;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/x.png);
	background-repeat:no-repeat;
	background-position: left 1px;
	padding-left:25px;
	height: 13px;
	text-align: left;
	padding-top: 2px;
}

#formWrap h2 {
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color:#FFF;
	font-size: 20px;
	padding-bottom: 20px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
}
