/* $Id: escribe.css 1361 2004-05-09 17:24:42Z luque $ */

/* Common style rules for Red Local website

   The stylesheet is divided into the following three parts:
   
   1. Layout rules: 
      Box properties (exclusive of borders), positioning, text-indent, alignment, lists
      
   2. Visual rules: 
      Colors, backgrounds, borders, links, emphasis
      
   3. Typographical rules: 
      Font and text properties (exclusive of links, alignment and text-indent)

   NOTE: Validate CSS syntax before add your changes to the CVS tree!!
*/


@import "common.css";


/* ------------------------- Layout rules ------------------------- */

#content {
    padding: 2em 4em 2em 10em;
}

h1 {
    margin-top: 0;
}

h1 span {
    display: none;
}

#letter form {
    padding: 1em 4em 9em 4em;
}

#letter form fieldset {
    border: none;
}

form legend {
    display: block;
    margin: 1em 0 .8em 0;
    width: 170px;
    height: 19px;
}

form legend span {
    display: none;
}


/* -------------- Colors, backgrounds, borders, links ------------- */

#container {
    background-image: none;
}

#breadcrumb li {
    background: transparent url("../../images/infantil/clover_escribenos.gif") no-repeat center left;
    color: #9cf;
}

#escribe_header {
    height: 26px;
    background: transparent url("../../images/infantil/escribe_header.png") no-repeat top left;
}

#letter form {
    background: transparent url("../../images/infantil/letter_bg.png") no-repeat right bottom;
}

#personal-info {
    background: transparent url("../../images/infantil/personal_info_legend.png") no-repeat top left;
}

#consultation {
    background: transparent url("../../images/infantil/consultation_legend.png") no-repeat top left;
}


/* ----------------------- Typographical rules -------------------- */

#letter, #letter form input {
    font-size: .8em;
}

