/* CSS Document *//*	input {		 border-style: none;		 }	*/		.form_title {		font-family: Times New Roman, Times, serif;		color: #000000;		font-size: 18px;		line-height: 100%;		font-style: normal;		font-weight: bold;			}	.form_category {		font-family: Arial, Helvetica, sans-serif;		color: #000000;		font-size: 13px;		line-height: 100%;		font-style: normal;		font-weight: bold;	}	.form_input {		font-family: Arial, Helvetica, sans-serif;		color: #000000;		font-size: 10px;		line-height: 100%;		font-style: normal;		font-weight: bold;		} .form_inputx {		font-family: Arial, Helvetica, sans-serif;		color: #000000;		font-size: 12px;		line-height: 100%;		font-style: normal;		font-weight: normal;		background-color: #E1E1E1;	}	.form_input1 {		font-family: Arial, Helvetica, sans-serif;		color: #000000;		font-size: 12px;		line-height: 100%;		font-style: normal;		font-weight: normal;		background-color: #E1E1E1;	}.form_button {		width:130px;		height:23px;		border:1px solid #999999;		background-color:#A80024;		color:white;		font-weight:650;		letter-spacing:1.5px;		font-size: 12px;		font-family:Verdana, Times New Roman, Times, serif;		text-align:center;		padding-top:0px;	}