body {
    background-color: #B8D7E5;
    font-family:Arial;
}
#main {
    width: 850px;
    border: dotted 0px #cecece;
    position: absolute;
    left: 50%;
    margin-left: -425px;
}
#header {
    padding: 13px;
    margin: 13px;
    margin-top: 44px;
    border: dotted 0px #cecece;
    text-align: center;
    color: white;
}
#header a {
    margin-left: 20px;
    margin-right: 20px;
    padding: 4px;
    text-decoration: none;
    color: blue;
}
#header a:hover {
    color: #480091;
    background-color: white;
}
#content {
    padding: 13px;
    margin: 13px;
    border: solid 0px #cecece;
    background-color: #FFF;
}
#footer {
    padding: 13px;
    margin: 13px;
    border: dotted 0px #cecece;
    text-align: center;
}
#footer a {
    text-decoration: none;
    color: blue;
    padding: 4px;
}
#footer a:hover {
    color: #480091;
    background-color: white;
}
#footer img {
    margin-bottom: -8px;
	border: 0px;
}
h1 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 0px;
}
a {
    color: #000;
}

/** INDEX PAGE **/
#logo {
    width: 50px;
    margin-bottom: -20px;
    margin-right: 14px;
    margin-left: 20px;
}
#share-dialog {
    display: none;
}
#qr-code-dialog {
    display: none;
}

/** SHORTENER BOX **/
#url-shortener {
    width: 800px;
    height: 430px;
    background-color: white;
    padding-top: 14px;
    border: solid 0px #E6E6E6;
    text-align: left;
    margin-left: -5px;
}
#work-box {
    margin: 24px;
}
#error-box{
    display: none;
    padding: 4px;
    margin-top: -33px;
    width: 520px;
    float: right;
}
#error-box span{
    float: left;
    margin-right: .3em;
}
#long-url {
    width: 100%;
    font-size: 54px;
    background-color: #E6E6E6;
}
#specify-url-box {
    margin-top: 14px;
    margin-bottom: 14px;
}
#custom-path-label {
    visibility: hidden;
    font-weight: bold;
    color: #000;
}
#custom-path {
    visibility: hidden;
    width: 144px;
}
#shorten-url-button {
    width: 204px;
    height: 36px;
    margin-right: 5px;
    display: block;
    font-size: 18px;
}
#result-box {
    margin: 24px;
    background-color: #FBF9EE;
    background-color: #FFED00;
    padding: 14px;
    border: 1px solid #FCEFA1;
    visibility: hidden;
}
#result-message {
    display: block;
    margin: 14px;
    margin-left: 0px;
    font-size: 28px;
}
#short-url {
    width: 100%;
    font-size: 34px;
    display: block;
    margin-bottom: 8px;
}
#copy-link-button, #open-link-button, #share-link-button, #view-qr-code-button {
    width: 173px;
    height: 32px;
    margin-right: 2px;
    margin-left: 2px;
}
#share-box {
    margin-bottom: 24px;
    padding: 4px;
}
#share-box label {
    color: #444444;
}
#share-box a {
    margin-left: 4px;
    margin-right: 4px;
    color: blue;
    text-decoration: none;
}
#share-box a:hover {
    background-color: #FFF;
}
#share-box img {
    margin-bottom: -7px;
    margin-right: 4px;
}
#share-twitter {
    font-size: 14px;
}
#share-facebook {
    font-size: 12px;
}
#share-friendfeed {
    font-size: 12px;
}
#share-tumblr {
    font-size: 14px;
    display: none;
}

/** LINKS PAGE **/
#user-links {
    border-collapse: collapse;
    border: solid 1px #cecece;
    width: 100%;
}
#user-links tr td {
    border-collapse: collapse;
    border: solid 1px #cecece;
    padding-left: 2px;
    padding-right: 2px;
}
#user-links .long {
    width: 520px;
}
#user-links .short {
    width: 122px;
}
#user-links .visits {
    text-align: center;
    display: block;
    font-weight: bold;
}
#user-links .more {
    width: 50px;
    display: block;
    background-color: #fff;
    padding: 4px;
    text-align: center;
    color: #000;
}
#user-links .more:hover {
    background-color: #cecece;
}
#search-input {
    width: 350px;
}
#search-button {
    width: 144px;
}

/** PAGINATOR **/
.paginator {
    margin-top: 14px;
    background-color: #FFF;
    padding: 12px;
    border-radius: 3px;
}

.paginator a {
    padding: 6px;
    margin: 4px;
    color: #000;
}

.paginator strong {
    padding: 6px;
    margin: 4px;
    border: solid 1px #CCC;
    background-color: #FFF;
}

/** LINK DETAILS PAGE **/
#link-details #micro-link-info {
    border-collapse: collapse;
}
#link-details #micro-link-info #micro-long-url {
    width: 660px;
}
#link-details #micro-link-info tr td {
    border: solid 1px #cecece;
    padding-left: 8px;
    padding-right: 8px;
}
#link-details #update-link-box {
    padding: 14px;
}
#link-details #update-link-box label{
    display: block;
    float: left;
    width: 114px;
}
#link-details #update-link-box #upd-long-url{
    width: 613px;
}
#link-details #update-link-box #upd-short-url-path{
    width: 613px;
}
#link-details #update-link-box #update-link-button{
    width: 144px;
    margin-left: 112px;
    margin-top: 18px;
}
#link-details #update-link-box #delete-link-button{
    width: 144px;
    margin-left: 112px;
    margin-top: 18px;
    float: right;
    color: red;
}
#link-details #visits-box {
    margin-top: 14px;
}
#visits {
    border-collapse: collapse;
    border: solid 1px #cecece;
    width: 100%;
}
#visits tr td {
    border-collapse: collapse;
    border: solid 1px #cecece;
    padding-left: 8px;
    padding-right: 8px;
}
#visits .referer {
    width: 450px;
}

/** ABUSE PAGE */
#abuse #email {
    display: block;
    width: 255px;
    margin-bottom: 8px;
}
#abuse #message {
    display: block;
    width: 455px;
    height: 144px;
    margin-bottom: 14px;
}
#send-abuse-button {
    width: 144px;
}
#abuse #thanks {
    margin: 14px;
    margin-left: 0px;
    background-color: #FBF9EE;
    padding: 14px;
    border: 1px solid #FCEFA1;
    font-size: 20px;
}
#abuse #address {
    display: none;
}

/** CONTACT PAGE */
#contact #email {
    display: block;
    width: 255px;
    margin-bottom: 8px;
}
#contact #message {
    display: block;
    width: 455px;
    height: 144px;
    margin-bottom: 14px;
}
#send-contact-button {
    width: 144px;
}
#contact #thanks {
    margin: 14px;
    margin-left: 0px;
    background-color: #FBF9EE;
    padding: 14px;
    border: 1px solid #FCEFA1;
    font-size: 20px;
}
#contact #address {
    display: none;
}
#use-norefs-span {
    visibility: hidden;
}