/* CSS Document */
input{
	width:160px;
	height:auto;
	border:1px solid #0e3192;
	font-weight:normal;
	font-size:11px;
	margin:0px;
	padding:3px;
	border-style:none none solid none;
	line-height:14px;
	vertical-align:middle;
}
input.checkbox{
	width:14px;
	height:14px;
	overflow:hidden;
	margin:0px;
	padding:0px;
	border:none;
	line-height:14px;
	vertical-align:baseline;
}
input.submit{
	width:auto;
	background-color:#0e3192;
	border:1px solid #BDD0DC;
	text-align:center;
	color:#fff;
	font-weight:bold;
}
textarea{
	width:100%;
	height:196px;
	background-color:#fff;
	line-height:15px;
	border:1px solid #0e3192;
}