#wrapper { 
	width: 640px;
	margin: 0 auto; 
	padding: 30px 45px; 
}
#inline { 
	display: none; 
	width: 600px; 
}
#inline h1{
	font-size: 20px;
	text-align:left;
	font-weight:bold;
	color: #000;
}
#inline h2{
	font-size: 13px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align: left;
	font-weight: normal;
	color: #000;
}
label { 
	margin-right: 12px; 
	margin-bottom: 9px; 
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	color: #000; 
	font-size: 15px;
}
.txt { 
	display: inline-block; 
	color: #676767;
	width: 420px; 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-bottom: 10px; 
	border: 1px dotted #ccc; 
	padding: 5px 9px;
	font-size: 1.2em;
	line-height: 1.4em;
}
.txtarea { 
	display: block; 
	resize: none;
	color: #676767;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-bottom: 10px; 
	width: 500px; 
	height: 150px;
	border: 1px dotted #ccc;
	padding: 5px 9px; 
	font-size: 1.2em;
	line-height: 1.4em;
}
.txt:focus, .txtarea:focus { 
	border-style: solid;
	border-color: #bababa; 
	color: #444;
}
input.error, textarea.error { 
	border-color: #973d3d; 
	border-style: solid; 
	background: #f0bebe; 
	color: #a35959; 
}
input.error:focus, textarea.error:focus { 
	border-color: #973d3d; 
	color: #a35959; 
}
#send { 
	color: #FFF;
	display: block;
	cursor: pointer;
	padding: 5px 11px;
	font-size: 15px;
	font-weight: bold;
	font-family: Tahoma, Geneva, sans-serif;
	background: #000;
}
#send:hover {
	background: #101010;
	color: #FFF;
}
#send:active {
	background: #080808;
	color: #FFF;
}