/* ===================================================
                    ELEMENTU NAGUSIAK
====================================================== */

* {
padding:0;
margin: 0;
}
body {
background-color:lightgrey;

}
#wrapper {
position:relative;
 color:black;
 background-color:lightgrey;
 width: 720px;
 margin: auto;
 margin-top:20px;
 }
 /* ===================================================
                    DIV
====================================================== */
 
#goiburua{
position:relative;
background-image:url(encabezado_bg_rep.jpg);
background-repeat:repeat-y;

height: 100px;

}
#formularioa{
background-color:lightgrey;
height: 600px;
}
#oina{
height:55px;
border:5px;
}
 /* ===================================================
                    PARAGRAFOAK
====================================================== */
#izenburua{
position:absolute;
top:26px;
left:36px;
text-align:center;
font-size:250%;
padding-top:10px;
color:white;
font-weight:500;
}
address {
text-align:center;
letter-spacing:2px;
font-size:80%;
line-height:1.5em;
}
 /* ===================================================
                    IRUDIAK
====================================================== */
img {
height:100px;
width:100px;
float:left;
}
 /* ===================================================
                    FORMULARIOA
====================================================== */
form{
padding:10px;
background-image:url(encabezado_bg_rep.jpg);
background-repeat:repeat-y;
}
label {
margin-top:10px;
display:block;
}
#radio{
width:600px;
text-align:center;
padding-top:20px;
border-bottom:2px solid;
border-bottom-color:#CCCCCC
}
#labeleskaera, #labelkexa, #labelzorionak, #labelbestela, #labelamodioa, #labelbihurri {
display:inline;
}

 #izena, #abizenak, #emaila{
width:400px;
}
 {
display:inline;
}

textarea{
height:15em;
width:600px;
}
#bidali {
text-align:left;
margin-top:15px;
}
#bidali_botoia{
font-size:120%;

}
input:focus, textarea:focus {
background-color:lightgrey;
}

