.social-link
{
	margin-left: 2px;
	width: 30px;
	height: 30px;
	float: left;
	background: no-repeat;
}

#social_links
{
	height: 40px;
	margin-bottom: 50px;
	margin-top: 15px;
}

#social_vk
{
	background-image: url("../images/social/vk.png")
}

#social_vk:hover
{
	background-image: url("../images/social/vk_a.png")
}

#social_fb
{
	background-image: url("../images/social/fb.png")
}

#social_fb:hover
{
	background-image: url("../images/social/fb_a.png")
}

#social_tw
{
	background-image: url("../images/social/tw.png")
}

#social_tw:hover
{
	background-image: url("../images/social/tw_a.png")
}

#social_lj
{
	background-image: url("../images/social/lj.png")
}

#social_lj:hover
{
	background-image: url("../images/social/lj_a.png")
}

#feedback_form p
{
	margin-bottom: 5px;
}

#feedback_form input, #feedback_form textarea
{
	margin-bottom:12px;
	height: 32px;
	width: 250px;
	font-size: 20px;
	font-family: "PT Sans", sans-serif;
}

#feedback_form textarea
{
	height: 160px;
}

#feedback_form input.submit
{
	height: 40px;
	width: 166px;
	border: 2px solid white;
	border-radius: 12px;
	background-color: rgb(13, 118, 151);
	opacity: 1.0;
	color: white;
}

#feedback_form input.submit:hover
{
	background-color: rgb(9, 90, 114);
	cursor: pointer;
	cursor: hand;
}