@charset "utf-8";
/* CSS Document */
.inputtextbg{
	width: 242px;
	height: 50px;
	padding-left: 20px;
	background: url(../images/text_field.jpg) no-repeat;
}
.textfield{
	font-weight: bold; font-size: 15px; width: 220px; border: none; background: none; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;
}
.textareafield{
	resize: none; width: 215px; border: none; height: 150px; background: none; font-size: 15px; font-weight: bold; color: #FFFFFF; font-family: Arial, Helvetica, sans-serif;
}
.inputtexareatbg{
	width: 242px;
	height: 175px;
	background: url(../images/textarea_field.jpg) no-repeat;
}