body {
	background-color: #ddd;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
}

img.catalog {
	float: right;
	}
	
#form_request  {
	margin-left: 20px;
	margin-bottom: 20px;
}
	
#form_request p {
	margin: 0px;
	padding: 2px;
}

fieldset {
	clear: both;
}
 
tr {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#form_request form {
	margin: 0px;
	padding: 0px;
}
#form_request input {
	font-size: 12px;
	background-color: #fff;
}
#form_request textarea {
	width: 500px;
}
#form_request .label {
	float: left;
	width: 100px;
	margin-right: 10px;
	text-align: right;
	font-weight: normal;
	clear: left;
}
#form_request .comments {
	width: 350px;
}
#form_request .button {
	font-size: 12px;
	font-weight: bold;
	background-color: #ccc;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eee;
	border-right-color: #666;
	border-bottom-color: #666;
	border-left-color: #eee;
}
#form_request fieldset {
	background-color:#fff;
	border: 1px solid #ccc;
	padding: 0.5em;
	width: 580px;
}

#form_request legend {
	font-size: 1.1em;
	color: #003366;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
	}
#form_request .pfield {
	margin: 10px 10px 10px 0px;
	padding: 0px;
	}
	
.error {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: normal;
	color: #FF0000;
}

.logo {
	background-image: url(logo-yfc.jpg);
	background-repeat: repeat;
	background-position: right top;
}


/* IE hacks  */
* html #form_request fieldset{
position: relative;
padding-top:.5em;
margin-top:1em;
}
* html #form_request fieldset {
margin-top:1em;
padding-top:1em;
}
* html #form_request legend {
	position: absolute;
	top:-.5em;
	left:.5em;
	background-color: #FFFFFF;
}

fieldser#personalinfo {
	background-color: #FF0000;
	color: #33FF00;
}

.yoga {
	background-image: url(sport-yoga-warrior3-pose.png);
	background-repeat: no-repeat;
	background-position: right bottom;
}