#gift_frame{
	width:400px;
	height:128px;
}
#box_image{
	cursor:pointer;
}
input[type=radio]:focus,select:focus{
	-moz-outline-style:none;
}
#gift_steps img{
	cursor:pointer;
}
.step_2{
	display:none;
	font-size:14px;
	font-weight:bold;
}
.step_3{
	display:none;
	font-size:12px;
	font-weight:bold;
}
.step_3 label{
	cursor:pointer;
}
.step_4{
	display:none;
	font-size:18px;
}
#gift_and_box{
	width:400px;
	height:130px;
}
#gift_sep{
	font-weight:bold;
	font-size:25px;
	padding: 0px 5px 0px 5px;
}
#gift_tag{
	background:url(http://imeev.com/images/gift_tag.png) no-repeat;
	height:137px;
	width:450px;
	font-size:16px;
}
#gift_image{
	display:none;
	font-weight:bold;
	font-size:14px;
	height:130px;
}
.gift_tag_from{
	padding-top:70px;
	padding-left:15px;
}
.gift_tag_to{
	padding-top:5px;
	padding-left:15px;
}
.gift_tag_date{
	padding-top:5px;
	padding-left:15px;
	font-size:12px;
}
#gift_img{
	max-width:150px;

}
#gift_box_img{

}
.gift_tag_from img, .gift_tag_to img{
	max-width:50px;
	max-height:50px;
}
#gift_total{
	font-size:20px;
	font-weight:bold;
}
#llave_gift,#para_gift,#viendo_gift{
	display:none;
}
.gift_profile_icon{
	width:64px;
	height:64px;
	margin:0px 13px 13px 5px;
	position:relative;
}
.friend-hover-user-gift{
float:left;clear:right;width:120px;text-align:left
}
.friend-hover-user-gift a{
color:#FFF;
font-weight:bold;
}
#gift_panel_icon{
	width:58px;
	height:58px;
	float:left;
	margin:2px 2px 2px 2px;
}
.gift_click{
	width:64px;
	height:75px;
	float:left;
	margin:5px;
	cursor:pointer;
}
#gifts_container{
	border:#084B74 solid 2px;
	width:775px;
	height:285px;
	padding:5px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	-moz-box-shadow:0 0 1em #000;
	box-shadow:0 0 1em #000;
}
#gifts_load{
	max-height:265px;
	height:expression(this.scrollHeight > 265? "265px" : "auto" );
	overflow-x:hidden;
}
#box_caption{
	font-weight:bold;
}
#gift_message{
	width:600px;
	background:url(/images/gift_mail_bg.jpg);
	border:#B37820 solid 2px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
	font-size:18px;
	padding:5px;
	text-align:left;
}
.gift_caption{
	font-weight:bold;
	color:#999999;
	text-align:center;
}
.gift_outer_click{
	background-color:#B9D6E3;
	border:#7CB4CB solid 1px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
/*
#gift_outer:hover{
	background-color:#CEE2EC;
	border-color:#CEE2EC solid 1px;
	-moz-border-radius:3px;
}*/