/* CODE FOR ROUNDED BOXES */
.inputR {
	background: url(input_left.png) no-repeat;;
	padding: 0 0 0 4px;;
	float: left;;
	margin: 1px;;
	float: left;
}

.inputR span {
	background: url(input_right.png) no-repeat right top;;
	padding: 1px 3px 3px 0;;
	float: left;
}
.inputRAR {
	background: url(input_left_textArea.png) no-repeat;;
	padding: 0 0 0 4px;;
	float: left;;
	margin: 1px;;
	float: left;
}

.inputRAR span {
	background: url(input_right_textArea.png) no-repeat right top;;
	padding: 1px 3px 3px 0;;
	float: left;
}

/* if you want a different color, jsut specify it here, and change the color of the included .png files */
.inputR span inputR {
	background: #cccccc;;
	color: #666666;;
	font-weight: bold;;
	border: 0;
}
.inputRAR span inputRAR {
	background: #cccccc;;
	color: #666666;;
	font-weight: bold;;
	border: 0;
}

.inputP {
	background: url(input_left_.gif) no-repeat;;
	padding: 0 0 0 4px;;
	float: left;;
	margin: 1px;;
	float: left;
	font-size: 4pt;
}

.inputP span {
	background: url(input_right_.gif) no-repeat right top;;
	padding: 1px 3px 3px 0;;
	float: left;
}

/* if you want a different color, jsut specify it here, and change the color of the included .png files */
.inputP span inputP {
	background: #cccccc;;
	color: #666666;;
	font-weight: bold;;
	border: 0;
}
