img
{
border:0;
}
object {
	outline:none;
}
	.textinputStyle{
	border:1px #08336a solid;
	background:#fff;
/*	background-image:url(input_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;*/
	width:320px;
	height:20px;
	padding:4px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:2px 0 0 0;
	}
	.textArea{
	border:1px #08336a solid;
	background:#fff;
	/*background-image:url(input_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;*/
	width:320px;
	height:50px;
	padding:4px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}

.textinputStyle2{
	border:1px #dddddd solid;
	background-image:url(input_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	width:220px;
	height:20px;
	padding:4px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	margin:2px 0 0 0;
	}
	.textArea2{
	border:1px #dddddd solid;
	background-image:url(input_bg.jpg);
	background-position:top left;
	background-repeat:repeat-x;
	width:220px;
	height:50px;
	padding:4px 0 0 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333333;
	}
