@charset "utf-8";
/* CSS Document */

body{
font-family:"Helvetica";
background-image:url('../images/bg/b5.jpg');
/*color:#333;*/
font-size:12px;
}

p, h1, form, button{border:0; margin:0; padding:0;}
.spacer{clear:both; height:1px;}

.traco{
margin-bottom:20px;
border-top:solid 1px #888;
border-bottom:solid 1px #eee;
}

/* ----------- My Form ----------- */


/* ----------- stylized ----------- */
#stylized{
background:#F0F8FF;
margin:0 auto;
padding:25px;
border: 1px solid #000000;
}

#logomarca{
background-image:url('../images/LogotipoBarcino.png');
background-repeat:no-repeat; 
height:80px;

}


#logomarca2{
background-image:url('../images/LogotipoBarcino.png');
background-repeat:no-repeat; 
height:50px;
}

#stylized h1 {
font-size:18px;
font-weight:bold;
margin-bottom:10px;
}
#stylized p{
font-size:11px;
color:#666666;
margin-bottom:20px;
border-bottom:solid 1px #bbb;
padding-bottom:10px;
}

#stylized label{
display:block;
font-weight:bold;
font-size:12px;
margin-right:20px;
margin-bottom:10px;
text-align:left;
}
#stylized .small{
color:#666666;
display:block;
font-size:11px;
font-weight:normal;
text-align:right;
width:140px;
}
#stylized input{
font-size:12px;
padding:4px 2px;
border:solid 1px #bbb;
}

#stylized select{
font-size:12px;
padding:4px 2px;
border:solid 1px #bbb;
}

#stylized button{
clear:both;
height:31px;
background:#666666 url(../images/button.png) no-repeat;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
cursor: pointer;
}

#botao1{
clear:both;
height:31px;
background:#666666;
text-align:center;
line-height:31px;
color:#FFFFFF;
font-size:12px;
font-weight:bold;
cursor: pointer;
float:left;
margin-right: 10px;
}