#adminleftBlue {
	float: left;
	width: 660px;
	background-image: url(../img/blog/adminBack.gif);
	background-repeat: repeat;
	padding: 20px;
	margin-bottom: 30px;
	overflow: auto;
}
.blogIndexEditBtn {
	padding-top: 20px;
	text-align: center;
}
.blogAddTextBox {
	height: 300px;
	width: 250px;
}
.blogTitleBox {
	width: 250px;
}
.adminIngTextBox {
	height: 100px;
	width: 400px;
}



.adminBoxTitle {
	font-size: 26px;
	color: #368FFF;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 30px;
}

.adminSubTitle {
	padding-bottom: 40px;
}
.adminIndexAddTable td {
	padding-bottom: 10px;
	padding-top: 10px;
	padding-left: 5px;
}
.adminIndexEditDell {
	line-height: 180%;
	color: #F16198;
	text-align: center;
}
.adminIndexEditDell input{
	background-color: #F16198;
	color: #FFFFFF;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CC66CC;
	border-bottom-color: #CC66CC;
}
.adminIndexComenntDel {
	padding-top: 10px;
}
.adminWhiteInput {
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.formTd {
	top: auto;
	bottom: auto;
	font-size: 14px;
	line-height: 180%;
	padding-top: 15px;
	padding-bottom: 15px;
}
.adminNewsTd {
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCCCCC;
}
