@media (min-width: 768px) {
	#formWrap {
		width:650px;
		margin:0 auto;
		color:#555;
		line-height:120%;
		font-size:90%;
	}
	table{
		 width: 650px;
		 margin-top: 10px;
	}
	table.formTable{
		width:100%;
		margin:10px auto;
		border-collapse:collapse;
	}
	table.formTable td,table.formTable th{
		border:1px solid #ccc;
		padding:5px;
		font-size: 12px;
	}
	table.formTable th{
		width:30%;
		font-weight:normal;
		background:#efefef;
		text-align:left;
	}
	p.error_messe{
		margin:5px 0;
		color:red;
	}
	textarea{
		resize: none;
	}
	.title-logo{
		background-color: #999;
		text-align: center;
		color: #fff;
		font-size: 20px;
		font-weight: bold;
		width: 650px;
		height: 60px;
		line-height: 60px;
		border-radius: 10px 10px 0 0;
	}
	.small-size{
		display: none;
	}
}

@media (max-width: 767px) {
	#formWrap {
		width:100%;
		margin:0 auto;
		color:#555;
		line-height:120%;
		font-size:90%;
	}
	table{
		 width: 100%;
		 margin-top: 10px;
	}
	table.formTable{
		width:100%;
		margin:10px auto;
		border-collapse:collapse;
	}

	table.formTable td{
		width:100%;
		font-weight:normal;
		background:#efefef;
		text-align:left;
		border:1px solid #fff;
		font-size: 12px;
	}
	p.error_messe{
		margin:5px 0;
		color:red;
	}
	textarea{
		resize: none;
	}
	.title-logo{
		background-color: #999;
		text-align: center;
		color: #fff;
		font-size: 18px;
		font-weight: bold;
		width: 100%;
		height: 60px;
		line-height: 60px;
		border-radius: 10px 10px 0 0;
	}
	.normal-size{
		display: none;
	}
	table.formTable th{
		display: none;
	}

}