@charset "UTF-8";
/* CSS Document */

/****** SEND TO FRIEN WINDOW ***********/

#STF, #DEFI{ width:560px; background:#000; padding:20px; position:absolute; left:0px; top:0px; z-index:200; }
#STF #form{ float:left; width:360px; padding:0 20px;}
INPUT.STF {
	background:url(../images/STF_bginput.gif) no-repeat;
	border:none;
	width:161px;height:17px;
	padding:6px 0 0 7px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
}
INPUT.default {color:#888888;}
INPUT.active{ color:#000; }
TEXTAREA.STF{
	background:url(../images/STF_textarea_bg.gif) no-repeat #FFF;
	border:none;
	width:213px; height:60px;
	padding:10px;
}

TEXTAREA.DEFI{
	background:url(../images/commentsTextarea_bg.gif) no-repeat #FFF;
	border:none;
	padding:10px;
	width:493px; height:99px;
}
