/**********************************************************************
 * Estil global a tota la web per quan es mostra en pantalla
 **********************************************************************/

@import url(global.css);

/**********************************************************************
 * General
 **********************************************************************/

    body { margin: 0; padding: 0; font-size: 68.75%; line-height: 1.4em; font-family: Verdana, Arial, sans-serif; color: #222 }
    *[title] { cursor: help }
    a[title], input[type=image] { cursor: pointer }
    label[for] { cursor: pointer }
    input,
    textarea,
    button,
    .button,
    select { color: #000; border: 1px solid #9fad30 }
    input[type=button],
    input[type=submit],
    button { color: #000; background: #ecf0ca; padding: 1px 8px; font-size: 100%; text-decoration: none }
    /* L'IE no ho entén ni tampoc deixa agrupar-hi altres selectors que sí que entén */
    input[type=text],
    input[type=password] { font-size: 1em; padding: 0.1em; font-family: Arial, sans-serif }
    textarea,
    select,
    /* IE Hack - Com que no suporta els selectors d'atribut ho fem per tots els input */
    * html input { font-size: 1em; padding: 0.1em; font-family: Arial, sans-serif }
	
	div.fieldError,
	span.fieldError { font-weight:bold; color: red; }

/**********************************************************************
 * Formularis
 **********************************************************************/

form .field { margin: 1em 0 }
form .field .label { font-weight: bold; margin-bottom: 0.1em }
form .field .value { }
form .field .error { color: #a61111; font-weight: bold }
form .actions { margin-top: 2em }
