@charset "utf-8";
/* CSS Document */

form, fieldset {
	margin: 0;
	padding: 0;
}
legend {
	display: none;
	padding: 0;
	margin: 0;
}
fieldset {
	border: none;
	border-top: 1px dotted  #CA5E4A;
	padding-top: 15px;
}

#left-column p.small {
	font-size: 0.7em;
	margin-bottom: 10px;
}

#left-column fieldset p {
	overflow: auto;
	margin: 0 0 7px 0;
	padding: 0;
	font-size: 0.75em;
	text-align: right;
	color: #C36A59;
	
}

fieldset p label {
	float: left;
	width: 200px;
	text-align: left;
	color: #4B4B4B;
}

input.txt, textarea, select {
	float: right;/**/
	width: 265px;
	font: 0.95em Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #DFC4D0;
}

input.btn {
	float: right;
	background: #CA5E4A;
	border: none;
	padding: 3px;
	color: #fff;
	cursor: pointer;
	
}

div.button {
	margin-top:5px;
	height: 3em;
	/*width: 465px;*/
	overflow: auto;
}

.asterisk {
	color: #C36A59;
	font-weight: bold;
	padding-right: 3px;
}

.left-float {
	float: left;
}

/** hcard **/

.vcard {
	font-size: 0.85em;
	margin: 50px 0 0 50px;
	line-height: 1.5em;
}

.type {
	display: none;
}

div.captcha-container {
	width: 472px;
	overflow: auto;
}

.captcha {
	border: 1px solid #CA5E4A;
	float: right;
}

fieldset.form-captcha {
	border-bottom: 1px dotted  #CA5E4A;
	padding-bottom: 15px;
}

	fieldset.form-captcha p {
		margin-bottom: 10px;
	}
		
		fieldset.form-captcha p label {
			width: 190px;
		}
	
div#KT_tngerror {
	overflow: auto;
	padding: 5px 10px 5px 5px;
	font-size: 0.8em;
	border:1px solid #CA5E4A;
	background-color:#FFFFE4;
	margin-bottom: 15px;
}
	#KT_tngerror label {
		float: left;
		margin-right: 10px;
		color: #CA5E4A;
		font-weight: bold;
	}
	
div.vcard {
	border: 1px solid #fff;
	margin-right: 50px;
	margin-top: 0;
	padding: 10px;
	font-size: 0.8em;
}

.org {
	font-weight: bold;
	border-bottom: 1px dotted #E7BDB6;
	padding-bottom: 8px;
	margin-bottom: 5px;
}

	div.vcard a {
		color: #E7BDB6;
		
	}
	
	div.vcard a:hover {
		color: #fff;
		
	}