@charset "UTF-8";

body {
	width: 630px;
	height: 250px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	background-color: #C2BDB9;
	font-family: "Trebuchet MS", Trebuchet, sans-serif;
	font-size: 11px;
	line-height: 23px;
	letter-spacing: 0.05em;
	color: #FFFFFF;
	padding-left: 55px;
	position: relative;
}

a {
	color: #FFFFFF;
}

.lb-text-input {
	width: 328px;
	background-color: #FFFFFF;
	margin-bottom: 4px;
	line-height: 15px;
	position: relative;
}

#required-note {
	font-style: italic;
	position: relative;
}

label {
	font-size: 10px;
	font-style: italic;
	color: #78716E;
	margin-left: 15px;
	line-height: 15px;
	height: 15px;
}


form {
	margin-top: 10px;
}

.lb-text-input input {
	border: 0;
	font-size: 10px;
	width: 298px;
	height: 15px;
	color: #78716E;
	background-color: transparent;
	margin: 0;
	padding: 0 15px;
}

.lb-required {
	position: absolute;
	font-size: 18px;
	left: -10px;
	top: 4px;
}

/*
#lb_name {
	width: 264px;
}

#lb_company {
	width: 246px;
}

#lb_email {
	width: 221px;
}

#lb_phone {
	width: 219px;
}

#lb_referrer {
	width: 248px;
}
*/

#lb-submit {
	position: absolute;
	right: 0;
	top: 0;
}

#look-book-form-privacy, p {
	width: 340px;
}
