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

.text-white {
	font-size: 12px;
	color: #FFFFFF;
}
.text-black {
	font-size: 12px;
	color: #333333;
}
.text-red {
	font-size: 12px;
	color: #FF0000;
}
.down-border {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	margin-left: 5px;
	padding-left: 5px;
}
.type-go{
	margin:0px; 
	padding:4px;
	display:block;
	background-color:#EEEEEE; 
	color:#000000;
	border:1px #707070 solid;
	width:42px;
	height:18px;
	font-size:10pt;
	line-height:18px;
	text-decoration:none;
	text-align: center;
}
.type-login{
	margin:0px; 
	padding:4px;
	display:block;
	background-color:#EEEEEE; 
	color:#000000;
	border:1px #707070 solid;
	width:62px;
	height:25px;
	font-size:10pt;
	line-height:18px;
	text-decoration:none;
	text-align: center;
}
.type-submit{
	margin:0px; 
	padding:4px;
	display:block;
	background-color:#EEEEEE; 
	color:#000000;
	border:1px #707070 solid;
	height:25px;
	font-size:10pt;
	line-height:18px;
	text-decoration:none;
	text-align: center;
}