body {
	background: #000 url(../img/contact.jpg) no-repeat center top;
}
label {
	display: block;
	float: left;
	width: 312px;
	margin-bottom: 2px;
	font-size: 11px;
	font-weight: bold;
}
.fieldWrap {
	width: 312px;
	height: 23px;
	background: transparent url(../img/field_wrap.png) no-repeat 0 0;
}
	.fieldWrap input {
		width: 304px;
		height: 15px;
		padding: 4px;
		background: transparent;
		border: none;
	}
.textArea {
	width: 656px;
	height: 123px;
	background: transparent url(../img/text_area.png) no-repeat 0 0;
}
	.textArea textarea {
		width: 648px;
		height: 115px;
		padding: 4px;
		background: transparent;
		border: none;
	}
.button {
	display: block;
	width: 99px;
	height: 17px;
}
	.button input {
		display: block;
		width: 99px;
		height: 17px;
		background: transparent url(../img/post_comment.png) no-repeat 0 0;
		text-indent: -9999px;
		overflow: hidden;
		border: none;
	}
#sidePosts li {
	width: 312px;
	margin: 8px 0 0 0 !important;
	padding: 0 0 8px 0 !important;
	border-bottom: 1px solid #333;
	font-size: 12px;
}
#photos li {
	display: inline;
	float: left;
	width: 140px;
	height: 133px;
	margin-bottom: 24px;
	overflow: hidden;
}
	#photos a img {
		clear: both;
		border: 3px solid #fff;
	}
	#photos a:hover img {
		border: 3px solid #ba121c;
	}
		.pic1, .pic2, .pic3 {
			margin-right: 32px;
		}
strong, strong a {
	color: #fff !important;
}
