.textbox{
	height: 18px;
	width: 151px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #CCCCCC;
	text-decoration: none;
	background-color: #FFFFFF;
}

.text1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	text-decoration: none;
}

.text_box1{
	background-color: #FFFFFF;
	width: 188px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.text_box2{
	background-color: #FFFFFF;
	height: 100px;
	width: 250px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
}

.text_box3{
	background-color: #FFFFFF;
	width: 100px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

.button_normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	color: #FFFFFF;
	text-decoration: none;
	border: 1px solid #7967AD;
	height: 18px;
	background-color: #1B1464;
}

.text_red_normal  {

	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FF0000;
	letter-spacing: 0px;
	font-weight:bold;
}

.text_blue_normal  {

	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3333FF;
	letter-spacing: 0px;
	font-weight:bold;
}


