.NestedForm {
	width: 570px;
	background: #009DE0;
	color: #fff;
	margin: 12px 0;
	padding: 10px;
}
.NestedForm h2 {
	color: #fff !important;
	width: 570px;
	border-bottom: 1px solid #D3E6F7;
	padding: 0 0 3px 0;
	position: relative;
}
.NestedForm a {
	color: #fff !important;
}
.NestedForm textarea {
	border: 1px dotted #FFFEB4 !important;
	color: #009DE0;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
}
.ApplyForm div.MiniLink, .ContactRequestForm div.MiniLink, .SendToFriendForm div.MiniLink {
	width: 226px;
	height: 92px;
	float: left;
	padding: 10px;
	background: #59BFEA;
}
.ApplyForm div.MiniLink img, .ContactRequestForm div.MiniLink img, .SendToFriendForm div.MiniLink img {
	width: 70px;
	height: 70px;
	float: left;
	display: block;
	margin: 0 10px 0 0;
	border: 1px solid #D3E6F7;
}
.ApplyForm div.MiniLink p, .ContactRequestForm div.MiniLink p, .SendToFriendForm div.MiniLink p {
	width: 130px;
	height: 70px;
	float: left;
	display: block;
}
.ApplyForm textarea, .ContactRequestForm textarea, .SendToFriendForm textarea {
	width: 300px;
	height: 100px;
	float: right;
	margin: 0 0 10px 0;
}
p.ApplyCheckbox {
	clear: both !important; 
	padding: 0 !important;
	margin: 0 0 10px 0 !important;
	text-align: right;
	font-weight: bold !important;
}
.NestedForm p.PostButton input {
	color: #009DE0;
	background: #fff;
	border: 1px solid #FFFEB4;
}
.NestedForm p.PostButton {
	margin: 0 !important;
	padding: 0 !important;
	width: 570px;
	clear: both;
}

.RecipientsAdded {
	width: 570px;
	border-bottom: 1px solid #59BFEA;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.RecipientsAdded p {
	width: 50px;
	float: left;
	margin: 0;
	padding: 0;
	font-size: 200%;
	color: #59BFEA;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.RecipientsAdded ul {
	width: 520px;
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
}
.RecipientsAdded ul li {
	float: left;
	padding: 0 5px 3px 0;
}
.RecipientSelectors {
	width: 570px;
	border-bottom: 1px solid #59BFEA;
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
}
.RecipientSelectors select {
	width: 220px;
	float: left;
}
.RecipientSelectors p {
	float: left;
	width: 38px;
	font-weight: bold;
	font-size: 150%;
	margin: 2px 0 0 10px !important;
	color: #59BFEA;
}
.RecipientSelectors input.InputText {
	float: left;
	width: 220px;
}
.RecipientSelectors input.InputButton {
	float: right;
	width: 60px;
	margin: 1px 0 0 0;
	padding: 4px 4px 3px 4px;
	background: #fff;
	color: #009DE0;
	border: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 95%;
	cursor: pointer;
}

