
.inputField {
	width:167px;
}
.inputField .top {
	height:2px;
	padding:0;
	/* display:table-row; */
}
.inputField .middle {
	background-image:url(../images/inputfield_bkg.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	/* display:table-cell; */
	padding:0 0 0 1px;
	height:14px;
}

.inputField .middle input {
	
	height:14px;
	line-height:14px;
	width:164px;
	border:0px #FFFFFF solid;
	background-color:#0F0F0F;
	color:#FFFFFF;
	font-size:11px;
	padding:0 3px 0 3px;

}

.inputField .bottom {
	height:2px;
	padding:0;
	/* display:table-row; */
}


.textArea {
	
	display:table;
}

.textArea .top {
	height:5px;
	padding:0;
	/* display:table-row; */
}
.textArea .middle {
	background-image:url(../images/textarea_bkg.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	/* display:table-cell; */
	padding:2px 3px 2px 3px;
	height:93px;

}
.textArea .middle_small {
	background-image:url(../images/textarea_bkg.gif);
	background-repeat:repeat-y;
	vertical-align:top;
	/* display:table-cell; */
	padding:2px 3px 2px 3px;
	height:40px;

}

.textArea .middle textarea {
	width:310px;
	height:90px;
	border:0px #FFFFFF solid;
	background-color:#0F0F0F;
	font-size:11px;
	color:#FFFFFF;

}

.textArea .middle_small textarea {
	width:310px;
	height:37px;
	border:0px #FFFFFF solid;
	background-color:#0F0F0F;
	font-size:11px;
	color:#FFFFFF;

}


.textArea .bottom {
	height:5px;
	padding:0;
	/* display:table-row; */
}
