@charset "utf-8";
/* CSS Document */
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/xblue.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 #d6e2ed;}
.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;}



/********** BUTTON **************/

button { border:0; cursor:pointer; background-color:#699DD2; background-image:none; }
button span {background-image:none; padding:0 0 0 12px; height:25px; line-height: 25px;}
* html button span {padding-left:17px;}

/*.
sendFriendForm button { border:0; cursor:pointer;padding:0px 12px 0px 0px;; text-align:center; outline:none;}
.sendFriendForm button span { position:relative; display:block; white-space:nowrap; padding:0 0 0 15px;}
.sendFriendForm .holderButton button {
	background:transparent url(/img/buttons/btn_right.png) no-repeat scroll right center;
}
.sendFriendForm .holderButton button span {
	background:transparent url(/img/buttons/btn_left.png) no-repeat scroll left center;
	color:#FFFFFF;
	line-height:30px;
	height:30px;
}
.sendFriendForm .holderButton button:hover span{
	color:#000000;
	background:transparent url(/img/buttons/btn_left.png) no-repeat scroll left center;	
	line-height:30px;
	height:30px;
}
*/


