@charset "utf-8";
/* CSS Document */

/* -------------------  Send Friend FORM -------------------- */

#mailFriend {padding:30px 0 20px;background-color:#ffffff;}
#mailFriend .holder {width:280px; margin:0 auto;}
#mailFriend .holderButton {width:280px; margin:0 auto;padding-top:10px;}
#mailFriend label {font-size:12px;color:#B7000D; font-weight:bold}
#mailFriend input {	background-color:#FFFFFF;border:1px solid #9E9E9E;color:#333333;font-size:12px;height:18px;margin:5px 0 8px;padding:5px; width:270px;}

/********** BUTTON **************/

button { border:0; cursor:pointer; padding:0 12px 0 0; text-align:center; outline:none;}
button span { position:relative; display:block; white-space:nowrap; padding:0 0 0 15px; }
.holder button {font-size:11px;font-family: Tahoma;background-image: url(/img/buttons/btnRight.png);background-repeat: no-repeat; background-position: right;background-color: transparent;  font-weight: bold;}
.holder button span { height:35px; line-height:35px;background: url(/img/buttons/btnLeft.png) left no-repeat;color:#FFFFFF; }

