form {
width:402px;
background:#111;
border:1px #AAE solid;
color:#CCF;
padding:5px;
text-align:left;
}
form img {
width:400px;
height:50px;
}
form input,form textarea {
background:#FFE0E8;
width:100%;
color:#559;
margin-left:2px;
border:0;
cursor:default;
font:bold 8pt Tahoma,Verdana,Geneva,Helvetica,sans-serif;
}
form textarea {
overflow:auto;
margin-bottom:5px;
}
.btn {
border:1px #BAB solid;
background:#AAE;
color:#559;
width:80px;
cursor:pointer;
cursor:hand;
}
fieldset {
border:1px #888 solid;
margin:5px;
width:400px;
text-align:center;
}
legend {
padding:0 5px;
color:#888;
font-variant:small-caps;
}
fieldset button {
margin:5px 5px 10px;
width:180px;
border:0;
background:#CCE url(img/btn1.png);
color:#414;
font:small-caps bold 9pt Tahoma,Geneva,sans-serif;
cursor:pointer;
cursor:hand;
}
hr {
background:#FDF;
color:#FDF;
height:1px;
margin:25px 5px 15px;
}
b {
color:#CCF;
}
center a,center a:visited {
background:#000 !important;
color:#888 !important;
font-weight:normal;
}