p.info{
	margin-top: 20px;
	margin-bottom: 8px;
}
form.f p{
	display: block;
	margin: 0;
}
form.f span.required{
	color: #ff3600;
	font-weight: bold;
	font-size: 1.6em;
	line-height: .8em;
	margin-right: 10px;
}
form.f kbd{
	width: 300px;
	height: 31px;
	line-height: 31px;
	display: block;
	float: left;
	background: url('../imgs/bg-kbd.png');
	padding: 0;
	margin: 3px 13px 10px 0;
}
form.f kbd.error{ background-image: url('../imgs/bg-kbd-error.png') }
form.f kbd.disabled{ background-image: url('../imgs/bg-kbd-dis.png') }
form.f kbd input{
	width: 100%;
	border-width: 0;
	height: 31px;
	line-height: 31px;
	background: url('../imgs/bg-kbd-r.png') no-repeat right;
	padding: 0;
	//background: url('../imgs/bg-kbd-r.png') no-repeat right -1px;
	margin-left: 8px;
}
form.f kbd.error input{ background-image: url('../imgs/bg-kbd-error-r.png') }
form.f kbd.disabled input{ background-image: url('../imgs/bg-kbd-dis-r.png') }

form.f hr{
	clear: both;
	border: none;
	background: red;
	margin: 0;
	width: 0;
}
form.f hr.view{
	clear: both;
	width: 352px;
	text-align: left;
	background-color: #cecccc;
	height: 1px;
	margin-bottom: 10px;
	
	border-top-width: 0;
	background: none;
	border-bottom: 1px solid #cecccc;
}

p#form-age{
	display: block;
	float: left;
	width: 132px;
	margin-right: 8px;
}
p#form-age span{ float: left; }
p#form-age kbd{
	width: 100px;
}
p#form-phone kbd{
	width: 160px;
}

p#form-email{ float: left }
p#form-email kbd{
	width: 160px;
}

p#is-jour{ margin-bottom: 11px }
form.f label.arrow{
	background: url('../imgs/bg-f-arrow.gif') no-repeat 0 1px;
	padding-left: 19px;
	padding-top: 3px;
	margin-left: 21px;
	display: block;
	overflow: hidden;
}
form.f label.arrow kbd{
	width: 260px;
	margin-bottom: 8px;
	margin-top: 5px;
}

form.f ul{
	margin-left: 135px;
	line-height: 1.75em;
}
form.f span.text{
	display: block;
	width: 468px;
	height: 94px;
	background: url('../imgs/bg-f-textarea.png');
	text-align: center;
	margin: 3px 0 10px 0;
}
form.f span.text span.required{
	position: absolute;
	margin-left: 15px;
	margin-top: 7px;
}
form.f span.text textarea{
	width: 450px;
	height: 80px;
	margin-top: 5px;
	border-width: 0;
	background: none;
}

form.f big{
	font-size: 1.8em;
	display: block;
	margin-top: 30px;
}

form.f p.buttons{
	margin-top: 18px;
}
form.f p.buttons input{
	background: #ff5e33 url('../imgs/bg-f-button.png');
	width: 106px;
	height: 26px;
	border-width: 0;
	color: white;
	margin-right: 6px;
}

form.f div.f-error{
	float: right;
	color: #d50000;
	padding-left: 24px;
	line-height: 17px;
	background: url('../imgs/bg-f-error.gif') no-repeat;
	margin-top: 1.9em;
	width: 157px;
}
form.f div.f-error-h{
	display: none;
}