#container
{
	background: url(/_images/contact-butterflies.png) no-repeat;
}

#middle
{
	min-height: 400px;
	margin-bottom: 40px;
	font-size: 13px;
	line-height: 1.3;
}

#middle h3
{
	color: #747474;
}

#links
{
	float: left;
	width: 300px;
}

#links p
{
	margin-bottom: 15px;
}

#links ul
{
	margin-bottom: 15px;
	text-transform: uppercase;
}

#links a
{
	color: #1a1a1a;
	text-decoration: none;
}

#links a:hover
{
	color: #666666;
}

/* CONTACT FORM */

#contact_form
{
	width: 350px;
	float: right;
}

#contact_form h3
{
	margin-bottom: 5px;
}

#contact_form label
{
	text-transform: uppercase;
	margin-bottom: 5px;
	display: block;
}

#contact_form .textinput
{
	background: #FFFFFF;
	padding: 4px 3px;
	margin-bottom: 10px;
}

#contact_form .textinput input
{
	border: 0px;
	width: 100%;
	font-size: 16px;
	font-family: "Gill Sans", Arial, sans-serif;
	color: #1A1A1A;
}

.button_outer
{
	width: 100%;
}

.button
{
	border: 0px;
	font-size: 12px;
	text-transform: uppercase;
	background: transparent;
	font-family: "Gill Sans", Arial, sans-serif;
	color: #1A1A1A;
	cursor: pointer;
	padding: 0px;
	float: right;
}

#success
{
	text-align: right;
}