/*****************************************
		SITE  IE8-
******************************************/


/**  		GENERAL 		**/

#search .inputbox {
border : 1px solid #ddd;
padding:3px 20px 3px 10px !important;
height : 16px;
}

#search .inputbox:hover, #search .inputbox:focus {
border : 1px solid #ccc;
}


/** 		Hide previous & next slideshow buttons 	(problem of opacity)		**/

#prevslide, #nextslide {
display : none !important;
}


/**  		dropdown menu  		**/

.dropdown li ul {
border : 1px solid #999;
}

.dropdown li ul ul {
background-color : #444;
z-index:9999;
}

/** 		specific black text 		**/

/** 	Form 		**/

input[type="text"], input[type="password"], input[type="email"], textarea {
background : transparent url(../images/black-20.png) top left repeat ;
border : 1px solid #666;
}

input[type="text"]:hover, textarea:hover,
input[type="password"]:hover, input[type="password"]:focus,
input[type="email"]:hover, input[type="email"]:focus,
input[type="text"]:focus, textarea:focus {
background : transparent url(../images/black-30.png) top left repeat ;
border-color:#777;
}

input[type="submit"], button {
background : transparent url(../images/black-30.png) top left repeat ;
border : 1px solid #666;
}

input[type="submit"]:hover, button:hover {
background : transparent url(../images/black-30.png) top left repeat ;
border-color:#777;
}

.contact .button {
background : transparent url(../images/black-30.png) top left repeat ;
border : 1px solid #666;
}

.contact .button:hover {
border-color:#777;
}