/* main table */
TABLE.contact, TABLE.contact_postback
{
	direction: rtl;
	width: 100%;
	/*height: 333px;*/ 
}


/* title */
TD.contact_title, TD.contact_title_postback
{
	font-size:18px;
	color:#328ea2;
	padding:15px 12px 0px 0;
	height: 10px;
}

TD.contact_title_empty, TD.contact_title_empty_postback
{
	display: none;
}


/* summary */
TD.contact_summary
{
	width: 542px; 
	vertical-align: top;
	font-size: 12px;
	font-family: Arial;
	color: #29347a;
	padding: 10px 12px 5px;
}

TD.contact_summary_postback, TD.contact_summary_empty, TD.contact_summary_empty_postback
{
	display: none;
}


/* server messages */
TD.contact_server_message
{
	display: none;
}

TD.contact_server_message_success_postback
{
	width: 542px;
	height: 100%; 
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
	color: #29347a;
	padding: 30 10 0 10;
}

TD.contact_server_message_fail_postback
{
	width: 542px;
	height: 100%; 
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
	color: red;
	padding: 30 38 0 38;
}

/* form */
TD.contact_form
{
	/*width: 542px;
	height: 100%; 
	vertical-align: top;
	font-size: 12px;
	font-family: Arial;
	color: #082176;
	padding: 0 0 0 0;*/
}

TD.contact_form_postback
{
	display: none;
}

/* buttons */
.contact_buttons, .contact_buttons_postback
{
	/*background-color: white;
	width: 542px;
	height: 44px;*/
	padding: 4px 15 20px; 
	text-align: right;
	border-right:7px solid #ffffff;	
	border-left:6px solid #ffffff;
	border-bottom:7px solid #ffffff;	
	background-color:#e3f2f6;
}

IMG.contact_button_send
{
	cursor: hand;
	margin: 4 160 0 5;
}

IMG.contact_button_send_postback, IMG.contact_button_reset_postback, IMG.contact_button_reset
{
	display: none;
}

INPUT.contact_button_send, INPUT.contact_button_send_postback
{
	 width: 0px;
	 height: 0px;
	 display: none;
}

/* required */
SPAN.contact_required{
	background:url(../../Images/1.HE/ContactUs/required.gif) 6px right no-repeat;
	font-size:11px;
	color:#29347a;
	text-align: right;
}

SPAN.contact_required_postback
{
	display: none;
}


/*********************************************************
* Used for form items rendereng
**********************************************************/

/* 
Applies to the form main table 
.KSFORM-MAIN-TABLE
*/
.bgGeneralTbl
{
	background-image:url(../../Images/he/General/bg.gif);
	background-repeat:repeat-y;
	width:603px;
}
.KSFORM-TABLE-MAIN{
	border-left:6px #FFF solid;
	border-right:7px #FFF solid;
	border-top:9px #FFF solid;
	background-color:#F9F7E4;
	/*border:solid 0 #000000;
	font-family:Arial;
	font-size: 12px;
	width:500;*/
}
.KSFORM-DATA-TR
{
}
.KSFORM-DATA-TD
{
}
.KSFORM-PANEL
{
	width:100%;
	height:100%;
	/*overflow:auto;*/
}
/* 
Applies to the form group table 
*/
.KSFORM-GROUP-TABLE
{ margin:10px 0 0;
background-color:#e3f2f6;
border-right:6px solid #FFFFFF;
border-left:6px solid #FFFFFF;
width: 100%;
padding-top:7px;
}

.KSFORM-ROWS
{
	height: 18px;
}
.KSFORM-BLOCK-ROWS
{
}
.KSFORM-BLOCK-LABEL
{
	width:85;
	font-family:Arial;
	color:#910101;
	font-size:12px;
	font-weight:bold;
	border-bottom: 1 solid #920505;
	height:17px;
}
/* 
Applies to a form item (can be used also as .KSFORM-FIELD-INPUT SELECT for specific elements )
*/
.KSFORM-FIELD-INPUT
{
	width : 217px;
	border : 1px solid #7F9DB9;
	height : 22px;
	font-size:13px;
}
.KSFORM-FIELD-FILE
{
	width : 0px;
	height : 10px;
	margin-top: 4px;
	margin-right: -60px; 
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity='0');
	position: absolute;
	cursor: hand;
}

.KSFORM-FIELD-BOOLEAN-INPUT
{
	border:solid 1 #920505;
	width:18px;
}
.KSFORM-FIELD-RADIOGROUP
{
}
.KSFORM-FIELD-RADIOBUTTON
{
	color:#555555;
}


TEXTAREA.KSFORM-FIELD-INPUT
{
	width:386px;
	height:115px;
	border : 1px solid #7F9DB9;
	overflow:auto;
}
/* 
Applies to a form field cell
*/
.KSFORM-FIELD-CELL
{
	/*padding:0 10 0 10;
	width:40%;*/
}
.KSFORM-FIELD-CELL-REQUIRED
{
	padding:0 10 0 10;
	width:40%;
}

.KSFORM-FIELD-CELL-REQUIRED_EN,.KSFORM-FIELD-CELL-REQUIRED_FR,.KSFORM-FIELD-CELL-REQUIRED_DE,.KSFORM-FIELD-CELL-REQUIRED_JA,.KSFORM-FIELD-CELL-REQUIRED_ZH
{
	padding:0 10 0 10;
	width:40%;
}
 
/* 
Applies to a form label cell
*/
.KSFORM-LABEL-CELL
{
	padding:2 10 2 10;
	background-position:left center;
	background-repeat:no-repeat;
	width:120px;
}
.KSFORM-LABEL-CELL-REQUIRED,
.KSFORM-LABEL-CELL-REQUIRED_HE
{
	padding:10px 12px 3px 10px;
	background:url(../../Images/HE/ContactUs/required.gif) 6px right no-repeat;
	white-space:nowrap;
	width:10%;
}
/* 
Applies to a form thml cell
*/
.KSFORM-HTML-CELL
{
}

/* 
Applies to a form label span that sorounds the text
*/
.KSFORM-LABEL-SPAN
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#29347a;
	width:100%;
	height:100%;
	font-weight: bold;
	padding-right: 4px;
	margin-top: 8px;
}

.KSFORM-LABEL-SPAN-REQUIRED
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#29347a;
	width:100%;
	height:100%;
	font-weight: bold;
}
SPAN.red
{
	position: relative;
	top: expression(4);
	width: 10px;
}
.KSFORM-LABEL-SPAN-REQUIRED a { color:#214F80;}
/*********************************************************
* Used for tabs styling
**********************************************************/
.KSFORM-TAB-TR
{
	height:20;
}
.KSFORM-TAB-TD
{
}


.KSFORM-TAB-NON-SELECTED
{
	font-family:Arial (Hebrew);
	font-weight:bold;
	color:#00585e;
	padding:2 10 2 10;
	cursor:hand;
	background-color:#ffffff;
}

.KSFORM-TAB-SELECTED
{
	font-family:Arial (Hebrew);
	font-weight:bold;
	color:#00585e;
	padding:2 10 2 10;
}

/* */
.formDescription
{
	padding:20 30 10 30;
}
.formComments
{
	padding:5 100 20 100;
}

.generalText
{
	color:#454242;
	font-family:Arial (Hebrew);
	font-size:12px;
	font-weight:normal;
	text-align:justify;
}
.generalTextIn
{
	color:#454242;
	font-family:Arial (Hebrew);
	font-size:11px;
	font-weight:normal;
	text-align:justify;
}
.overline_f0dddf
{
	border-top:solid 1 #f0dddf;
}
.formsPrint,a.formsPrint:link,a.formsPrint:visited
{
	color:#424242;
	font-family:Arial (Hebrew);
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.formsPrint:hover
{
	color:#de4f53;
	font-family:Arial (Hebrew);
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.formsSend,a.formsSend:link,a.formsSend:visited
{
	color:#D60812;
	font-family:Arial (Hebrew);
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.formsSend:hover
{
	color:#910101;
	font-family:Arial (Hebrew);
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.shipment_title
{
	font-weight:bold;
}

