div.signal {
	font-size: 0.8em;
	font-weight: normal;
	text-decoration: none;
	color: #C0C0C0;
	background-color: #e6e6e6;
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	letter-spacing: 2px;
	margin: 10px auto;
	border-width: 1px;
	border-style: solid;
	border-color: #C0C0C0;
	padding: 0px;
	width: 90%;
	height: 2em;
	display: block;
}

	div.signal_c {
		width: 33.3%;
		height: 2em;
		float: left;
		display: block;
	}

	div#signal_n {
		color: #000000;
		background-color: #FFFFFF;
	}


div.input_line {
	line-height: 2em;
	margin-top: 0px;
	border-style: none;
	padding: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 100%;
	height: 2em;
	float: none;
	clear: both;
	display: block;
}

form {
	margin: 0 auto;
	border-style: none;
	padding: 0px;
	width: 100%;
	display: table;
}


	div.fld_name {
		background-color: #dcdcdc;
		line-height: 2em;
		margin-top: 0px;
		padding: 0px;
		margin-left: 5%;
		margin-right: 5%;
		margin-bottom: 0px;
		width: 90%;
		display: block;
	}

	div.fld_input {
		line-height: 2em;
		margin-left: 5%;
		margin-right: 5%;
		border-width: 1px;
		border-style: solid;
		border-color: #C0C0C0;
		padding: 0px;
		width: 90%;
		float: left;
		display: table;
	}

	input.mf {
		line-height: 2em;
		margin: 0px;
		border-style: none;
		padding: 0px;
		width: 100%;
		height: 2em;
		display: table;
	}

	textarea.mf {
		line-height: 2em;
		margin: 0px;
		border-style: none;
		padding: 0px;
		width: 100%;
		height: 15em;
		display: table;
	}

#send_btn {
	text-align: center;
	vertical-align: middle;
	line-height: 2em;
	letter-spacing: 3px;
	margin-top: 2px;
	padding: 0px;
	margin-left: 5%;
	margin-right: 5%;
	margin-bottom: 2px;
	width: 90%;
	height: 2em;
	display: block;
}

