#wp_link_exchange_form p{
	text-align: left;
}
#wp_link_exchange_form label{
	display: block;
}
.wp-link-exchange-success{
	padding: 8px;
	border: 1px solid #c6d880;
	color: #264409;
	background: #e6efc2;
}
.wp-link-exchange-error{
	padding: 8px;
	border: 1px solid #fbc2c4;
	background: #fbe3e4;
	color: #8a1f11;
}