#link_exchange_form {
	background-color:#EEE;
	padding:2em 2em 0 2em;
}
#link_exchange_form legend {
	display:block;
	font-weight:bold;
	margin:0 0 1em 0;
}
#link_exchange_form label {
	display:block;
}
#link_exchange_form .link_exchange_input {
	display:block;margin-bottom:1em;width:25em;
}
#link_exchange_form .link_exchange_textarea {
	display:block;
	margin-bottom:1em;
	width:auto;
	height:1em;
	font-size:10px;
}
#link_exchange_form .link_exchange_error {
	color:#FF0000;
}
#link_exchange_note {
	font-style:italic;
	margin:1em 0 0 0;
}
#link_exchange_submit {
	margin:1em 0 1em 0;
}