.inner-content table {
	width: 600px;
	margin: 0 auto;
}

.inner-content table .inputTxt {
	border: solid 1px #CFCFCF;
	width: 380px;
	height: 25px;
}

.inner-content table .inputTextarea {
	width: 380PX;
	height: 100px;
	border: solid 1px #CFCFCF;
}

.inner-content table .submitBtn,
.inner-content table .resetBtn {
	width: 100px;
	height: 36px;
	color: #FFFFFF;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	cursor: pointer;
	font-size: 15px;
	outline: none;border: none;
}

.inner-content table .submitBtn {
	background: #404040;
	margin-right: 20px;
}

.inner-content table .submitBtn:hover {
	background: #000000;
}

.inner-content table .resetBtn {
	background: #AFAFAF;
}

.inner-content table .resetBtn:hover {
	background: #CFCFCF;
}