

/* main table */
TABLE.contact, 
TABLE.contact_postback
{
	direction: rtl;
	width: 98%; 
}

/* title */
TD.contact_title, 
TD.contact_title_postback
{
	font-size:22px;
	color:#000000;
	font-weight:normal;
	padding-bottom:6px;
	vertical-align:top;
}

TD.contact_title_empty, 
TD.contact_title_empty_postback
{
	display: none;
}

/* summary */
TD.contact_summary
{
	font-family:Arial;
	font-size:12px;
	color:#414b56;
	padding-bottom:6px;
	line-height:18px;
	vertical-align:top;
}

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: 11px;
	font-family:Verdana;
	font-weight:bold;
	color: #000000;
	padding: 7px 10px 0px 12px;
	line-height:18px;
}

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;
	border: 0 solid blue;
}

/* form */
TD.contact_form
{
}

TD.contact_form_postback
{
	display: none;
}

/* buttons */
.contact_buttons, 
.contact_buttons_postback
{
	text-align:center;
	padding:0px 0px 0px 20px;
}

IMG.contact_button_send, 
IMG.contact_button_reset
{
	cursor: pointer;
}

IMG.contact_button_send_postback, 
IMG.contact_button_reset_postback
{
	display: none;
}

INPUT.contact_button_send, 
INPUT.contact_button_send_postback
{
	 width: 0px;
	 height: 0px;
	 display: none;
}
.new_contact_button_send
{
    background: url(../../images/1.HE/ContactUs/Send.gif) no-repeat right top;
    width: 42px;
    height: 22px;
    cursor: pointer;
    border: 0px;
}
/* required */
TD.contact_required
{
	font-family:Verdana;
	font-size:11px;
	font-weight:bold;
	color:#214f80;
	text-align:right;
}
TD.contact_required img
{
	margin:0px;
	
}
TD.contact_required_postback
{
	display: none;
}
SPAN.contact_required
{
	font-size:11px;
	color:#000000;
	
	text-align:left;
	padding:0px !Important;
}

SPAN.contact_required_postback
{
	display: none;
	margin:0px;
}

/*********************************************************
* 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;
	
}
.KSFORM-DATA-TR
{
}
.KSFORM-DATA-TD
{
	border:solid 0px cyan;
	padding:0px 0px 0px 2px;
}
.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
{
}
/* 
Applies to a form item (can be used also as .KSFORM-FIELD-INPUT SELECT for specific elements )
*/
select.KSFORM-FIELD-INPUT
{
	border : solid 1px #94959c;
	font-size:11px;
	color:#4a494a;
	width:130px;
}
.KSFORM-FIELD-INPUT
{
	border : solid 1px #dedfde;
	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: pointer;
}
.KSFORM-FIELD-BOOLEAN-INPUT
{
	border:solid 1px #94959c;
	width:18px;
}
.KSFORM-FIELD-RADIOGROUP
{
}
.KSFORM-FIELD-RADIOBUTTON
{
	color:#555555;
}
TEXTAREA.KSFORM-FIELD-INPUT
{
	width:386px;
	height:115px;
	border : 1px solid #dedfde;
	overflow:auto;
}

/* 
Applies to a form field cell
*/
.KSFORM-FIELD-CELL,
.KSFORM-FIELD-CELL_EN
{
	padding:0 10 0 4;
	width:50%;
	border: solid 0px black;
}
.KSFORM-FIELD-CELL-REQUIRED,
.KSFORM-FIELD-CELL-REQUIRED_EN
{
	
	padding:0px 10px 0px 4px;
	width:50%;
	border:solid 0px blue;
}
 
/* 
Applies to a form label cell
*/
.KSFORM-LABEL-CELL,
.KSFORM-LABEL-CELL_EN
{
	padding:0px 2px 0px 10px;
	width:94px;
	border:solid 0px red;
}
.KSFORM-LABEL-CELL-REQUIRED,
.KSFORM-LABEL-CELL-REQUIRED_EN
{
	
	background-image:url(../../Images/1.en/ContactUs/astric.gif);
	background-repeat:no-repeat;
	background-position:0px 4px;
	padding:2px 2px 0px 10px;
	width:94px;
	border: solid 0px 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:#000000;
	width:100%;
	font-weight: normal;
	padding-right: 4px;
	border: 0 solid maroon;
}

.KSFORM-LABEL-SPAN-REQUIRED
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	width:100%;
	font-weight: normal;
	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:Verdana,Arial ;
	font-weight:bold;
	color:#00585e;
	padding:2px 10px 2px 10px;
	cursor:pointer;
	background-color:#ffffff;
	border: solid 0px #cccccc;
}

.KSFORM-TAB-SELECTED
{
	font-family:Verdana,Arial ;
	font-weight:bold;
	color:#00585e;
	padding:2px 10px 2px 10px;
	border: solid 1px #454545;
}

/* */
.formDescription
{
	padding:20 30 10 30;
}
.formComments
{
	padding:5 10 20 10;
}

.generalText
{
	color:#454242;
	font-family:Verdana, Arial;
	font-size:12px;
	font-weight:normal;
	text-align:justify;
}
.generalTextIn
{
	color:#454242;
	font-family:Verdana,Arial;
	font-size:11px;
	font-weight:normal;
	text-align:justify;
}
.overline_f0dddf
{
	border-top:solid 1px #f0dddf;
}
.formsPrint,
a.formsPrint:link,
a.formsPrint:visited
{
	color:#424242;
	font-family:Verdana, Arial ;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.formsPrint:hover
{
	color:#de4f53;
	font-family:Verdana,Arial;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
.formsSend,
a.formsSend:link,
a.formsSend:visited
{
	color:#D60812;
	font-family:Verdana,Arial ;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}
a.formsSend:hover
{
	color:#910101;
	font-family:Verdana,Arial ;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

.shipment_title
{
	font-weight:bold;
}


span.req_object
{
	color: #45B000;
}
td.contact_label
{
	width: 130px;
	color: #414B56;
	font-weight: bold;
}
input.input_small
{
	background-color: #FFFFFF;
	border: solid 1px #adadad;
	height: 20px;
	width: 146px;
	font-size: 12px;
}
input.input_small_small
{
	background-color: #FFFFFF;
	border: solid 1px #adadad;
	height: 20px;
	width: 54px;
	font-size: 12px;
}
/*
input.input_small
{
	width: 50px;
	height: 20px;
	line-height: 15px;
	font-size: 12px;
	color: #000;
	border: solid 1px #000;
	background-color: #fff;
}
input.input_big
{
	width: 150px;
	height: 20px;
	line-height: 15px;
	font-size: 12px;
	color: #000;
	border: solid 1px #000;
	background-color: #fff;
}
*/
input.input_big
{
	background-color: #FFFFFF;
	border: solid 1px #adadad;
	height: 20px;
	width: 180px;
	font-size: 12px;
}
input.input_middle
{
	border: solid 1px #adadad;
	background-color: #FFFFFF;
	width: 124px;
	height: 20px;
	line-height: 15px;
	font-size: 12px;	
}
textarea.input_xbig
{
	background-color: #FFFFFF;
	border: 1px solid #9D9DA1;
	height: 180px;
	width: 180px;
	overflow:auto;
}
.mirs_number
{
	color: #45B000;
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	width:30px;
}
td.contact_inputs
{
/*	width: 200px;*/
}
td.contact_inputs span
{
	width: 10px;
	text-align: right;
}
.contact_btn
{
	background-color: #45B000;
	color: #FFFFFF;
	width: 42px;
	height: 22px;
	font-size: 16px;
	font-weight: bold;
	border: 0px;
	cursor:pointer;
}
table.contact_hul tr
{
	height: 40px;
}
td.lbl_contactus
{
	width: 200px;
	text-align: right;
	font-size: 12px;
	font-weight: bold;
	color: #414b56;
}
td.content_contactus
{
	width: 50px;
}
span.required
{
	width:8px;
}
span.required img
{
	width: 5px;
	height: 4px;
	text-align: right;
	vertical-align: top;
	margin-top: 3px;
}
table.contact_form
{
	width: 600px;
}
table.contact_form td
{
	padding-bottom: 10px;
}
select.select_small
{
	width: 54px;
}
select.select_middle
{
	width: 100px;
}
select.select_big
{
	width: 180px;
}
textarea.textarea_big
{
	width: 400px;
	height: 100px;
	overflow: auto;
	font-size: 12px;
	color: #000;
	border: solid 1px #adadad;
	background-color: #fff;
}
td.contact_empty
{
	width: 240px;
}
td.contact_empty2
{
	width: 210px;
}
td.contact_back
{
	font-size: 13px;
	font-weight: bold;
	color: #45b000;
}
td.contact_btns
{
	width: 50px;
	text-align: left;
}
