.PettaLabel {
	position :			absolute;
	padding :			0.5em;
	border-width :		1px 1px 1px 1px;
	border-style :		solid;
	overflow :			visible;
	font-family:		Verdana;
	cursor:				hand;
	cursor:				pointer;
}

.PettaResizeDiv {
	background-color :	#AAAAAA;
	position :			absolute;
	width :				3px;
	height :			3px;
	overflow :			hidden;
	bottom :			0px;
	right :				0px;
	cursor :			se-resize;
}

#PettaLabelMenu {
	font-size :			0.8em;
	font-weight : 		bold;
	color :				#666666;
	cursor :			pointer;
	position :			absolute;
	line-height :		130%;
	padding :			0.3em;
	border-width :		1px 1px 1px 1px;
	border-style :		solid;
	border-color :		#666666;
	background-color :	white;
}

#PettaEditForm {
	font-size :			0.8em;
	position :			absolute;
	border : 			1px solid #666666;
	padding:30px 20px 50px 20px;
	margin:10px 10px 10px 10px;
	line-height :		200%;
	background-color :	white;
	border-width :		1px 1px 1px 1px;
	border-style :		solid;
	border-color :		#666666;
	overflow :			hidden;
	height :			500px;
	width  :			600px;
}

#PettaEditText {
	font-size :			1.0em;
	width :				99%;
	height :			70%;
	border: 1px solid #666666;
	padding: 5px;
	background-position: bottom right;
}

.PettaPseudoLink {
	cursor :			pointer;
	color :				#666666;
	font-size :			0.8em;
}

#PettaResponse {
	position :			fixed!important; /* importantで、Mozilla, Opera に対して優先順位を上げて固定配置 */
	position :			absolute;        /* Internet Explorer 用に絶対位置配置する */
	font-size :			0.8em;
	padding :			0.3em 1em 0.3em 0.5em;
	border-width :		1px 1px 1px 1px;
	border-style :		solid;
	border-color :		#666666;
	background-color :	white;
	position :			absolute;
	top :				10px;
	left :				10px;
	z-index :			9007;
}

#PettaResponseText {
	font-size :			0.8em;
}

#PettaLoginArea {
	position :			fixed!important; /* importantで、Mozilla, Opera に対して優先順位を上げて固定配置 */
	position :			absolute;        /* Internet Explorer 用に絶対位置配置する */
	font-size :			0.8em;
	padding :			0.2em 0.2em 0.2em 0.2em;
	border-width :		1px 1px 1px 1px;
	border-style :		solid;
	border-color :		#D6D6D6;
	top :				5px;
	left :				5px;
	opacity :			1.0;
	text-align :		center;
}

#PettaLoginForm {
	opacity :			0.8;
}
