.common {
	font-size: 12px;
	color: #0033FF;
	text-decoration: none;
}

.times {
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

.red_12 {
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}

.yelloRed_12 {
	font-size: 12px;
	color: #FF9900;
	text-decoration: none;
}

.dateInput {
	width: 30px;
}

.yearInput {
	width: 60px;
}

.black_12 {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.black_12_bold {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

.black_16 {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

.black_size16 {
	font-size: 16px;
	color: #000000;
	text-decoration: none;
}

.messageFont {
	font-size: 12px;
	color: #333333;
	border: 1px dashed #999999;
}

.sendBox {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border: 1px solid #666666;
}

#reMessage {
	width: 100%;
}

.divBack {
	position: relative;
	background-image: url(../images/title_bgGround.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color:blue;
	width: 490;
	height: 42;
}
.divBack2 {
	position: relative;
	background-image: url(../images/titleBg.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color:#999999;
	background-position:center bottom;
	width: 449;
	height: 42;
}