@import url("exclusives.css");


#skyscraper {
	position: absolute;
	top: 170px;
	right: 26px;
}

#bhayot h2 {
	margin-right: 150px;
}

#content {
	width: 579px;
	background: none;
	padding-top: 10px;
	
}

#content h4 {
	color: #999;
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 20px;
}

#content h4 span {
	color: #555;
}


#form, #coords {
	padding: 0;
	width: 283px;
	float: left;
}

#form label, #form input, #form textarea {
	display: block;
	margin: 3px 0;
}

#form form br {
	clear: both;
}

#form label {
	float: left;
	font-size: 11px;
	
}

#form input, #form textarea {
	position: relative;
	width: 185px;
	float: right;
}

#form textarea {
	height: 75px;
}


#coords {
	float: right;
}

#coords ul {
	position: relative;
	background: #eee;
	list-style: none;
	padding: 15px 10px 15px 25px;
}

#coords li, #coords li a {
	color: #555;
} 

#coords li {
	background: url(../images/elements/h3arrow_grey.gif) no-repeat;
	padding-left: 24px;
	margin: 1.3em 0;
}

#header h1 a {
	position: relative;
	float: left;
	width: 430px;
	height: 60px;
	margin-top: 13px;
	font-size: 1px;
	color: #fff;
	background: url(../images/medecine-esthetique.gif) no-repeat;
}

/* @group Errors */

div.error {
	font-size: 11px;
	color: #f00;
}

div.error h3 {
	margin: 0;
	padding: 0;
	font-size: 12px;
	background: none;
	color: #f00;
}

div.error ul {
	margin-left: 1.5em;
	margin-bottom: 1em;
	list-style: circle;
}

/* @end */