
/* main table */
TABLE.contact, TABLE.contact_postback
{
	direction: ltr;
	width: 100%; /*height: 333px;*/
}


/* title */
TD.contact_title, TD.contact_title_postback
{
	font-size: x-large;
	color: #F7981D;
	padding: 10px 27px;
}

TD.contact_title_empty, TD.contact_title_empty_postback
{
	display: none;
}


/* summary */
TD.contact_summary
{
	color: #333333;
	font-weight: bold;
	padding: 10px 27px;
	display: block;

}

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: #082176;
	padding: 7px 12px 0px 10px;
	
}
P.contact_server_message_fail_postback
{
    padding: 7px 27px 0px 30px;

}
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 27px 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;
	border-right: 12px solid #ffffff;
	border-left: 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;
}

input.input2
{
	border: 1px solid #c8c5c6 !important;
	background-color: #FFFFFF !important;
	width: 30px !important;
	height: 18px !important;
	font-size: small !important;
	color: #333333;
}
/* required */
TD.contact_required
{
	font-family: Arial;
	font-size: small;
	font-weight: bold;
	padding: 0px 27px;
	color: #221E1F;
}
TD.contact_required_postback
{
	display: none;
}
SPAN.contact_required
{
	background: url(../../Images/1.en/ContactUs/required.gif) 6px right no-repeat;
	font-size: small;
	color: #F7971C;
	text-align: right;
}
TD.contact_not_required
{
    font-family: Arial;
	font-size: small;
	font-weight: bold;
	padding: 0px 37px;
	color: #221E1F;
}
SPAN.contact_required_star
{
	font-size: medium;
	font-weight: bold;
	color: #F7971C;
}

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: 603px;
}

/* 
Applies to the form group table 
*/


.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;
}

input.input1,input.input3,select.input1,textarea.input1
{
	border: 1px solid #c8c5c6 !important;
	background-color: #FFFFFF !important;
	width: 180px !important;
	height: 18px !important;
	font-size: small !important;
	color: #333333;
}
input.input3
{
    width: 145px !important;
}
select.input1{height: 20px !important;width: 182px !important;}