.text_area{
	overflow: scroll; 
	overflow-y: scroll; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-vertical;
	border:1px solid #CCBD92;
	width:278px;
	height:100px;
	font-family: "giorgia", "bookantiqua", "Times New Roman", Times, serif;
}

.text_area_red{
	overflow: scroll; 
	overflow-y: scroll; 
	overflow-x: hidden; 
	overflow:-moz-scrollbars-vertical;
	border:1px solid #CCBD92;
	background-color:#ffffff;
	width:278px;
	height:100px;
	font-family: "giorgia", "bookantiqua", "Times New Roman", Times, serif;
}

.text_input{
	background-color:#FFFFFF;
	border:1px solid #CCBD92;
	font-family:Tahoma;
	padding:3px;
	width:270px;
	font-weight:normal;
	font-family: "giorgia", "bookantiqua", "Times New Roman", Times, serif;
}

.text_input_red{
	background-color:#ffffff;
	border:1px solid #CCBD92;
	font-family:Tahoma;
	padding:3px;
	width:270px;
	font-weight:normal;
	font-family: "giorgia", "bookantiqua", "Times New Roman", Times, serif;
}

.div_validate{
	color:red;
	font-family:Tahoma;
	padding:3px;
	font-family: "giorgia", "bookantiqua", "Times New Roman", Times, serif;
	text-align:left;
}

