/* --- module: profile donate --- */

.profileDonate {
	background-image: url(../../images/site/profile_donate_top.jpg);
	background-repeat: no-repeat;
	background-color: #ffffff;
	padding: 0px 15px 0px 15px;
	margin: 20px 0px 0px 0px;
}
.profileDonate .helplink a {
	background-image: url(../../images/site/btn_help.gif);
	background-repeat: no-repeat;
	display: block;
	width: 20px;
	height: 20px;
	float: right;
}
.profileDonate .header {
	font-weight: bold;
	padding: 10px 0px 20px 0px;
}
.profileDonate .header span {
	color: #FF9C00;
}
.donateLeftBox {
	width: 140px;
	float: left;
}
.donateRightBox {
	width: 240px;
	float: left;
}
.profileDonate .button {
	width: 290px !important;
}
.profileDonateBottom {
	background-image: url(../../images/site/profile_donate_bottom.gif);
	background-repeat: no-repeat;
	height: 15px;
	margin: 0px 0px 20px 0px;
}

/* special form design */
form.swslang input, form.swslang input.modAlert, form.swslang textarea, form.swslang textarea.modAlert {
	width: 230px;
}
form.swslang fieldset {
	border: none;
	margin: 0px;
}
form.swslang .header {
	display: none;
}
form.swslang input.button, form.swslang button.button {
	margin: 20px 0px 0px 140px;
	background-image: url(../../images/site/btn_form_orange.gif);
	border-color: #ffca4e #bf8601 #bf8601 #ffca4e;
}

/* profile list */
.profileList {}
.profileList .sectionItem {
	width: 241px;
	float: left;
}
.profileList .sectionItem .listContent {
	padding-left: 60px;
}




