/* main table */
TABLE.contact, TABLE.contact_postback
{
	direction: rtl;
	width: 100%;
	/*height: 333px;*/ 
}


/* title */
TD.contact_title, TD.contact_title_postback
{
	color: #60AD47;
	font-size: medium;
	font-weight: bold;
	padding: 5px 15px;
	border-bottom : solid 1px #60AD47;
}

TD.contact_title_empty, TD.contact_title_empty_postback
{
	display: none;
}


/* summary */
TD.contact_summary
{
	
	vertical-align: top;
	font-size: small;
	font-family: Arial;
	color: #A3A4A2;
	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
{
	vertical-align: top;
	text-align: right;
	font-size: 14px;
	font-family: Arial;
	font-weight:bold;
	color: #A3A4A2;
	padding: 7px 12px 0px 10px;
}

TD.contact_server_message_fail_postback,p.contact_server_message_fail_postback
{
	vertical-align: top;
	text-align: right;
	font-size: 14px;
	font-family: Arial;
	font-weight:bold;
	color: red;
	padding: 7px 12px 0px 10px;
}

/* 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;
	
	/*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;
}

.input1
{
    border: solid 1px #CFDBE6;
    color: #838481;
    
}
.input2
{
   border: solid 1px #CFDBE6;
   color: #838481;
   font-size:small;
   height:17px;
   #height:19px;
   padding:0px;
   margin:0px;
   font-size:12px;
}
INPUT.contact_button_send, INPUT.contact_button_send_postback
{
	 width: 0px;
	 height: 0px;
	 display: none;
}

/* required */
TD.contact_required
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding-right:25px;
	padding-bottom:5px;
	color:#666666;
}
td.contact_required_fields
{
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	padding:0px 25px 0px 0px;
	/*padding-bottom:5px;*/
	color:#FA181E;
}
TD.contact_required_postback
{
	display: none;
}
SPAN.contact_required{
	background:url(../../Images/1.HE/ContactUs/required.gif) 6px right no-repeat;
	font-size:11px;
	color:#2F2C63;
	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;

}
.KSFORM-TABLE-MAIN{
	
	/*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;
width: 100%;
padding-top:7px;
}

.KSFORM-ROWS
{
	height: 18px;
}
.KSFORM-BLOCK-ROWS
{
}
.KSFORM-BLOCK-LABEL
{
	width:85;
	font-family:Arial;
	color:#2F2C63;
	font-size:12px;
	font-weight:bold;
	
	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 #ffffff;
	height : 22px;
	font-size:13px;
	color: #838481;
	
}
.KSFORM-FIELD-FILE
{
	width : 0px;
	height : 10px;
	margin-top: 4px;
	margin-right: -60px; 
	position: absolute;
	cursor: hand;
}
.KSFORM-FIELD-BOOLEAN-INPUT
{
	border:solid 1 #ffffff;
	width:18px;
}
.KSFORM-FIELD-RADIOGROUP
{
}
.KSFORM-FIELD-RADIOBUTTON
{
	color:#555555;
}


TEXTAREA.KSFORM-FIELD-INPUT
{
	width:386px;
	height:115px;
	border : 1px solid #ffffff;
	overflow:auto;
	color: #838481;
}
/* 
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:10px 10px 2px 10px;
	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/1.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:#ffffff;
	font-weight: bold;		
	padding-left:2px;
}

.KSFORM-LABEL-SPAN-REQUIRED
{
	background: url(../../images/1.he/ContactUs/required.gif) left no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color:#ffffff;
	padding:0 0 0 10px;
	display:block;
	float:right;	
	
}
SPAN.red
{
	position: relative;
	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;
	
}

.KSFORM-TAB-SELECTED
{
	font-family:Arial (Hebrew);
	font-weight:bold;
	color:#ffffff;
	padding:2 10 2 10;
}

/* */
.formDescription
{
	padding:20 30 10 30;
}
.formComments
{
	padding:5 100 20 100;
}

.generalText
{
	color:#ffffff;
	font-family:Arial (Hebrew);
	font-size:12px;
	font-weight:normal;
	text-align:justify;
}
.generalTextIn
{
	color:#ffffff;
	font-family:Arial (Hebrew);
	font-size:11px;
	font-weight:normal;
	text-align:justify;
}
.overline_f0dddf
{
	border-top:solid 1 #ffffff;
}
.formsPrint,a.formsPrint:link,a.formsPrint:visited
{
	color:#ffffff;
	font-family:Arial (Hebrew);
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.formsPrint:hover
{
	color:#ffffff;
	font-family:Arial (Hebrew);
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.formsSend,a.formsSend:link,a.formsSend:visited
{
	color:#ffffff;
	font-family:Arial (Hebrew);
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.formsSend:hover
{
	color:#ffffff;
	font-family:Arial (Hebrew);
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.shipment_title
{
	font-weight:bold;
}

