1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
#monForm {
display:inline;
float:left;
overflow:hidden;
padding:0px;
width:278px;
height:18px;
margin-left:30px;
margin-top:10px;
border-bottom:1px solid #6A6A6A;
margin-left:100px;
}
#monForm input[type="text"]
{
border:0px;
background:transparent;
width:180px;
margin-left:10px;
font-size:12px;
color:##04B404;
outline:none;
}
#monForm input[type="submit"]
{
border:0px;
background:transparent;
font-size:12px;
color:#6C3306;
width: 27%;
}
#monForm input[type="submit"]:hover
{
background-color: #6C3306;
color:#F4EBDA;
cursor: pointer;
} |