.outborder {
	font-size: 12px;
	color: #000000;
	border: 1px solid #000000;
}
.bottomborder {
	font-size: 12px;
	color: #000000;
	text-decoration: none;
	border-top: 1px none #000000;
	border-right: 1px none #000000;
	border-bottom: 1px dotted #000000;
	border-left: 1px none #000000;
}
.grayborder {
	border: 1px solid #F6F6F6;
}
.blueborder {
	border: 1px solid #E6E6FF;
	font-size: 12px;
	color: #000000;

}
.bluebg {
	background-color: #FBFBFF;
	font-size: 12px;
	color: #000000;

}
.mybutton {
	font-size: 12px;
	color: #000000;
	border: 1px dashed #B0B0FF;
	height: 20px;
	width: 40px;
	background-color: #E8E8E8;

}

