2012-04-12 14:18:58 +00:00
|
|
|
#search{border-radius: 5px; margin:10px;margin-top:25px;}
|
|
|
|
input {
|
|
|
|
border:none;
|
|
|
|
-webkit-border-radius:5px;
|
|
|
|
-moz-border-radius:5px;
|
|
|
|
border-radius:5px;
|
|
|
|
-webkit-box-shadow:0 0 5px #666 inset;
|
|
|
|
-moz-box-shadow:0 0 5px #666 inset;
|
|
|
|
box-shadow:0 0 5px #666 inset;
|
|
|
|
height:15px;
|
|
|
|
line-height:25px;
|
|
|
|
width:200px;
|
|
|
|
text-indent:5px;
|
|
|
|
}
|
|
|
|
#eric {
|
|
|
|
font: 15px Tahoma, Helvetica, Arial, Sans-Serif;
|
|
|
|
text-align: center;
|
|
|
|
color: #222;
|
|
|
|
text-shadow: 0px 1px 1px #555;
|
2012-11-05 15:04:54 +00:00
|
|
|
}
|