.ajaxContent {
	margin: 20px auto;
	position: relative;
}

.ajaxForm {
	background: #fff;
	text-align: left;
	max-width: 650px;	
	margin: 40px auto;
	position: relative;
	
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.ajaxLogin {
	width: 350px;
}

.ajaxRegister {
	width: 700px;
}

.ajaxTitle {
	padding: 15px 0 15px 25px;
	font-family: Georgia;
	font-weight: normal;
	border-bottom: 1px solid #cecece;
}

.ajaxSubtitle {
	padding: 20px 0 0 0;
	font-family: Georgia;
	font-weight: normal;
	font-size: 16px;
}

.advantages {
	width: 250px;
	float: right;
}

.advantages ul {
	margin: 15px 0;
	padding: 0;
	display: block;
}

.advantages ul li {
	margin: 12px 0;
	font-size: 11px;
	font-family: Arial;
	color: #939393;
	background-image: url('../img/icons/check.png');
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 20px;
}

.ajaxResponse {
	padding: 0px 30px;
}

.ajaxResponse .error,
.ajaxResponse .success {
	padding: 0px;
}

.ajaxResponse .error ul {
	background-color: #f75556;
	padding: 6px 10px;
	-moz-box-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.ajaxResponse .success ul {
	background-color: #5bc855;
	padding: 6px 10px;
	-moz-box-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.ajaxResponse .error ul li,
.ajaxResponse .success ul li {
	font-size: 12px;
	font-family: Lato;
	font-weight: 700;
	color: #fff;
	padding: 2px 0 2px 0;
}

.ajaxResponse .error ul li a,
.ajaxResponse .success ul li a {
	color: #fff;
	text-decoration: underline;
}

.ajaxContent p {
	text-align: center;
	font-size: 14px;
	margin: 0;
	padding: 5px 15px;
	font-size: 12px;
	line-height: 16px;
}