/* main table */
TABLE.contact, TABLE.contact_postback
{
	width: 100%; 
}


/* title */
TD.contact_title, TD.contact_title_postback
{
	color: #FE7510;
	padding:10px 0 3px;
	vertical-align: top;
	font-weight:bold; 
}

TD.contact_title_empty, TD.contact_title_empty_postback
{
	display: none;
}


/* summary */
TD.contact_summary
{
	vertical-align: top;
	font-size: 12px;
	font-family: Arial;
	color: #515151;
	padding: 0;
	line-height: 15px;
	padding: 10 10 10 10;
}

TD.contact_summary_postback, TD.contact_summary_empty, TD.contact_summary_empty_postback
{
	display: none;
}

TD.spacer
{
	height:5px;
	padding:0;
	
}
DIV.spacer
{
}
/* client messages */
TD.contact_client_message
{
	width: 742px;
	height: 15px; 
	vertical-align: top;
	font-size: 12px;
	font-family: Arial;
	color: red;
	padding: 0 10 0 10;
}

TD.contact_client_message_postback
{
	display: none;
}

/* server messages */
TD.contact_server_message
{
	display: none;
}

TD.contact_server_message_success_postback
{
	width: 742px;
	height: 100%; 
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
	color: #082176;
	padding: 30 10 0 10;
}

TD.contact_server_message_fail_postback
{
	width: 742px;
	height: 100%; 
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	font-family: Arial;
	color: red;
	padding: 30 38 0 38;
}

/* form */
TD.contact_form
{
	/*width: 742px;
	height: 100%; 
	vertical-align: top;
	font-size: 12px;
	font-family: Arial;
	color: #082176;
	padding: 0 0 0 0;*/
	
	text-align:center;
}

TD.contact_form_postback
{
	display: none;
}

/* form row */
.contact_form DIV
{
	/*width: 742px; 
	height: 26px;
	margin: 0 0 1 0;
	background-color: #e3e8ee;*/
}

contact_form_postback DIV
{
	display: none;
}

/* form required */
.contact_form SPAN.required
{
	color: red;
	width: 5px;
}

contact_form_postback SPAN.required
{
	display: none;
}

.contact_form SPAN.not_required
{
	width: 5px;
}

contact_form_postback SPAN.not_required
{
	display: none;
}
	
/* form labels */
.contact_form SPAN
{
	/*width: 126px; */
	width:120px;
	height: 16px;
	margin: 6 10 4 10;
	vertical-align: top;
}

.contact_form_postback SPAN
{
	display: none;
}

/* form input text */
.contact_form INPUT
{
	border: 1px #082176 solid; 
	width: 191px; 
	margin: 3 0 3 0;
	height: 17px
}

INPUT.contact_form_phone
{
	width: 118px; 
	/*margin-left: 8px;*/
	margin:0 8px 0 8px;
	border : 1px solid #E3E3E3 !important;
}

.contact_form_postback INPUT, INPUT.contact_form_phone_postback
{
	display: none;
}


/* form select */
SELECT.contact_form_phone
{
	/*border: 1px #082176 solid; */
	width: 65px; 
	margin: 2 0 0 0;
	font-size: 11px;
}

SELECT.contact_form_phone_postback
{
	display: none;
}

SELECT.contact_form_subject
{
	border: 1px #082176 solid; 
	width: 191px; 
	margin: 2 0 0 0;
	font-size: 11px;
}

SELECT.contact_form_subject_postback
{
	display: none;
}


/* form body text */
.contact_form TEXTAREA
{
	border: 1px #082176 solid; 
	width: 191px; 
	height: 67px; 
	margin: 3 0 3 0;
}

.contact_form_postback TEXTAREA
{
	display: none;
}


/* buttons */
.contact_buttons, .contact_buttons_postback
{
	background-color: white;
	width: 742px;
	height: 44px;
	padding: 4 0 0 140; 
	text-align: left;
}

IMG.contact_button_send
{
	width: 87px;
	height: 19px; 
	cursor: hand;
	margin: 4 5 0 5;
}

IMG.contact_button_reset, 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;
}




/*********************************************************
* Used for form items rendereng
**********************************************************/

/* 
Applies to the form main table 
.KSFORM-MAIN-TABLE
*/
.bgGeneralTbl
{
	
	background-repeat:repeat-y;
	width:100%;
}
.KSFORM-TABLE-MAIN
{
	border:solid  0 #000000;
	font-family:Arial;
	font-size: 12px;
	
	/*width:500px;*/
	
}
.KSFORM-DATA-TR
{
}
.KSFORM-DATA-TD { }
.KSFORM-PANEL
{
	width:100%;
	
}
/* 
Applies to the form group table 
*/
.KSFORM-GROUP-TABLE
{
	text-align: left;
}
.KSFORM-ROWS
{
	
}
.KSFORM-BLOCK-ROWS
{
}
.KSFORM-BLOCK-LABEL
{
	width:85;
	font-family:Arial;
	color:#910101;
	font-size:12px;
	font-weight:bold;
	border-bottom: 1 solid #920505;

}
/* 
Applies to a form item (can be used also as .KSFORM-FIELD-INPUT SELECT for specific elements )
*/
.KSFORM-FIELD-INPUT
{
	width : 215px;
	border : 1px solid #E3E3E3 !important;
	height : 20px;
	line-height: 15px;
	font-size: 12px;
}
.KSFORM-FIELD-BOOLEAN-INPUT
{
	border:solid 1 #920505;
	width:18px;
}
.KSFORM-FIELD-RADIOGROUP
{
}
.KSFORM-FIELD-RADIOBUTTON
{
	color:#555555;
}


TEXTAREA.KSFORM-FIELD-INPUT
{
	width:215px;
	height:70px;
	border : 1px solid #E3E3E3;
	overflow-y:auto;
	overflow: auto;
}
/* 
Applies to a form field cell
*/
.KSFORM-FIELD-CELL
{
	padding:3px 0;
	width:70%;
}
.KSFORM-FIELD-CELL-REQUIRED
{
	padding:3px 0;
	width:70%;
}

.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:3px 0 0 5px;
	width:85%;
}
 
/* 
Applies to a form label cell
*/
.KSFORM-LABEL-CELL
{
	padding:2 10 2 10;
	background-position:right center;
	background-repeat:no-repeat;
	width:10%;
}
.KSFORM-LABEL-CELL-REQUIRED,
.KSFORM-LABEL-CELL-REQUIRED_EN
{
	padding:3px 0 0 5px;
	width:15%;

}
/* 
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:#555555;
	width:100%;
	height:100%;
}

.KSFORM-LABEL-SPAN-REQUIRED
{
	font-size: 12px;
	color:#515151;
	/*width: 10px;*/
	/*height:100%;*/
	font-weight: bold;
	padding:0px 5px 5px 0px;
	text-align:left;
}

/*********************************************************
* 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;
}

