/* Start of CMSMS style sheet 'Bilhete' */
.bilhete {margin-top:100px; height:375px;}

.bilhetetd.topleft, .bilhete td.topright, .bilhete td.bottomleft, .bilhete td.bottomright { height:10px; overflow:hidden; padding:0 !important; width:10px !important; }
.bilhete td.topleft { background:transparent url(images/bordas.png) no-repeat scroll 0 0; }
.bilhete td.topright { background:transparent url(images/bordas.png) no-repeat scroll 0 -10px; }
.bilhete td.bottomleft { background:transparent url(images/bordas.png) no-repeat scroll 0 -20px; }
.bilhete td.bottomright { background:transparent url(images/bordas.png) no-repeat scroll 0 -30px; }
.bilhete td.top, .bilhete td.bottom { background:transparent url(images/bordas.png) repeat-x scroll 0 -40px; }
.bilhete td.side { background:transparent url(images/bordas.png) repeat-y scroll -10px 0; }
.bilhete td.content { background-color:white; direction:ltr; padding:0; vertical-align:top; width:748px; }
div.content {padding: 5px;}

input[type=text],input[type=password],input.text{
width:200px;
height:19px;
padding:2px 0 0 8px;
margin:0;
background:transparent url(images/box.jpg) no-repeat top left;

background-color: transparent;
border-bottom-style: inset;
border-bottom-width: 0px;
border-left-style: inset;
border-left-width: 0px;
border-right-style: inset;
border-right-width: 0px;
border-top-style: inset;
border-top-width: 0px;
color: rgb(45, 16, 211);
display: inline-block;
font-size: 12px;
}

input.text{
height:20px;
}

.input, .input2{
background:transparent url(images/box.jpg) no-repeat right bottom;
padding-right:8px;
width:208px;
}

.input2{
width:150px;
float: left;
margin-right:8px;
}

.input2 input[type=text],.input2 input[type=password],.input2 input.text{
width:142px;
}

input[type=button],input[type=submit],input[type=reset],input.button{
padding:0;
border:0;
margin:0;
background:transparent url(images/button.jpg) no-repeat top left;
height:20px;
width: 70px;
cursor:pointer;
}

.button{
width: 70px;
background:transparent url(images/button.jpg) no-repeat right bottom;
padding-right:4px;
height:20px;
float:left;
margin-left: 20px;
}

.content {
    font-size: 13px;
    color: rgb(18, 6, 82);
  }
/* End of 'Bilhete' */

