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 #0F447E;
}
#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:280px; margin:0 auto;}
.sendFriendForm .holderButton {width:280px; margin:0 auto;padding-top:10px;}
.sendFriendForm label {font-size:12px;color:#0F447E; font-weight:bold}
.sendFriendForm input {	background-color:#FFFFFF;border:1px solid #9E9E9E;color:#333333;font-size:12px;height:18px;margin:5px 0 8px;padding:5px 0 5px 5px;width:270px;}


