#left_content {
	width: 297px;
	float: left;
	margin-top: 60px;
	padding: 0 25px;
}
#left_content h2 {
	height: 41px;
	background: url(../images/contact.png) no-repeat;
	text-indent: -9999px;
	margin-bottom: 1.8em;
}
#left_content li {
	height: 3em;
	line-height: 3em;
	margin: 0 0 0.2em 15px;
	text-indent: 34px;
}
#left_content a, a.message {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.6em;
}
#left_content li.twitter {
	background: url(../images/social_networking/twitter_small.png) no-repeat;
}
#left_content li.myspace {
	background: url(../images/social_networking/myspace_small.png) no-repeat;
}
#left_content li.facebook {
	background: url(../images/social_networking/facebook_small.png) no-repeat;
}

#right_content {
	width: 568px;
	float: right;
	margin-top: 60px;
	padding: 17px 30px 0;
	background: url(../images/border.png) repeat-y;
}
#right_content dl {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 1.6em;
}
#right_content dl dd {
	margin-bottom: 1em;
}
#right_content dl dd#submit-element {
	margin-bottom: 0.3em;
}
#right_content textarea {
	/*width: 568px;*/
	height: 220px;
	width: 562px;
}

ul.errors {
	color: red;
}
p.message, a.message {
	padding: 50px 0 0 50px;
}
