body {
	background: none;
}

#formWrap {
	width: 520px;
	height:300px;
	margin-top: 10px;
	margin-left: 5px;
	background: #FFF;
	border:;
	border-radius:;
	box-shadow:;
	-moz-border-radius:;
	-moz-box-shadow:;
	-webkit-border-radius:;
	-webkit-box-shadow:;
	padding: 5px 5px 5px;
		
}

#formWrap #form {
	border-top:;
	width: 520px;
	height: 300px;
	
}

#form .row {
	border-bottom:;
	display:block;
	line-height:15px;
	overflow:auto;
	padding: 5px 0px;
	width:100%;
	
}

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

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

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

.detail {
	width:360px;
	height:14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	padding: 7px 8px;
	margin:0;
	display:block;
	border-radius: 3px 3px 3px 3px;
	background: #E9E9E9;
	border: 1px solid #CCC;
}

.mess {
	width:500px;
	max-width:500px;
	height: 80px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	padding:7px 8px;
	line-height:16px;
	margin:0;
	display:block;
	border-radius: 3px 3px 3px 3px;
	background: #E9E9E9;
	border: 1px solid #CCC;
}

.mess:focus {
	background-color:#FFF;
	border: 1px solid #999;
	outline:none;
	
}


.detail: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:200px;
	float:left;
	
}

#form #submit {
	background-image: url(http://members.webs.com/s/themes/paper/v1.10/images/btn.png);
	background-position: -20px bottom;
	background-color: #96c5d3;
	font: inherit;
	vertical-align: baseline;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 15px;
	Margin-left:;
	color: #FFF;
	font-size: 16px;
	text-shadow: 1px 1px 0px #3d7f93;
	-moz-box-shadow: 0px 1px 3px #999;
	-webkit-box-shadow: 0px 1px 3px #999;
	box-shadow: 0px 1px 3px #999;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 5px;

	cursor: pointer;
	display: inline-block;
	position: relative;
	
	background-repeat: no-repeat;
	opacity: 1;
	border-radius: 5px;
}

span.error {
	color:#F00;
	display:block;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding-left:5px;
	padding-top:2px;
}