/* CSS Document */

input[type=text] {
color: #C0C0C0;
height: 20px;
width: 105px;
border-style: solid;
border-width:1px;
border-color:#810102;
background-color: #A44040;
font-family: Trebuchet MS;
font-size: 10px
font-style: bold
}
input[type=password] {
color: #C0C0C0;
height: 20px;
width: 105px;
border-style: solid;
border-width:1px;
border-color:#810102;
background-color: #A44040;
font-family: Trebuchet MS;
font-style: bold
font-size: 10px

}
#btn {
background-image:url(images/btn.jpg);
font-color: transparent;
font-size: 0px
margin-top: 10px
font-family: Trebuchet MS;
width: 45px;
height: 20px;
border:none;
cursor:pointer;

}
.loginformtext{
color: #C0C0C0;
height: 20px;
width: 105px;
border-style: solid;
border-width:1px;
border-color:#810102;
background-color: #A44040;
font-family: Trebuchet MS;
font-size: 10px
font-style: bold
}
