@charset "utf-8";
/* CSS Document */

#loginTable, #regTable {
	font-size:12px;
	margin:0;
	padding:3px;
}

/* Login Place */
.title {
	font-size:15px;
	font-weight:500;
	padding:3px;
	margin-top:10px;
}

.label {
	font-weight:bold;
	font-size:12px;
}

.note {
	font-style:italic;
}

.error {
	border:1px dashed #ccc;
	background-color:#FFFFCC;
	padding:4px;
	color:#993300;
	font-size:12px;
	font-style:italic;	
}

.success {
	border:1px dashed #ccc;
	background-color:#FFFFCC;
	padding:4px;
	color:#009900;
	font-size:14px;	
}


.btn:hover {
cursor:pointer;
color:red;
}


#error {
	color:red;
	text-align:center;
	font-weight:bold;
}


