div.askBackground {
	width:1000px;
	border-bottom:1px solid #dee6f1;
	background-color: #809dc9;
	margin: auto;
}
	div.askBackgroundCenter {
		width:940px;
		height:242px;
		margin: auto;
	}
div.formBox {
	width: 600px;
	margin: auto;
}
	div.formBox input[type="text"] {
		width:235px;
		height: 22px;
		border: 0px;
	}
	div.formBox textarea {
		width: 600px;
		height: 95px;
		border: 0px;
	}
	div.formBox span {
		color: #3c4b9a;
	}
