
/*contact.css*/
.contactForm{
color:red;
font-weight: bold;
}
.dir
{
    direction:rtl;
    }
.form_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

.form-label
{
    
    font-size:12px;
    font-family: Arial;
    
}

.form-remark
{
    
    width:200px;
    
}

.form-textbox
{
    
    width:200px;
    
}

.buttonContact
{
    font-family: arial; 
	font-size: 11px; 
	color: black;
	font-weight:bold;
	height:37px;
	width:69px;
	cursor:pointer;
	border-top:.1em solid #ffffff;
	border-left:.15em solid #ddd;
	border-right:.15em solid #333;
	border-bottom:.15em solid #555;
	white-space:nowrap;
	background-color:#D4D0C8;
	background-image:url(images/contact_submit_btn.gif);
      background-repeat:no-repeat;
      background-position: center;
}


.form_element {
	font-size:12px;
	font-family: Arial;
	
	/*color: #333333;
	width: 100%;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #80A0C8;
	font-weight: normal;
	height: 18px;
	background-color: #F6F8FB;*/
}

.form_button {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #DCE4EE;
	text-align: center;
	height: 20px;
	width: 100%;

	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#6D8FBE', EndColorStr='#37547B')
; 	border: none;
}

.form_butPict {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(images/but_form.gif);
	background-repeat: no-repeat;
	background-position: center center;
	border: 0px none;
	height: 20px;
	width: 135px;
}.form_border {
	border: 1px solid #999999;
}
.form_bg1 {
	background-color: #EBEDF0;
}
.form_bg2 {

	background-color: #FFFFFF;
}
.form_bg3 {


	background-color: #FCFCFC;
}