IMG.send
{
	width: 17px;
	height: 19px;
	vertical-align: middle;
	margin-left: 10px;
}

A.send
{
	font-size: 12px;
	font-family: Verdana;
	color: #335b84;
	text-decoration: none;
}

A.send:HOVER
{
	text-decoration: underline;
}



/* ******************** */
/* popup				*/
/* ******************** */

/* main table */
TABLE.send_popup, TABLE.send_popup_postback
{
	direction: ltr;
	width: 435px;
	margin-top: 10px;
}





/* summary */
TD.send_popup_summary
{
	FONT-SIZE: 20px;
	COLOR: #43A628; /*changed from #FF171C by German */
	padding-left:20px;
	font-family:verdana;
}

TD.send_popup_summary_postback, TD.send_popup_summary_empty, TD.send_popup_summary_empty_postback
{
	display: none;
}

/* client messages */
TD.send_popup_client_message
{
	width: 435px;
	height: 15px; 
	vertical-align: top;
	font-size: 12px;
	font-family: Verdana;
	color: #0A5B99;
	padding: 0 38 0 38;
}

TD.send_popup_client_message_postback
{
	display: none;
}

/* server messages */
TD.send_popup_server_message
{
	display: none;
}

TD.send_popup_server_message_success_postback
{
	width: 435px;
	height: 240px; 
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	color: #0073B3; /* old value - #000000; */
	font-weight:bold;
	padding: 30 38 0 38;
}

TD.send_popup_server_message_fail_postback
{
	width: 435px;
	height: 240px; 
	vertical-align: top;
	text-align: center;
	font-size: 12px;
	font-family: Verdana;
	color: #0073B3; /* old value - #000000; */
	font-weight:bold;
	padding: 30 38 0 38;
}

/* form */
TD.send_popup_form
{
	width: 100%;
	height: 100%; 
	vertical-align: top;
	font-size: 12px;
	font-family: Verdana;
	color: #082176;
	padding: 0 0 0 0;
}

TD.send_popup_form_postback
{
	display: none;
}

/* form row */
.send_popup_form DIV.row1
{
	height: 26px;
	margin: 0 0 1 0;
	background-color: #D4ECFE; /* old value - #F2F2F2; changed by German */
}
.send_popup_form DIV.row2
{
	height: 26px;
	margin: 0 0 1 0;
	background-color: #E7F3FC; /* old value - #F7F7F7; */
}

.send_popup_form_postback DIV
{
	display: none;
}

/* form labels */
.send_popup_form SPAN
{
	width: 110px; 
	height: 16px;
	margin: 6 22 4 16;
	vertical-align: top;
	color:#0073B3; /* old value - #000000; */
	font-weight:bold;
}

.send_popup_form_postback SPAN
{
	display: none;
}

/* form input text */
.send_popup_form INPUT
{
	border: 1px solid #0D7AB7; /* old value - #17629B */ 
	width: 195px; 
	margin: 3 0 3 0;
	height: 20px
}

.send_popup_form_postback INPUT
{
	display: none;
}

/* form body text */
.send_popup_form TEXTAREA
{
	border: 1px solid #0D7AB7; /* old value - #17629B */
	width: 195px; 
	height: 75px; 
	margin: 3 0 3 0;
}

.send_popup_form_postback TEXTAREA
{
	display: none;
}


/* buttons */
.send_popup_buttons, .send_popup_buttons_postback
{
	background-color: #D4ECFE; /* old value - #F2F2F2; changed by German */
	border-top:solid 2px #ffffff;
	height: 28px;
	padding: 0 0 0 133; 
	text-align: left;
	
}

IMG.send_popup_button_send,IMG.send_popup_button_reset,IMG.send_popup_button_close_postback
{
	width: 59px;
	height: 14px; 
	cursor: hand;
	margin: 4px 0 0 15px;
}
IMG.send_popup_button_reset
{
	margin-left:73px;
}
IMG.send_popup_button_close_postback
{
	margin-left:43px;
}

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;
}



