@charset "utf-8";
*{
margin:0px;
padding:0px;
}
body{
text-align:center;
background-color:#000000;
}
#wrap{
width:700px;
margin-left:auto;
margin-right:auto;
margin-top:30px;
font-family:Georgia, "Times New Roman", Times, serif;
color:#a27814;
font-size:12px;
}
a:link{
color:#FFFFFF;
text-decoration:none;
}

a:visited{
color:#FFFFFF;
text-decoration:none;
}
a:active{
color:#FF0000;
}
a:hover{
text-decoration:underline;
}

h1{
font-size:17px;
font-weight:normal;
margin-bottom:30px;
}
h2{
font-size:20px;
font-weight:normal;
}
.urlinput
{
color:#000000;
font-size:17px;
padding:6px;
font-family:Georgia, "Times New Roman", Times, serif;
background-color:#d7d7d7;
border:none;
}
.submit{
background-image:url(submitbtn.gif);
background-position:0px 0px;
width:129px;
height:34px;
border:none;
cursor:pointer;
margin:0px;
padding:0px;
overflow:visible;
}
.submit:hover{
background-position:0px 34px;
}

#shorten{
text-align:center;
}

p{
margin:20px 0 20px 0;
}

#output{
font-size:17px;
}
#fineprint{
margin-top:70px;
font-size:9px;
color:#666666;
font-family:Arial, Helvetica, sans-serif;
}
#related{
font-size:10px;
}
.ad
{
text-align:center;
}