#yp_main {
	width:100%;
	font-size:90%;
	line-height:150%;
	text-align:justify;
}

#yp_main dd{
	margin-left:5px;
}

#regist_form {
	float: none;
	clear:both;
	width: 90%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	font-size:1.0em;
	text-align:center;
	line-height:150%;
}
#regist_form fieldset{
	padding-left:10px;
}
#regist_form fieldset legend{
	color:#EEE;
}
#regist_form table td{
	line-height:200%;
}
form.form table {
	width:95%;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:auto;
	margin-right:auto;
	padding: 0;
	border: 1px solid #333;
	border-collapse:collapse;
	font-size:90%;
	text-align:justify;
}
form.form th{
	padding: 3px;
	border: 1px solid #333;
	width: 15em;
	color: #333;
	background-color: #ccc;
	font-weight:normal;
}

form.form th label{
	font-weight:bold;
	font-size:100%;
}

form.form td{
	padding: 3px;
	border: 1px solid #333;
	color: #333;
	background-color: #eee;
	line-height: 1.3em;
}

form.form input {
	padding:1px;
}
form.form input.file {
	padding:1px;
	width:95%;
}
form.form input.text {
	width:95%;
	border:1px solid #333;
	color:#333333;
}
form.form input.text2 {
	border:1px solid #333;
	color:#333333;
}
form.form input.radio {
	color:#333333;
}

form.form select.select {
	padding:2px;
	border:1px solid #333333;
}

form.form textarea.textarea {
	background-color:#fff;
	padding:2px;
	width:95%;
	height:6em;
	border:1px solid #333333;
}

form.form input.button{
	background-color:#CCCCCC;
	background-image:url(../location_search/images/bbk.gif);
	padding:1px 5px;
	color:#FFF;
	font-weight:bold;
	border: none;
}

form.form input.button:hover{
	background-color:#FFAAAA;
}

form.form em {
	color:#FF0000;
	font-weight:bold;
	font-style:normal;
}

form.form table td.center {
	text-align:center;
}
