/* CSS Document */

@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background: #f5e3ef;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding-top:0px;
	padding-bottom:20px;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.container #mainContent {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:0px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	background-image:url(http://www.clientattraction.com/new/images/fabienne_index_3.jpg);
	background-position:right;
	background-repeat:no-repeat;
	min-height:580px;
}
.container #content {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	padding-top:10px;
	padding-left:40px;
	padding-right:35px;
	padding-bottom:10px;
	
}
a:link {
	color: #d12f6d;
	text-decoration: underline;
}
a:visited {
	color: #d12f6d;
	text-decoration: underline;
}
a:hover {
	color: #de6191;
	text-decoration: none;
}
a:active {
	color: #FF0066;
	text-decoration: none;
}
.formLabel {
	padding-right:3px;
	padding-left:7px;
	padding-top:2px;
	text-align:right;
}
.formField {
	padding-bottom:1px;
	padding-top:1px;
}
.spacerBlank {
	padding:3px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#666666;
	text-align:center;
	padding-bottom:10px;
}
	

