html,body,ul,li,img,h1,h2,h3,p{
margin:0;
padding:0;
border:0;
color:#666;
}

body{
text-align:center;
background:url(../images/body-bg.png) repeat-x;
font-family:helvetica,sans-serif;
padding-top:20px;
}

a{
color:#666;
text-decoration:underline;
}
a:hover{
color:#666;
text-decoration:underline;
}

#wrapper{
margin:1em auto;
padding:5px;
text-align:center;
width:760px;

}

.left,.right{
width:374px;
}

.clearfix{
clear:both;
}


.focus:focus{
background:#777;
}


#logo{
    width:100%;
    text-align:center;}
    



#url{
font-size:30px;
font-weight:normal;
margin:auto;
width:500px;
padding:5px;
text-align:center;
border:2px #0086cb solid;
color:#0077b9;

background:#f7f7f7;
}

#submit{
border:2px #0086cb solid;
padding:5px;
font-size:30px;
font-weight:normal;
border:2px #0086cb solid;
color:#0077b9;
}

#options{text-align:center;}
#options label{
   width:50px;
   display:inline;
}

#options input{
   width:50px;
   display:inline;
}

#submitform legend{
    color:#666;
}


#longurl{
    text-align:center;
    
}

#recenturls{
text-align:left;
}




#recenturls ul{
list-style:none;
padding:0;
margin:0;
}

#recenturls li{
padding:0;
margin:0;
border-top:1px silver solid;
}


.screenshot{
margin:5px;
padding:1px;
float:left;
border:1px silver solid;
}


#footer{
border-top:1px silver solid;
text-align:center;
}
.title{
font-size:18px;
font-weight:normal;
color:#666;
}

p{
font-size:15px;
font-weight:normal;
color:#666;
}

.date{
color:#666;
font-size:12px;
font-style:italic;
float:right;
width:100px;
text-align:right;
}

#output{
text-align:left;
margin:auto;
width:500px;

}

#output textarea{
border:1px silver solid;
background:#f5f5f5;
color:#777777;

}
