	.table-cell input {
		width: auto;
		margin: 0 20px 15px 0;
	}
#qestion-2col .pannel-left {
width: 47%;
float: left;
}
#qestion-2col .pannel-right {
	width: 47%;
	float: right;
	padding-right: 10px;
}
#submit-tr {
 width:100%;
}
#submit-td {
 margin:0 auto;
}
#submit {
float: left;
background: #0065CB;
width: 200px;
color: #fff;
padding: 15px;
margin: 0 20px 0 125px;
border: none;
font-size: 14px;
}
#reset {
	float: left;
	background: #0065CB;
	width: 200px;
	color: #fff;
	padding: 15px;
  border: none;
  font-size: 14px;
}
.msg {
  margin-bottom: 15px;
  color: #f00;
}


/* Responsive max-width: 568px
--------------------------------------------------------- */
@media screen and (max-width: 568px) {
	#container {
		width: auto;
		padding: 0 10px;
		}
		#container .ttl-square-border {
			margin-top: 0;
		}
		#qestion-2col .pannel-left,
		#qestion-2col .pannel-right {
			width: auto;
			float: none;
		}
		#qestion-2col .pannel-left {
			margin-bottom: 20px;
		}
		#submit,
		#reset {
			width: 300px;
			margin: 0 auto 10px;
			display: block;
			float: none;
		}
	#footer {
		width: auto;
		padding: 20px 10px 10px;
	}
	#footer #copyWrite {
		width: auto;
	}
}
