form {
	float: left;
	font-family: 'Myriad Pro', 'Trebuchet MS', Georgia, 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Arial, 'Bitstream Vera Sans', Helvetica, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	padding: 0.5em 0 1em;
}
form fieldset {
	border: 0;
	padding: 5px 0;
}
form legend {
	padding: 0 10px 0 0;
	font-weight: 700;
	color: #693;
	border-top: 1px dotted #ccc;
	border-right: 1px dotted #ccc;
	border-bottom: 1px dotted #ccc;
	_margin: 0 -10px 0 0; /* IE Win */
	text-transform: uppercase;
	font-style: italic;
	font-size: 10px;
	background-color: #fff;
}
form .row {
	float: left;
	display: inline;
	padding: 5px 0;
	width: 500px;
	}
form label {
	line-height: 26px;
	vertical-align: top;
	width: 100px;
	float: left;
	display: inline-block;
}
form p,
form label.check {
	width: 400px;
	padding-left: 100px;
	}
form .row input.text,
form .row textarea,
form .row select {
	background: #fafaed;
	border: 1px solid #999;
	border-left: 3px solid #900;
	color: #333;
	display: inline;
	float: left;
	font-family: 'Myriad Pro', 'Trebuchet MS', Georgia, 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, Arial, 'Bitstream Vera Sans', Helvetica, Verdana, sans-serif;
	font-size: 12px;
	margin: 0;
	overflow: hidden;
	padding: 5px 2px;
	width: 360px;
	}
form .row input.text:focus,
form .row textarea:focus,
form .row select:focus {
	background: #ffc;
	border: 1px solid #333;
	border-left: 3px solid #c00;
	}
form .row.error {
	background: url(../images/design/form/field_error.png) no-repeat 100% 10px;
	}
form .row.ok {
	background: url(../images/design/form/field_ok.png) no-repeat 100% 10px;
	}
form .row label em,
p.invalid em {
	color: #c00;
	}
form input.btnSend {
	background: transparent url(../images/design/form/btnSend.png) top left no-repeat;
	border: 0;
	cursor: pointer;
	display: inline;
	height: 33px;
	margin: 0;
	outline: 0;
	padding: 0;
	width: 100px;
	overflow: hidden;
	}
form input.btnSend:hover {
	background-position: 0 -53px
	}
form .row.honey {
	display: none;
	}
