a{
    color: #4FA7FF;
}

.user_nav{
    position: absolute;
    top: 30px;
    right: 50px;    
}

#user_link{
    background: white;
    float: right;
    color: #666;
}

#username{
    padding: 10px;  
    cursor: pointer;
    direction: ltr;
}

#user_link li{
    position: relative;
    list-style: none;    
}

#user_dropdown{
    width: 150px;
    position: absolute;
    right: -1px;
    z-index: 9999;
    display: none;
    border: solid 1px gray;
    background: white;
}

#user_dropdown li{
}

#user_dropdown a{
    display: block;
    width: 150px;
    text-align: center;
    padding: 5px 0;
    line-height: 16px;
    color: #008ED2;
}

#user_dropdown a:hover{
    background: #008ED2;
    color: white;
}

#main_login{
    background: white;
    float: right;
    color: #666;
    margin: 16px 20px;
    padding: 0 5px;  
}

.twitter_login{
    background: url(/images/twitter_login.png);
    display: block;
    width: 158px;
    height: 28px;
}

#container{
    direction: rtl;
    width: 100%;


    min-height: 250px;
    position: absolute;
    top: 50%;
    margin-top: -100px;
/*    background: #a3c0dc;
    -webkit-box-shadow: -1px 3px 14px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -1px 3px 14px rgba(50, 50, 50, 0.75);
    box-shadow:         -1px 3px 14px rgba(50, 50, 50, 0.75); */                          
}

#main{
    direction: rtl;
    width: 100%;
    min-height: 600px;   

    text-align: center;
    padding: 20px 0;
    margin-bottom: 50px;       
}

#notice{
    border: solid 1px #666;
    border-radius: 5px;
    width: 610px;
    margin: 0 auto 20px;
    padding: 10px;
    background: #da4f49;
    box-shadow: 0 0 6px #666;
}

#box{
    border: solid 1px #666;
    border-radius: 5px;            
    width: 610px;
    margin: 0 auto;
    padding: 10px;
    background: #F7F7F7;
    box-shadow: 0 0 6px #666;                        
}

.input{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: solid 1px #CECECE;
    box-shadow: 0 0 6px #DEDEDE;
    -moz-box-shadow: 0 0 6px #DEDEDE;
    -webkit-box-shadow: 0 0 6px #DEDEDE;     
}

.input:focus{
    border: solid 1px #CECECE;
    box-shadow: 0 0 6px #0064CD;     
}

#url{
    width: 500px;
    padding: 7px;
    direction: ltr;    
}

#url:focus{
    border: solid 1px #CECECE;
    box-shadow: 0 0 6px #0064CD;    
}

#wish{
    direction: ltr;
    margin-top: 20px;
    padding: 3px;
}

.label{
    font-size: 11px;
}

#submit{
    width: 70px;
    height: 35px;
    margin-left: 10px;
    cursor: pointer;
    font-size: 12px;
    background-color: #0064CD;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    text-shadow: 0 1px 0 #0064CD;
    background-color: #0286D5;
    background-image: -moz-linear-gradient(top,#049CDB,#0064CD);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#049CDB),to(#0064CD));
    background-image: -webkit-linear-gradient(top,#049CDB,#0064CD);
    background-image: -o-linear-gradient(top,#049CDB,#0064CD);
    background-image: linear-gradient(to bottom,#049CDB,#0064CD);
    background-repeat: repeat-x;
    border-color: #0064CD #0064CD #003F81;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;        
}

#submit:active{
    background: #666;
}

#shortens{
    color: #003A75;
    width: 610px;
    padding: 10px;
    overflow-x: hidden;
    margin: 20px auto;
    margin-top: 20px;
    text-align: left;
    display: none;
    border: solid 1px #666;
    border-radius: 5px;            
    background: #F7F7F7;
    box-shadow: 0 0 6px #666;     
}

.shorten{
    padding: 5px;
}

.primary_url{
    direction: ltr;
    margin-bottom: 5px;
}

.copy{
    background: #FFC1A4;
    border-radius: 15px;
    font-size: 10px;
    padding: 2px 5px;
    margin-left: 20px;
    cursor: pointer;
    display: none;
}

.shorten_url{
    border-radius: 10px;
    outline: 0;
    border: solid 1px #666;
    padding: 0 5px;
    background: white;
    direction: ltr;
    width: 140px;
}

.uri_box{
    direction: ltr;
}

.stat_link{
    direction: rtl;
    margin-left: 50px;
}

#about{
    text-align: right;
    width: 640px;
    padding: 20px;
    background: white;
    margin: 20px auto;
    font-size: 12px;
    line-height: 20px;
    border-radius: 5px;
}

#whatis{
    direction: rtl;
    background: url(/images/icon/whatis.png) no-repeat right top;
    padding-right: 53px;
    overflow: auto;    
}

hr{
    margin: 20px;
}

#pros{
    list-style: none;
    overflow: auto;
}

#pros li{
    width: 220px;
    padding-right: 50px;
    float: right;
    margin-left: 50px;
    margin-bottom: 20px;
}

#first{
    background: url(/images/icon/privacy.png) no-repeat right top;
}
#second{
    background: url(/images/icon/analysis.png) no-repeat right top;
}
#third{
    background: url(/images/icon/noads.png) no-repeat right top;
}
#fourth{
    background: url(/images/icon/forever.png) no-repeat right top;
}

#error{
    position: fixed;
    width: 100%;
    height: 20px;
    padding: 7px;
    top: 0;
    background: #A80000;
    color: white;
    text-align: center;
    font-size: 13px;
    line-height: 18px;
    display: none;
}

#loader{
    z-index: 9999;
    position: fixed;
    top: 50%;
    right: 50%;
    display: none;            
}

#logo{
    display: block;
    margin: 30px auto;
}

#shortens{
    line-height: 18px;
}

.favicon{
    float: left;
    margin-right: 5px;
}

.title{
    line-height: 20px;
    font-size: 12px;
}

.description{
    clear: both;
    color: black;
    margin: 3px 0;
}