.titleRuler
{
	background : url(../../images/General/title_ruler.gif) 0 2 no-repeat;
	height:3px;
	overflow:hidden;
	margin-bottom:18px;
}
/* main table */
TABLE.contact, TABLE.contact_postback
{
	direction: ltr;
	width: 98%;
	/* 
height: 333px;*/ 
}


/* title */
TD.contact_title, TD.contact_title_postback
{
	padding:0px 0px 0px 0;
	height: 10px;
	color : #ce0410;
	font-size:12px;
	font-weight:bold;
	font-family:Verdana;
}

TD.contact_title_empty, TD.contact_title_empty_postback
{
	display: none;
}

/* summary */
TD.contact_summary
{
	width: 532px; 
	vertical-align: top;
	font-size: 11px;
	font-family:Verdana;
	color: #4a494a;
	padding: 10px 0px 5px;
	border:0 solid red;
	line-height:16px;
}

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: 12px;
	font-family:Verdana;
	font-weight:bold;
	color: #4a494a;
	padding: 7px 12px 0px 10px;
}

TD.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;
	border: 0 solid blue;
}

/* form */
TD.contact_form
{
	/*width: 542px;
	height: 100%; 
	vertical-align: top;
	font-size: 12px;
	font-family: Arial;
	color: #082176;
	padding: 0 0 0 0;
	border: 0 solid blue;*/
}

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-right:12px solid #ffffff;	
	border-left:10px solid #ffffff;
	border-bottom:7px solid #ffffff;	
	background-color:#F0F4F7;*/
	text-align:right;
	padding:0 20 0 0;
}

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:Verdana;
	font-size:11px;
	font-weight:bold;
	padding-right:25px;
	padding-bottom:5px;
	color:#4a494a;
}
TD.contact_required_postback
{
	display: none;
}
SPAN.contact_required
{
	/*background:url(../../Images/1.en/ContactUs/required.gif) 6px right no-repeat;*/
	font-size:11px;
	color:#4a494a;
	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/en/General/bg.gif);
	background-repeat:repeat-y;
	width:540px;
}
.KSFORM-TABLE-MAIN
{
	border-left:6px #FFF solid;
	border-right:7px #FFF solid;
	border-top:9px #FFF solid;
	background-color:#FFFFFF;
	/*border:solid 0 #000000;
	font-family:Arial;
	font-size: 12px;
	width:500;*/
}
.KSFORM-DATA-TR
{
}
.KSFORM-DATA-TD
{
	border: 0 solid cyan;
	padding:0 0 0 20;
}
.KSFORM-PANEL
{
	width:100%;
	/*overflow:auto;*/
}
/* 
Applies to the form group table 
*/
.KSFORM-GROUP-TABLE
{ 

	background-color:#ffffff;
	border-right:0px solid #FFFFFF;
	border-left:0px solid #FFFFFF;
	width: 100%;
	border: 0 solid orange;
}

.KSFORM-ROWS
{
	height: 18px;
}
.KSFORM-BLOCK-ROWS
{
}
.KSFORM-BLOCK-LABEL
{/*
	width:85;
	font-family:Verdana;
	color:#4a494a;
	font-size:11px;
	font-weight:bold;
	border-bottom: 0 solid #920505;
	height:17px;
	border: 1 solid yellow;*/
}
/* 
Applies to a form item (can be used also as .KSFORM-FIELD-INPUT SELECT for specific elements )
*/
select.KSFORM-FIELD-INPUT
{
	border : 1px solid #94959c;
	font-size:11px;
	color:#4a494a;
	width:130px;
}
.KSFORM-FIELD-INPUT
{
	border : 1px solid #94959c;
	height : 18px;
	font-size:11px;
}
.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 #94959c;
	width:18px;
}
.KSFORM-FIELD-RADIOGROUP
{
}
.KSFORM-FIELD-RADIOBUTTON
{
	color:#555555;
}
TEXTAREA.KSFORM-FIELD-INPUT
{
	width:386px;
	height:115px;
	border : 1px solid #94959c;
	overflow:auto;
}

/* 
Applies to a form field cell
*/
.KSFORM-FIELD-CELL,
.KSFORM-FIELD-CELL_EN
{
	padding:0 10 0 4;
	width:50%;
	border: 0 solid black;
}
.KSFORM-FIELD-CELL-REQUIRED,
.KSFORM-FIELD-CELL-REQUIRED_EN
{
	
	padding:0 10 0 4;
	width:50%;
	border: 0 solid blue;
}
 
/* 
Applies to a form label cell
*/
.KSFORM-LABEL-CELL,
.KSFORM-LABEL-CELL_EN
{
	padding:0 2 0 10;
	width:74px;
	border: 0 solid red;
}
.KSFORM-LABEL-CELL-REQUIRED,
.KSFORM-LABEL-CELL-REQUIRED_EN
{
	background:url(../../Images/1.en/ContactUs/required.gif) 2 4 no-repeat;
	padding:2 2 0 10;
	width:74px;
	border: 0 solid green;
}
/* 
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: 11px;
	color:#4a494a;
	width:100%;
	font-weight: bold;
	padding-right: 4px;
	border: 0 solid maroon;
}

.KSFORM-LABEL-SPAN-REQUIRED
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#4a494a;
	width:100%;
	font-weight: bold;
	border: 0 solid olive;
}
SPAN.red
{/*
	position: relative;
	top: expression(4);
	width: 10px;
	border: 0 solid cyan;*/
}
.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;
	border: 1 solid violet;
}

.KSFORM-TAB-SELECTED
{
	font-family:Arial (Hebrew);
	font-weight:bold;
	color:#00585e;
	padding:2 10 2 10;
	border: 1 solid lightgreen;
}

/* */
.formDescription
{
	padding:20 30 10 30;
}
.formComments
{
	padding:5 10 20 10;
}

.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;
}

