#formWrap {
	width:480px;
	margin:0px auto 0px;
	padding:20px 20px 20px 20px;
	background-image: url(../../images/contentclearbox.png);
	background-repeat: repeat-y;		
}


#formWrap #form {
	width:440px;
	font-family: Helvetica;
	font-size: 12px;
}


#form .row {
	display:block;
	line-height:20px;
	overflow:inherit;
	padding:0px 0px;
	width:440px;
}


#form .row .label {
	font-size:12px;
	font-weight:bold;
	font-family:Helvetica;
	width:430px;
	text-align:left;
	float:left;
	padding-right:10px;
	margin-right:0px;	
}


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


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

#form .row .context {
	color:#999;
	font-size:11px;
	font-style:italic;
	line-height:12px;
	font-family:Helvetica;
	width:440px;
	float:left;	
}


.detail {
	width:430px;
	font-family:Helvetica;
	font-size:12px;
	padding:5px 5px;
	margin:0;
	display:block;
	border-radius:5px 5px 5px 5px;
	/*	border-top-right-radius:20px 10px;*/
	background:#E9E9E9;
	border:1px solid #CCC;
}

.mess {
	width:430px;
	max-width:430px;
	height:60px;
	max-height:100px;
	overflow:hidden;
	font-family:Helvetica;
	font-size:12px;
	padding:5px 5px 5px 5px;
	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 #submit {
	font-family:Helvetica;
	margin-top:10px;
	margin-left:10px;
	color:000;
	font-size:12px;
	text-shadow:1px 1px 1px #999;
	padding:10px;	/*border-bottom-right-radius:15px 7px;
	border-top-left-radius:15px 7px;*/
	

}

span.error {
	color:#000;
	display:block;
	font-family:Helvetica;
	font-size:10px;
	background-image:url(../images/x.png);
	background-repeat:no-repeat;
	background-position:left 2px;
	padding-left:16px;
}

#formWrap dan {
	font-family:Helvetica;
	text-shadow:1px 1px 1px #CCC;
	color:#AA9787;
	font-size:12px;
	font-weight:bold;
	width:430px;
	text-align:center;
	float:left;
	padding-right:10px;
	margin-right:0px;
}