@CHARSET "utf-8";

/* >>>> by eric meyer http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/  START >>>> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100.1%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1.2;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0 !important;
}
/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}
button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { border: none; }
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* <<<< by eric meyer http://meyerweb.com/eric/thoughts/2008/01/15/resetting-again/ <<<< END */



body, input {
    color: #000;
    font-family: "Trebuchet MS", Georgia,"Times New Roman",Times,serif;
    font-size: 101.1%;    
}

.page {
    width: 95%;
    max-width: 945px;
    margin: 0 auto;
    
}
.pageHeader {
	padding: 10px 0 0 15px;
    min-height: 110px;
}
.pageHeader h1 {
    float: left;
    width: 290px;
    height: 100px;
}
.pageHeader h1 a {
	text-indent: -3000px;
    background-repeat: no-repeat;
    width: 290px;
    height: 100px;
    display: block;
}

.pageHeader .auth {
    float: right;
    width: 65%;
    margin: 30px 0 0 0;
}
.authDirectHolder,
.userHolder,
.authFormHolder {
    background: #e9e9e9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -opera-border-radius: 10px;    
    padding: 1.5%;
    font-size:1.05em;    
}
.userHolder {
	float: right;
    width: 190px;
    height: 48px;
}
.authDirectHolder {
    width: auto;
}
.authFormHolder {
    width: 60%;
}
.authOr {
    width: 34px;
    background: url("/images/auth_or_arrow.jpg") no-repeat center 24px;
}
.authOr,
.authDirectHolder,
.authFormHolder {
	display: block;
    float: right;
    height: 48px;
}
		
.authDirectHolder input,
.authFormHolder input {
    border: 0;
    color: #aeaeae;
    font-style: italic;
    float: left;
    width: 35%;
    height: 20px;
    margin: 0.8%;
    background: #fff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    padding: 6px 5px 4px 5px;
}
.authDirectHolder BUTTON {
    border: 0;
    margin: 0.8%;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    padding: 4px 40px;
    background: #79a700;
    color: #fff;
    font-style: normal;
    cursor: hand;
    cursor: pointer;
    height: 30px; 
    font-size:1.05em;
    text-align: center;
    font-family: "Trebuchet MS", Georgia,"Times New Roman",Times,serif;
}
.authDirectHolder BUTTON a {
    color: #fff;
    text-decoration: none;
}
.authFormHolder #password {
    background: url("/images/password_txt_en.gif") 3px 8px no-repeat #fff;
}
.authFormHolder #password.de {
    background: url("/images/password_txt_de.gif") 3px 8px no-repeat #fff;
}
.authFormHolder #login {
    background: #79a700;
    width: 16%;
    color: #fff;
    font-style: normal;
    cursor: hand;
    cursor: pointer;
    height: 30px; 
    text-align: center;  
    padding-top: 4px; 	
}
.authDirectHolder p,
.userHolder p a,
.authFormHolder p {
    color: #757b5f;
    font-style: italic;
    padding: 1px 5px 0 5px;
    font-size: 0.8em;
}
.userHolder p {
    padding: 0 1%;
}
.userHolder p a {
    font-weight: normal;
    text-decoration: underline;
    padding: 0;
}
.userHolder p a.email {
    font-style: normal;
    color: #79a700;
    font-weight: bold;
    padding: 0;
}


.pageLeft {
	float: left;
    min-width: 520px;    
    width: 76%;
}
.pageRight {
    width: 22%;
    float: right;
}
.pageRight .box {
	margin-bottom: 30px;
	padding: 12px 10px;
    border: 2px solid #e9e9e9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -opera-border-radius: 10px;
       
}
.pageRight .box h3 {
    font-size: 1.3em;
    font-weight: normal;
    color: #898989;
    padding: 0 0 5px 0;    
}

.pageRight .box h4 {
    color: #757b5f;
    font-style: italic;    
    font-size: 0.9em;
    padding: 5px 0 3px 0;
}
.pageRight .box p.desc {
    color: #797979;
    font-size: 0.7em;
    padding-bottom: 15px;
    font-family: Verdana, sans-serif;
}
.pageRight .box p.desc a {
    color: #797979;
}
.pageRight .box .ffaddon,
.pageRight .box .bookmarklet {
	text-align: center;
	margin: 8px 0 10px 0;
}
.pageRight .box .ffaddon a,
.pageRight .box .bookmarklet a {
	font-family: Verdana, sans-serif;
    background: url("/images/sidebar_btn_bg.gif") repeat-x #696969;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 0.7em;
    font-weight: normal;
    padding: 4px 12px;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    text-decoration: none;
}
.pageRight .favorites ul li {
    padding-bottom: 15px;
}
.pageRight .favorites .range {
    margin-bottom: 10px;
}
.pageRight .favorites .range a {
    font-family: Verdana, sans-serif;
    background: url("/images/action_btn_bg.gif") repeat-x #fdc72f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    border: 0;
    color: #cd6601;
    font-size: 0.7em;
    font-weight: normal;
    padding: 4px 4px;
    margin-right: 4px;
    display: block;
    float: left;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    text-decoration: none;
}
.pageRight .favorites .range a:hover {
    background: url("/images/action_btn_click_bg.gif") repeat-x #fdc72f;    
}
.pageRight .favorites .range a.active:hover,
.pageRight .favorites .range a.active {
    background: #bfbfbf;
    color: #888888;
}
.pageRight .favorites span {
    color: #828282;         
}
.pageRight .favorites ul li p {
    font-size: 0.8em;
    font-weight: bold;
    color: #828282;       
    
}
.pageRight .favorites ul li .target a {
    color: #a7c15c;    
}
.pageRight .favorites ul li .short a {
    color: #9ca18b;
    text-decoration: none;
    font-style: italic;
}
.pageRight .favorites ul li .action a {
    color: #828282;    
}
.pageRight .favorites ul li p.count {
    color: #9ca18b;
    font-style: italic;
    font-size: 0.8em;
}

.pageRight .box .topRedirecs {
	text-align: center;
	margin: 5px 0 20px 0;
}

.pageRight .box .topRedirecs a {
    font-family: Verdana, sans-serif;
    background: url("/images/action_btn_bg.gif") repeat-x #fdc72f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    border: 0;
    color: #cd6601;
    font-size: 0.7em;
    font-weight: normal;
    padding: 5px 26px;    
    cursor: pointer;
    cursor: hand;
    text-decoration: none;    
}
.pageRight .box .topRedirecsImg img {
    position: absolute;
    margin: -40px 0 0 8px;
}
.pageRight .box .topRedirecs a:hover {
    background: url("/images/action_btn_click_bg.gif") repeat-x #fdc72f;    
}



.topRange {
    margin: 1.5% 3%;
}
.topRange a {
    background: url("/images/action_btn_bg.gif") repeat-x #fdc72f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    border: 0;
    color: #cd6601;
    font-size: 1.1em;
    font-weight: normal;
    float: left;
    padding: 3px 3%;    
    margin: 5px 5px;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    text-decoration: none;    
}
.topRange a:hover {
    background: url("/images/action_btn_click_bg.gif") repeat-x #fdc72f;
}
.topRange a.inactive:hover,
.topRange a.inactive {
    background: #bfbfbf;
    color: #888888;
}
.top {
    background: #e9e9e9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -opera-border-radius: 10px;    
    height: 36px;
    margin-bottom: 10px;
    padding: 0 20px 0 80px;
    cursor: pointer;
    cursor: hand;
}
.top div {
    float: left;
}
.top div.count {
    float: right;
    color: #a7a7a7;
    text-align: right;
    font-size: 1.5em;
    padding-top: 4px;
}
.top div .title a {
    color: #757b5f;
    font-size: 1em;
    text-decoration: none;
}
.top div .target a {
    color: #999999;
    font-size: 0.7em;
    text-decoration: none;
}
img.top1  {
    position: absolute;
    z-index: 100;
    margin: -5px 0 0 2px;    
}
.top2 {background: url("/images/top/2.jpg") 18px 1px no-repeat #e9e9e9;}
.top3 {background: url("/images/top/3.jpg") 18px 1px no-repeat #e9e9e9;}
.top4 {background: url("/images/top/4.jpg") 18px 1px no-repeat #e9e9e9;}
.top5 {background: url("/images/top/5.jpg") 18px 1px no-repeat #e9e9e9;}
.top6 {background: url("/images/top/6.jpg") 18px 1px no-repeat #e9e9e9;}
.top7 {background: url("/images/top/7.jpg") 18px 1px no-repeat #e9e9e9;}
.top8 {background: url("/images/top/8.jpg") 18px 1px no-repeat #e9e9e9;}
.top9 {background: url("/images/top/9.jpg") 18px 1px no-repeat #e9e9e9;}
.top10 {background: url("/images/top/10.jpg") 18px 1px no-repeat #e9e9e9;}



.inquiry,
.tweetExample,
.features,
.head,
.tweet,
.shortUrl,
.longUrl {
    background: #364214;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -opera-border-radius: 10px;    
    padding: 1.5% 0 3% 0;
}
.inquiry,
.features {
    background: #6F9D00;
    color: #fff;    
    padding: 1.5% 3% 3% 3%;
    margin-bottom: 1%;    
}
.inquiry h2,
.features h2 {
    font-size: 1.3em;
    font-weight: normal;
}
.features ul {	
    list-style: none;
}
.features ul li {
	font-size: 1.3em;
	background: url("/images/feature_wing.gif") no-repeat left center;
	padding: 5px 0 5px 60px;	   
}
.features ul li a {
    color: #fff;
}
.features button.close {
	width: 59px;
	height: 59px;
	float: right;
	border: 0;
	cursor: pointer;
	cursor: hand;
    background: url("/images/feature_close.jpg") no-repeat;
}
.tweetExample,
.tweet {
	margin-top: 32px;
    background: #84bfed;
}
.tweetExample {
    margin: 1% 7% 1% 7%;
    color: #fff;
    font-size: 1.1em;    
}
.shortUrl {
    background: #95cc01;
}
.formHolder {
    padding: 0 3% 0 3%;
}
.tweet label,
.shortUrl label,
.longUrl label {
    display: block;
    height: 1.4em;
    line-height: 1.4em;
    font-size: 1.3em;
    color: #fff;
}
.tweet label {
    color: #fff;    
}
.tweet #tw_text,
.shortUrl #shorturl,
.longUrl #longurl {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    background: #fff;
    width: 68%;
    border-top: 3px solid #e5e5e5;
    border-left: 3px solid #e5e5e5;
    padding: 6px 8px 2px 8px;
    height: 27px;
    float: left;
    font-size: 1.1em;
    font-family: "Trebuchet MS", Georgia,"Times New Roman",Times,serif;
}
.tweet #tw_text {
    height: 4em;
}
.shortUrl #shorturl {
    width: 36%;
}
.inquiry BUTTON,
.tweet button,
.shortUrl .open,
.shortUrl .button,
.longUrl button	 {
	background: url("/images/action_btn_bg.gif") repeat-x #fdc72f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    border: 0;
    color: #cd6601;
    font-size: 1.9em;
    font-weight: normal;
    float: right;
    height: 40px;    
    width: 25%;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    text-decoration: none;
}
.inquiry button.active,
.tweet button.active {
    background: url("/images/butt_load.gif") no-repeat center center #fdc72f;
}
.longUrlInactive button {
    background: #bfbfbf;
    color: #888888;
}
.longUrl button:active {
    background: url("/images/action_btn_click_bg.gif") repeat-x #fdc72f;
}
.shortUrl .open {
    margin-right: 6%;
}
.shortUrlInactive {
    background: #aeaeae;
}
.shortUrl .open:hover,
.shortUrl .button.active,
.shortUrl #copynew.click {
    background: url("/images/action_btn_click_bg.gif") repeat-x #fdc72f;
}
.tweetInactive button,
.shortUrlInactive .button.active,
.shortUrlInactive #copynew.click,
.shortUrlInactive .open:hover,
.shortUrlInactive .open,
.shortUrlInactive .button {
    background: #939393;
    color: #888888;
}

.tweet .buttons,
.tweet .message {
    float: left;
}
.tweet .message {
    width: 68%;
}
.tweet .message textarea#tw_text {
    width: 100%;
    height: 6.8em;
}
.tweet .buttons {
    width: 24%;
    margin-top: 1.8em;
    float: right;
}
.tweet .buttons .send {
    display: block; 
    height: 40px;
    margin-bottom: 10px;
}
.tweet .buttons .send button {
    width: 100%;
}
.tweet .buttons .fbtw div {
    margin-right: 3px; 
    float: left;
    width: 78px; 
    height: 33px; 
    padding: 0;
    background: url('/images/twitter_btn.gif') no-repeat;
}
.tweet .buttons .fbtw div.facebookBtn {
    background: url('/images/facebook_btn_i.gif') no-repeat;
}
.tweet .buttons .fbtw div input {
    margin: 10px 0 0 20px;
}
.tweet .buttons .fbtw div .click {
    background: 0;
    float: right;    
    width: 40px;
    display: block;
    height: 33px;
}
.tweet .buttons .future {
    margin-top: 10px;
    background: #40B1FF;
    padding: 2px;
}
.tweet .buttons .future p {
    font-size: 0.8em;
    color: #fff;
    font-weight: bold;
    padding: 0 0 2px 7px;
}
.tweet .buttons .future input {
    width: 93%;
    font-size: 0.8em;
    border: 0; 
    font-weight: bold;
    color: #888888;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -opera-border-radius: 3px;
    background: #fff;    
    border-top: 2px solid #e5e5e5;
    border-left: 2px solid #e5e5e5;
    padding: 0px 4px 1px 4px;    
}
div.ui-datepicker{
    font-size:11px;
}



.wishHolder {
    padding: 0 3% 0 3%;
}
.wishHolder a.txt {
    display: block;
    color: #78a105;
    font-weight: bold;
    font-style: italic;
    padding-left: 30px;
    margin: 5px 0px;
    width: 400px;
    background: url("/images/wishurl_arrow.jpg") left center no-repeat;
}
.wishHolder #wishurl {
    border: 0;
    border-top: 3px solid #e5e5e5;
    border-left: 3px solid #e5e5e5;
    width: 24%;
    padding: 5px;
    margin: 0 0.5% 0 30px;
    float: left;
}
.wishHolder button {
    float: left;
    height: 35px;
    width: 13%;    
}

.long2short {
    height: 32px;
    background: url("/images/long2short_arrow.gif") top center no-repeat;
}



.recentUser,
.recentShort {
    margin-top: 20px;
}
.recentUser h2,
.recentShort h2 {
    padding: 10px 20px;
    font-size: 1.3em;
    color: #364116;
}
.recentShort #recents {
	border-top: #bcbcbc dotted 2px;
	padding: 5px 20px;
	font-size: 1.05em;
}
#recents .recent {
    margin-bottom: 20px;
}
#recents .recent .target {
    color: #a7c15c;    
}
#recents .recent .short a {
    color: #9ca18b;
    text-decoration: none;
    font-style: italic;
}
#recents .recent .action a {
    color: #828282;    
}
#recents .recent a.remove {
    display: block;
    float: right;
    background: url('/images/recent_remove_btn.jpg') no-repeat;
    width: 30px;
    height: 28px;
}

.recentUser {
    padding: 1% 0 2% 0; 
}
.recentUser #recents {
    width: 100%;
}
.recentUser #recents thead tr td {
	padding-bottom: 1%;
	border-bottom: #bcbcbc dotted 2px;
	vertical-align: top;	
}
.recentUser #recents thead tr td a {
    color: #A7C15C;    
}
.recentUser #recents thead tr td a.asc {
	padding-left: 14px;
	background: url('/images/arrow_asc.png') no-repeat center left;
}
.recentUser #recents thead tr td a.desc {
	padding-left: 14px;
	background: url('/images/arrow_desc.png') no-repeat center left;
}
.recentUser #recents tr td {	
	padding: 0 1%;
	font-size: 1.05em;    
}
.recentUser #recents tbody tr td {
    padding-top: 1%;
    padding-bottom: 2%;
    font-size: 0.9em;
    font-weight: bold;
}
.recentUser #recents tr.recent td.redirect {
    padding-left: 3%;
    width: 40%;
}
.recentUser #recents tr td.total {
    
}
.recentUser #recents tr td.date,
.recentUser #recents tr td.today,
.recentUser #recents tr td.yesterday,
.recentUser #recents tr td.week,
.recentUser #recents tr td.total {
    text-align: center;
    width: 6%;
    color: #828282;
}
.recentUser #recents tbody tr td.date {
    font-size: 0.75em;
    font-weight: normal;
}
.recentUser #recents tr td.remove {
    width: 4%;
    padding-right: 3%;
    cursor: hand;
    cursor: pointer;        
}
.recentUser #recents tbody tr td.date {
    color: #AEAEAE;
}
.recentUser #recents tfoot tr td {
    text-align: center;
    padding-bottom: 1%;
    border-bottom: #bcbcbc dotted 2px;
}
.recentUser #recents tfoot tr td .pager {
    margin: 0 auto;
    border: 0;
}
.recentUser #recents tfoot tr td .pager td,
.recentUser #recents tfoot tr td .pager tr {
    border: 0;
}
.recentUser #recents tfoot tr td .pager span,
.recentUser #recents tfoot tr td .pager a {
    color: #fff;    
    display: block;
    background: url("/images/pager_sml_i.gif");
    width: 27px;
    height: 22px;
    margin: 3px;
    padding-top: 2px;
    text-decoration: none;    
    font-size: 1.05em;    
    font-weight: bold;
}
.recentUser #recents tfoot tr td .pager span {
    background: url("/images/pager_sml_a.gif");
    color: #828282;
}
.recentUser #recents tfoot tr td .pager a.next,
.recentUser #recents tfoot tr td .pager a.prev {
	padding-top: 1px;
    background: url("/images/pager_lrg_i.gif");
    height: 23px;
    width: 160px;    
}
.recentUser #recents tfoot tr td .pager span.next,
.recentUser #recents tfoot tr td .pager span.prev {
    width: 160px;
    background: none;
    color: #828282;
}

.recentUser #tweets td.msg {
	width: 60%;	
	padding-left: 3%;
}
.recentUser #tweets tr td {    
    padding: 0 1%;
    font-size: 1.05em; 
    color: #828282;   
}
.recentUser #tweets thead td {
    padding-bottom: 1%;
    border-bottom: #bcbcbc dotted 2px;
    vertical-align: top;
    color: #000;
}
.recentUser #tweets tbody tr td {
    padding-top: 1%;
    padding-bottom: 2%;
    font-size: 0.9em;
    font-weight: bold;
}
.recentUser #tweets tbody td.msg {
    padding-right: 2%;
}
.recentUser #tweets tr td.remove {
    width: 5%;
    padding-right: 3%;
    cursor: hand;
    cursor: pointer;        
}
.recentUser .search {
    background: #e9e9e9;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -opera-border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
}
.recentUser .search label {
    padding-right: 90px;
    font-weight: bold;
}
.recentUser .search input {
    border: 1px solid #36430e;
    width: 280px;
    height: 18px;
    padding: 2px 5px 3px;    
}
.recentUser .search BUTTON {
    font-family: Verdana, sans-serif;
    background: url("/images/sidebar_btn_bg.gif") repeat-x #696969;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    border: 0;
    color: #fff;
    font-size: 13px;
    font-weight: normal;
    padding: 4px 12px;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    text-decoration: none;
    margin-left: 20px;
}

.head {
    height: 15px;
    padding: 1% 3% 2% 3%;
}
.head h2 {
    color: #fff;
    font-size: 1.4em;
    font-weight: normal;    
}

.txt a {
    color: #A7C15C;  
    text-decoration: none; 
}
.txt p {
    padding: 1% 3% 2% 3%;
}
.txt h3, h4, h5 {
    padding: 1% 3% 2% 3%;     
}

.endline,
.txt h3 {
    font-size: 1.3em;
    border-bottom: #bcbcbc dotted 2px;
    color: #364116;
    padding: 10px 3%;
    margin: 0.75em 0 1% 0;
}
.txt h3.first {
    margin: 0.75em 0 1% 0;
}
.txt button {
    background: url("/images/action_btn_bg.gif") repeat-x #fdc72f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    border: 1px solid #fff;
    color: #cd6601;
    padding: 1%;
    font-size: 1em;
}
.txt button.active {
    border: 2px solid #cd6601;
    font-weight: bold;
}
.txt object {
    margin-bottom: 5%;
}
.txt #referrerstat {
    float: left;
    height: 250px;
    width: 250px;
}
.txt em {
	display: block;
    padding: 0.5% 3% 0.5% 3%;
    font-size: 0.9em;
}
.txt dl.pars p {
    line-height: 1.5em;
}
.txt dl.pars dt {
    font-size: 1.3em;
    padding-left: 3%;
    font-family: "courier new", sans-serif;
    font-weight: bold;
}
.txt dl.pars dd {
    padding: 0 0 5% 5%;
}
.txt code {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -opera-border-radius: 10px;    
    display: block;
    background: #e6e6e6;
    padding: 2% 3% 2% 3%;
    color: black;
    font-family: "courier new", sans-serif;
    margin-bottom: 0.5%;
}
.txt dl.meta {
    overflow: hidden;
    padding: 2% 3% 2% 3%;
}
.txt dl.meta dt {
    float: left;
}
.txt dl.meta dd {
	margin-left: 31%;
	padding-bottom: 0.5%;    
}

.userEditForm .submit {
    margin-left: 30%;
    width: 21.5%;
}
.userEditForm label {
    float: left;
    display: block;
    width: 30%;
    padding-top: 5px;
}
.userEditForm input {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;    
    display: block;
    width: 20%;
    padding: 5px;
    border: 1px solid grey;
    
}
.topRedirectForm h4 {
    padding-bottom: 0;
    padding-top: 15px;
}
.topRedirectForm input {
    display: block;
    float: left;    
    margin-right: 10px;
}
.topRedirectForm label {
    border: 0;
    width: 110px;
    display: block;
    float: left;
    cursor: pointer;
    cursor: hand;
    
}
.topRedirectForm input.topRedirecMin {
    width: 40px;
    text-align: center;
}
.topRedirectForm .topRedirecMinLabel {
    width: 240px;
    padding-top: 5px;
}
.topRedirectForm input.save {
    float: none;
    font-family: Verdana, sans-serif;
    background: url("/images/action_btn_bg.gif") repeat-x #fdc72f;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    border: 0;
    color: #cd6601;
    font-size: 1.1em;    
    padding: 4px 4px;
    margin: 3% 2%;
    display: block;
    width: 140px;
    cursor: pointer;
    cursor: hand;
    text-align: center;
    text-decoration: none;
}

.referrerTwitter {
    background: url('/images/twitter_icon.gif') no-repeat left center;
    padding-left: 18px;
}
.referrerFacebook {
    background: url('/images/facebook_icon.gif') no-repeat left center;
    padding-left: 19px;
}

.more {
    text-align: center;
}
.more a {
    color: #a7c15c;
}
.required {
    color: red;
}

.error {    
    background: #536c0e;
    margin-top: 1%;
    padding: 1% 3%;
    color: #fff;
    font-size: 1.3em;
}
.tweet .error {
    background: #cbe5ff;
    color: #003366;
}
.tweet .error a {
    color: #003366;
}


.lock {
    background: #e8e8e8;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -opera-border-radius: 5px;
    border: 0;    
    padding: 2px 10px;
    float: right;
}
.lock .public,
.lock .locked {
	color: #757B5F;		
    display: block;
    padding: 6px 10px 7px 40px;
    background: url('/images/stats_locked_btn.gif') no-repeat;
}
.lock a:hover.locked {
	background: url('/images/stats_public_btn.gif') no-repeat;
}
.lock .public {	
    background: url('/images/stats_public_btn.gif') no-repeat;
}
.lock a:hover.public {
    background: url('/images/stats_locked_btn.gif') no-repeat;
}
.feedback {
    padding: 5px 25px;        
}
.feedback .avatar {
    float:left;
    height:48px;
    overflow:hidden;
    width:48px;
}
.feedback .msg {
    line-height:17px;
	margin-bottom:5px;
	margin-left:58px;
}
.feedback .info {
    color:#777777;
	margin-left:58px;
}

.inquiry {
    background: #e9e9e9;
    color: #6e735c;
}
.inquiry img {
    float: right;
}
.inquiry p {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e9e9e9;
}
.inquiry label,
.inquiry input {
    display: block;
    float: left;
}
.inquiry label {
    width: 90px;
    font-style: italic;
    font-size: 18px;   
    padding-top: 5px; 
}
.inquiry textarea,
.inquiry input {
    width: 250px;
    background: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -opera-border-radius: 4px;    
    padding: 1px 3px;
}
.inquiry textarea {
    width: 560px;
    height: 100px;
    font-family: "Trebuchet MS",Georgia,"Times New Roman",Times,serif;
}
.inquiry BUTTON {
    width: auto;
    padding: 1px 20px 3px;
    margin-right: 15px;
}
.inquiry .error {
    background: #ba1c2b;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -opera-border-radius: 4px; 
    color: #f9e9ea;
}
.whitelabel-teaser {
    position: absolute;
    background: url('/images/wl_service_bg.png') no-repeat;
    width: 161px;
    height: 37px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    padding-top: 3px;
    top: 4px;
    margin-left: 325px;
}


.pageFooter {   
    margin-top: 50px;
    text-align: center;
    margin-bottom: 100px;
}
.pageFooter a {
    text-decoration: none;
    font-size: 1em;
    color: #aeaeae;
}
