/* main table */
TABLE.contact, TABLE.contact_postback
{
	direction: ltr;
	width: 100%;
	
	/*height: 333px;*/ 
}
TABLE.contact td a {
	color: #F18523;
	font-weight: bold;
	text-decoration: none;
}

/* title */
TD.contact_title, TD.contact_title_postback
{background:url(../../../images/1.en/General/big_title_bg.gif) bottom repeat-x; height:auto; padding:3px 23px; color:#9F2A01; font-weight:bold; font-size:18px;}

TD.contact_title_empty, TD.contact_title_empty_postback
{
	display: none;
}


/* summary */
TD.contact_summary
{padding: 10px 0px 0px 23px;}

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
{
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	font-family: Arial;
	font-weight:bold;
	color: #082176;
	padding: 7px 10px 0px 12px;
}

TD.contact_server_message_fail_postback
{
	vertical-align: top;
	text-align: left;
	font-size: 14px;
	font-family: Arial;
	font-weight:bold;
	color: red;
	padding: 7px 10px 0px 12px;
}

/* 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: 15px 0px 12px 0px; 
	text-align: center;
	border-left:12px solid #ffffff;	
	border-right:10px solid #ffffff;
	border-bottom:7px solid #ffffff;	
	/*background-color:#F0F4F7;*/
}

IMG.contact_button_send
{
	cursor: hand;
	/*margin: 2 12 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 */
TD.contact_required
{
	font-family:Arial;background:url(../../../Images/1.en/ContactUs/required.gif) left 4px no-repeat;
	font-size:12px;
	font-weight:bold;
	padding-left:8px;
	padding-bottom:5px;/*
	color:#214F80;*/
}
TD.contact_required_postback
{
	display: none;
}
SPAN.contact_required{
	background:url(../../../Images/1.en/ContactUs/required.gif) 6px left no-repeat;
	font-size:11px;/*
	color:#214F80;*/
	text-align: left;
}

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/1.en/General/bg.gif);
	background-repeat:repeat-y;
	width:603px;
}
.KSFORM-TABLE-MAIN{
	/*border:solid 0 #000000;
	font-family:Arial;
	font-size: 12px;
	width:500;*/
	
}
.KSFORM-DATA-TR
{
	padding-left:15px;
}
.KSFORM-DATA-TD
{
	background:url(../../../images/1.en/ContactUs/bg.gif) top repeat-x #FFF9EC;
	border-top:1px solid #FFF3D9;
	padding: 0 0px 20px 70px;
}
.KSFORM-PANEL
{
	width:100%;
	height:100%;
	/*overflow:auto;*/
}
/* 
Applies to the form group table 
*/
.KSFORM-GROUP-TABLE
{ border-collapse:collapse; width:auto;
	}

.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
{
	border : 1px solid #7F9DB9;
	height : 22px;
	font-size:13px;
	
}
input.KSFORM-FIELD-INPUT {width: 100%;}
.KSFORM-FIELD-FILE
{
	width : 0px;
	height : 10px;
	margin-top: 4px;
	margin-left: -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;
}

select.KSFORM-FIELD-INPUT
{
	width:100%;
	margin-top:1px;
}

.KSFORM-FIELD-CELL select
{
	width:100%;
	margin-bottom:1px;
}
TEXTAREA.KSFORM-FIELD-INPUT
{
	width:100%;
	height:115px;
	border : 1px solid #7F9DB9;
	overflow:auto;
}
/* 
Applies to a form field cell
*/
.KSFORM-FIELD-CELL
{
	vertical-align: bottom;
	padding:0 10 0 0;
	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 10px 0 0px;
	width:40% !important;
}
 
 .KSFORM-FIELD-CELL-REQUIRED_EN select
 {
	width:50%;
 }
 
/* 
Applies to a form label cell
*/
.KSFORM-LABEL-CELL
{
	padding:0;
	vertical-align: bottom;
}
.KSFORM-LABEL-CELL-REQUIRED,
.KSFORM-LABEL-CELL-REQUIRED_HE,
.KSFORM-FIELD-CELL-REQUIRED_HE
{
	padding:0;
	white-space:nowrap;
	vertical-align: bottom;
}
/* 
Applies to a form thml cell
*/
.KSFORM-HTML-CELL
{
}

/* 
Applies to a form label span that sorounds the text
*/
.KSFORM-LABEL-SPAN
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;/*
	color:#214F80;*/
	font-weight: bold;
	padding:0 12 0 0;
	display:block;
	float:left;	
}

.KSFORM-LABEL-SPAN-REQUIRED
{
	background: url(../../../images/1.en/ContactUs/required.gif) right no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;/*
	color:#214F80;*/
	font-weight: bold;
	padding:0 12 0 0;
	display:block;
	float:left;	
}
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;
}
.contactus_td_1
{
	padding:6 0px 0 23px;
}
.contactus_td_2
{
	padding:23px 0px 8px 23px;
}
.contactus_td_3
{
	PADDING-right:150px;
}
