.contentWrapper input[type=text] {
	display: block;
	width: 270px;
	padding: 9px 10px 9px 30px;
	margin: 5px 0px 5px 40px;
	border: none;
}

.contentWrapper input[type=submit] {
	width: 120px;
	padding: 9px 0px 9px 0px;
	margin: 5px 0px 5px 230px;
}

.contentWrapper p {
	width: 140px;
	font-size: 10px;
	letter-spacing: 0px;
	color: #bbbbbb;
	position: absolute;
	top: 130px;
	left: 40px;
}

.msgInfo {
	width: 80px;
	background-color: #282;
	font-size: 12px;
	padding: 15px 70px 15px 10px;
	position: absolute;
	top: 97px;
	left: 360px;
}

.msgInfo img {
	position: absolute;
	right: 20px;
	top: 20px;
}