@charset "utf-8";
/* CSS Document */

<!--

.txt_area {
	padding: 2px;

	font-size: 18px;
	color: #5496E7;
	background-color: #EEF4FD;
	border: 1px solid #B7C2CE;

	background-repeat: repeat-x;
	background-position: center center;
	vertical-align: middle;

}
.txt_area:hover {

	padding: 2px;
	font-size: 18px;
	color: #5496E7;
	background-color: #FFF;
	border: 1px solid #9AA9BA;
	background-position: center bottom;


}

#txt_area {
	padding: 2px;

	font-size: 18px;
	color: #5496E7;
	background-color: #EEF4FD;
	border: 1px solid #B7C2CE;

	background-repeat: repeat-x;
	background-position: center center;
	vertical-align: middle;

}
#txt_area:hover {

	padding: 2px;
	font-size: 18px;
	color: #5496E7;
	background-color: #FFF;
	border: 1px solid #9AA9BA;
	background-position: center bottom;


}

#txtarea{
	border:1px solid #DBE0E6;
}
#txtarea:hover{
	border: 1px solid #9AA9BA;
}


#active {
	border: 3px double #DBE0E6;
}


#change_1 {
border: 1px solid #FFCACA;
}

#change_1:hover {
border: 1px solid #FFCC00;
}

#change_2 {
border: 1px solid #A4FF99;
}




div.fileinputs {
	position: relative;
	top: 0px;
	left: 0px;
	z-index: 1;
	background-image: url(design/bin/file-input.png);
}

div.fakefile {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

input.file {
	position: relative;
	text-align: right;
	-moz-opacity:0 ;
	filter:alpha(opacity: 0);
	opacity: 0;
	z-index: 1;

}


input#file {
	background-color: #EEF4FD;
	border: 1px solid #B7C2CE;
	color: #000;
	margin: 5px;
	font-size: 12px;
}


#error {
	color:#900;
	background:#FFE1E1;
	font-size:14px;
	display:none;
	height: 20px;
	padding-left: 20px;
	background-image: url(../16png/error.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.needsfilled {
	background:#FFE1E1;
	color:#F00;	

}

-->