* {
margin: 0;
padding: 0;
font: 100% Arial,Helvetica,sans-serif;
}
html,body {
height: 100%;
}
a {
color: #5c6885;
}
a:hover {
background: #d8d8d8;
}
img {
border: 0;
}
#wrapper {
height: 100%;
width: 750px;
margin: 0 auto;
font-size: .81em;
}
h1 {
padding: 100px 0 0 0;
}
h1 a {
background: #fff url(/gfx/logotype_smallm.png) no-repeat top left;
height: 85px;
width: 300px;
margin: 0 auto;
display: block;
text-indent: -9999px;
}
h1 a:hover {
background: #fff url(/gfx/logotype_smallm.png) no-repeat top left;
}
div.content {
margin: 30px 0 0 0;
}
input.longurl {
background: url(/gfx/input_bg.png) repeat-x top left;
height: 40px;
width: 588px;
padding: 0 5px;
color: #b6b6b6;
border: 1px solid #d8d8d8;
font-size: 28px;
font-weight: bold;
float: left;
}
input.submit {
float: right;
}
#result {
height: 270px;
width: 750px;
clear: both;
position: relative;
top: 7px;
text-align: center;
}
#result ul {
height: 270px;
width: 590px;
margin: 0 auto;
}
#result li {
height: 270px;
margin: 0 30px 0 0;
list-style-type: none;
float: left;
}
#result img {
border: 2px solid #fff;
cursor: pointer;
display: none;
}
#result img:hover {
border: 2px solid #d8d8d8;
}
#result img.active {
border: 2px solid #5c6885;
}
#result li.small {
width: 84px;
}
#result li.small img {
position: relative;
top: 70px;
}
#result li.medium {
width: 166px;
}
#result li.medium img {
position: relative;
top: 30px;
}
#result li.large {
width: 248px;
}
div.text {
width: 230px;
position: relative;
top: -15px;
font-size: .88em;
text-align: left;
margin: 0 auto;
}
div.text span {
color: #5c6885;
display: block;
}
#footer {
width: 750px;
margin: 0 auto;
text-align: center;
border-top: 1px solid #d8d8d8;
font-size: .88em;
position: absolute;
bottom: 5px;
left: 0;
right: 0;
}
#footer a {
color: #000;
text-decoration: none;
}
#footer a:hover {
background: none;
}
#footer li {
display: inline;
list-style-type: none;
margin: 0 10px 0 0;
}
#footer ul {
padding: 5px 0 5px	 0;
}
.bold {
font-weight: bold;
}
.italic {
font-weight: italic;
}
#copy {
opacity: 0;
text-decoration: none;
font-size: 1.25em;
position: relative;
top: -10px;
}