
/*************************************************************/
/*   Design:   Multiflex-3 Update-7 / Layout-4               */
/*   File:     Common styles for kmel                        */
/*-----------------------------------------------------------*/
/*   Author:   Thot		                                     */
/*   Date:     April 11, 2008                                */
/*   Homepage: wwww.olivier-camard.net                       */
/*-----------------------------------------------------------*/
/*   License:  Fully open source without restrictions.       */
/*             Please keep footer credits with a link to     */
/*             wwww.olivier-camard.net. Thank you!           */
/*************************************************************/



a.extern2:after {
content: ' *' url(../img/extern.png);
}

a.extern {
background-image: url(../img/extern.png);
background-repeat: no-repeat;
background-position: center right;
padding-right: 18px;
}

a[hreflang="fr"]:after {
content:" " url("fr.png");
} 
a[hreflang="en"]:after {
content:" " url("uk.png");
}
a[hreflang]:after {
content: " [" attr(hreflang)"] "; 
color:gray;
}

input:focus, textarea:focus {
background-color:#B9DCEB;
} 
