/*---------------- css default -----------------------------*/
 
 
.textbox_search {
	background-color: #FFFFFF;
	border: 1px solid #FFFFFF;	
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	COLOR: #414042;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;	font-size: 11px; COLOR: #414042;
}

hr {	color: #000000;	}
a:link {
	COLOR: #2679af; TEXT-DECORATION: none;
}
a:visited {
	COLOR: #2679af; TEXT-DECORATION: none;
}
a:hover {
	COLOR: #414042; TEXT-DECORATION: underline;
}
a:active {
	text-decoration: none;	color: #2679af;
}


/*---------------- css text -----------------------------*/
.title {
	color: #f95e25;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
.text_red {
	color: #FF0000;
}
.text_w {
	color: #FFFFFF;
}
.text_small {
	font-size: 10px;
}


/*---------------- css other -----------------------------*/
.button {
	border: 1px solid #f96229;
	background-image: url(../images/bg_button.gif);
	background-repeat: repeat-x;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	height: 19px;
}