.form_txt_input{
				font-family : Arial;
				font-size : 10px;
				color : Black;
			}
			.form_div_outline{
				font-size : 12px;
				margin-top : 5px;
			}
			.header1sp{
				display: table;
				color: white;
				width: 212px;
				height: 20px;
				font-weight : bold;
				padding-top: 4px;
				padding-left: 8px;
				font-size : 11px;
				background-image : url(../../news/images/sp_top_220_01.jpg);
				background-repeat :no-repeat;
			}
			.form_header_inline{
				color: white;
				padding-top: 4px;
				padding-left: 7px;
			}

			.form_div{
				width: 210px;
				background-color : #EDE9DD;
				padding : 4px;
				display : table;
				text-align: left;
				border-left : 1px solid silver;
				border-right : 1px solid silver;
				border-bottom : 1px solid silver;
			}
			.form_div form{
				display : inline;
			}
			.form_container {
				width: 100%;
				font-size : 11px;
				clear: both;
				text-align: justify;
				display :table;
				color: #403F3D;
			}
			.form_response {
				width: 100%;
				font-size : 11px;
				clear: both;
				text-align: left;
				display :none;
				color: #770000;
				font-weight : bold;
			}
			.form_inner_outline{
				margin-top : 6px;

			}
			.form_txt {
				float: left;
				margin-top : 4px;
				font-size : 11px;
			}
			.form_input {
				float: right;
			}
			.form_input input{
				width: 125px;
				font-family : Arial;
				font-size : 12px;
				color : Black;
				border : 1px solid gray;
				margin-top : 1px;
			}
			.form_input select{
				width: 127px;
				font-family : Arial;
				font-size : 12px;
				color : Black;
				border : 1px solid gray;
				margin-top : 1px;
			}
			.form_input textarea{
				width: 208px;
				font-family : Arial;
				font-size : 12px;
				color : Black;
				border : 1px solid gray;
				margin-top : 1px;
				height : 70px;
			}
			.form_submit {
				float: right;
			}
			.form_submit input{
				border: 3px double #999999;
				border-top-color: #CCCCCC;
				border-left-color: #CCCCCC;
				background-color: #FFFFFF;
				color: #333333;
				font-size: 11px;
				font-family: Arial;
				margin-top : 3px;
				float: right;
			}
