body {
	padding:0;
	margin:0;
	height:100%;
	width:100%;
}
/* Overlay */
#simplemodal-overlay {
	background-color:#000;
}
/* Container */
#simplemodal-container {

	width:400px;
	background-color:#ffffff;
	border:3px solid #9A1C47;
}
#simplemodal-container a.modalCloseImg {
	background:url(/img/x.png) no-repeat;
	width:29px;
	height:29px;
	display:inline;
	z-index:3200;
	position:absolute;
	top:-15px;
	right:-15px;
	cursor:pointer;
}
#simplemodal-container #modalBox {
	padding:8px;
}


/* -------------------  Send Friend FORM -------------------- */

.sendFriendForm {padding:30px 0 20px;background-color:#ffffff;background:transparent url(/img/box_bg.png) repeat-x scroll left bottom;border:1px solid #DDDDDD;}
.sendFriendForm .holder {width:270px; margin:0 auto;}
.sendFriendForm .holderButton {width:270px; margin:0 auto;padding-top:10px;}
.sendFriendForm label {color:#9A1C47;font-weight:bold;padding:5px 0 0;}
.sendFriendForm input {	background:url(/img/input/input.gif) no-repeat left top; padding:12px 10px;width:250px;color:#333333}

h1.friendMessage{font-size:15px; text-align:center; color:#FF0000;font-weight:bold;}


