#content {
	background: #f1bacd url(img/bg_content_askexpert.jpg) no-repeat scroll center top;
	height: 520px;
}

#contentInner {
	padding: 30px 0px 0px 355px ;
	width: 500px;
	overflow: hidden;
}
input, select, textarea {
	background-color: #fff;
	color: #cd3689;
	border: 1px solid #f1bacd;
	padding-left: 3px;
	width: 270px;
}
select {
width: 275px;
}
textarea {
	height: 100px;
	width: 373px;
}

#aae_form {
	position: relative;
}
form div {
	float: left;
	padding-bottom: 5px;
}
h1 {
	margin: 0;
	padding: 0;
}
.h1 p {
	width: 380px;
}
.status_err {
	background-color:#e23d96;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	width: 360px;
	border: 2px solid #fff;
	margin-bottom: 1.75em;
}
.status_success {
	background-color:#e093b3;
	color: #fff;
	font-weight: bold;
	padding: 5px;
	width: 360px;
	border: 2px solid #fff;
	margin-bottom: 1.75em;
}
