.contentpassword_input {
	padding-left: 20px;
	overflow: hidden;
	margin-bottom: 5px;
	background-color: #ffffff;
	border: thin dotted #dddddd;
	border-color: #212121;
	font-size: 100%;
	font-weight: bold;
	height: 13px;
	line-height: 10px;
	width: 100px;
	background-image: url(contentpassword.png);
	background-repeat: no-repeat;
	background-position: left;
}

.contentpassword_submit {
	overflow: hidden;
	width: 122px;
	font-size: 100%;
	color: #555;
	font-weight: normal;
	border: thin dotted;
	border-color: #212121;
	background-color: #eeeeee;
	text-align: center;
}

.contentpassword_submit_over {
	overflow: hidden;
	width: 122px;
	font-size: 100%;
	color: #000;
	font-weight: normal;
	border: thin dotted;
	border-color: #212121;
	background-color: #E3E3E3;
	text-align: center;
}