@charset "UTF-8";
* {
margin: 0;
padding: 0;
}
html {
background: #F0F0F0;
color: #000000;
font-family: "Segoe UI", "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif;
font-size: 80%;
}
body {
position: absolute;
left: 50%;
width: 50em;
background: #FFFFFF url('tools.png') 3.5em 5.5em no-repeat;
border: 1px solid #A0A0A0;
color: #000000;
margin: 9em 0 0 -25em;
padding: 0 0 2em 0;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
a {
color: #08658F;
text-decoration: none;
}
a:hover {
color: #0092BF;
}
a img {
border: none;
}
#content strong {
color: #008CBA;
font-weight: normal;
letter-spacing: 1px;
line-height: 1.8em;
}
#header {
background: #F6F6F6;
border-bottom: 1px solid #A0A0A0;
padding: 0.4em 0em;
text-align: center;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 9px;
-moz-border-radius-topright: 9px;
}
#content {
padding: 2.5em 2em 0 11em;
}
#content form p {
margin: 5px 0;
}
h1 {
font-size: 200%;
font-weight: normal;
border-bottom: 1px solid #E3E3E3;
margin-bottom: 0.8em;
}