/* CSS Document */

input[type=text] {
color: #666666;
height: 24px;
width: 200px;
border-style: solid;
border-width:1px;
border-color:#C0C0C0;
background-color: #EFEFEF;
font-family: Trebuchet MS;
font-size: 14px
font-style: bold
}
input[type=password] {
color: #666666;
height: 24px;
width: 200px;
border-style: solid;
border-width:1px;
border-color:#C0C0C0;
background-color: #EFEFEF;
font-family: Trebuchet MS;
font-style: bold
font-size: 14px

}

select {
color: #666666;
height: 24px;
width: 300px;
border-style: solid;
border-width:1px;
border-color:#C0C0C0;
background-color: #EFEFEF;
font-family: Trebuchet MS;
font-style: bold
font-size: 14px
}
