IMG.send
{
	width: 17px;
	height: 19px;
	vertical-align: middle;
	margin-right: 10px;
}

A.send
{
	font-size: 12px;
	font-family: Arial;
	color: #335b84;
	text-decoration: none;
}

A.send:HOVER
{
	text-decoration: underline;
}



/* ******************** */
/* popup				*/
/* ******************** */

/* main table */
TABLE.send_popup
{
	direction: ltr;
	width: 340px;
	height: 400px;
}

TABLE.send_popup_postback
{
	direction: ltr;
	width: 340px;	
}

.send_popup_bg
{
	width: 340px;
	background: url(../../Images/1.HE/SendToAFriend/send_to_friend_bg.jpg) bottom no-repeat;
}

/* logo */
TD.send_popup_logo, TD.send_popup_logo_postback
{
	height: 36px;
	background:url(../../images/1.HE/SendToAFriend/top_grad.gif) top repeat-x;
	color:#166C6F;
	font-size:16px;
	font-weight:bold;
	padding:5px 10px;
	font-family:Arial, Helvetica, sans-serif;
}

IMG.send_popup_logo, IMG.send_popup_logo_postback
{
	display: none;
}


/* summary */
TD.send_popup_summary
{
	
	vertical-align: top;
	font-size: x-large;
	font-family: Arial;
	color: #333333;
	/*padding: 10px;*/
}

TD.send_popup_summary_empty
{
	
	background-color:#F0F4F7;
	/*padding: 10px;*/
	border-top:7px solid #FFFFFF; 
	border-right:7px solid #FFFFFF; 
	border-left:7px solid #FFFFFF;
}

TD.send_popup_summary_postback, TD.send_popup_summary_empty_postback
{
	display: none;
}

/* client messages */
TD.send_popup_client_message
{
	height: 15px; 
	vertical-align: top;
	font-size: 12px;
	font-family: Arial;
	color: red;
	padding: 0 10px;
}

TD.send_popup_client_message_postback
{
	display: none;
}

TR.send_popup_client_message
{

}

TR.send_popup_client_message_postback
{
	display: none;
}

/* server messages */
TD.send_popup_server_message
{
	display: none;
}

TD.send_popup_server_message_success_postback
{
	
	vertical-align: top;
	font-size: 12px;
	font-family: Arial;
	color: #082176;
	padding: 5px;
	background-color:#F0F4F7;
	border-top:7px solid #FFFFFF; 
	border-right:7px solid #FFFFFF; 
	border-left:7px solid #FFFFFF;
	text-align: center;
}

TD.send_popup_server_message_fail_postback
{
	height: 320; 
	vertical-align: top;
	font-size: 12px;
	font-family: Arial;
	color: red;
	padding: 5px;
	background-color:#F0F4F7;
	border-top:7px solid #FFFFFF; 
	border-right:7px solid #FFFFFF; 
	border-left:7px solid #FFFFFF;
	text-align: center;
}

TR.send_popup_server_message
{
	display: none;
}

TR.send_popup_server_message_success_postback
{
	
}

TR.send_popup_server_message_fail_postback
{
	
}

/* form */
TD.send_popup_form
{
	
	vertical-align: top;
	font-size: 12px;
	font-family: Arial;
	color: #082176;
	
	

}

TD.send_popup_form_postback
{
	display: none;
}

TR.send_popup_form
{
	
}

TR.send_popup_form_postback
{
	display: none;
}

/* form row */
.send_popup_form DIV
{ 
}

.send_popup_form_postback DIV
{
	display: none;
}

/* form labels */
.send_popup_form SPAN
{
	width: 115px; 
	height: 16px;
	margin: 4px 10px 6px 0;
	vertical-align: top;
	font-weight:bold;
	color:#214F80;
}

.send_popup_form_postback SPAN
{
	display: none;
}

/* form input text */
.send_popup_form INPUT
{
	border: 1px #CFDBE5 solid; 
	width: 145px; 
	margin: 4px 0px 8px;
	height: 20px
}

.send_popup_form_postback INPUT
{
	display: none;
}

/* form body text */
.send_popup_form TEXTAREA
{
	border: 1px #CFDBE5 solid;
	width: 310px;
	height: 95px;
	margin: 4px 0px 0px;
	overflow: auto;
}

.send_popup_form_postback TEXTAREA
{
	display: none;
}


/* buttons */
.send_popup_buttons, .send_popup_buttons_postback
{
	height: 44px;
	padding:0px;
	text-align: left;
	vertical-align:middle;
}


IMG.send_popup_button_send, 
IMG.send_popup_button_close_postback
{
	width: 53px;
	height: 14px; 
	cursor: hand;
	margin: 4px 5px 0;
}

IMG.send_popup_button_reset,
IMG.send_popup_button_reset_postback, IMG.send_popup_button_send_postback,
IMG.send_popup_button_close 
{
	display: none;
}

INPUT.send_popup_button_send, INPUT.send_popup_button_send_postback
{
	 width: 0px;
	 height: 0px;
	 display: none;
}

td.popup_label
{
	font-size: small;
	font-weight: bold;
	color: #362F2D;
}
td.popup_label_big
{
	font-size: small;
	font-weight: bold;
	color: #362F2D;
}

.form_btn
{
	width: 100px;
	background: url(../../Images/1.HE/SendToAFriend/but_left.gif) left no-repeat;
	text-align: center;
	margin: 10px auto 0px;
}
.form_btn_inner
{
	background: url(../../Images/1.HE/SendToAFriend/but_right.gif) right no-repeat;
	height: 20px;
	padding-right: 5px;
}
.form_btn_inner div
{
	position: relative;
}
.form_btn_inner div a
{
	color: #FFFFFF;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
.form_btn_inner div em
{
	float: right;
	position: relative;
	top: 3px;
	left: 5px;
}
.form_btn_inner div em img
{
	background: url(../../Images/1.HE/general/Search_arrow.gif) left no-repeat;
	width: 13px;
	height: 13px;
}


table.send_popup_form
{
	width: 310px;
	margin: 0px auto;
}
.popup_space
{
	width: 15px;
}
.popup_space img
{
	width: 15px;
	height: 1px;
}

div.send_popup_wrapper
{
	width: 360px;
}
div.send_popup_wrapper table.send_popup
{
	margin: 0px auto;
}
