#wedding_form {
	font-size: 11px;
	font-family: Georgia;
	color: #837774;
}

#wedding_form h2:first-letter {
	text-transform: uppercase;
}
#wedding_form h2 {
	font-size: 12px;
	font-family: Georgia;
	color: #6F6562;
	
	border-top: 2px solid #B1A19D;
	border-bottom: 2px solid #B1A19D;
	
	padding: 8px 0px;
	
	margin: 16px 0px;
}

#wedding_form input[type=text],
#wedding_form textarea {
	border: 1px solid #837774;
	font-size: 11px;
	color: #837774;
}

#wedding_form input[type=checkbox] {
	border: 1px solid #B1A19D;
}

#wedding_form textarea {
	width: 400px;
	height: 100px;
}

#captcha {
	border: 1px solid #837774;
}

#wedding_form table {
	margin-bottom: 8px;
}
#wedding_form table td {
	padding: 4px;
}

#wedding_form .description {
	margin-bottom: 8px;
}

.link_rss:after {
	content: url(img/rss_img.png)
}