.btn {
    background-color: #DDDDDD;
    background-image: -moz-linear-gradient(#FFFFFF, #DDDDDD);
    background-repeat: repeat-x;
}
.btn:hover, .follow-combo.open .btn-user-actions {
    background-color: #D8D8D8;
    background-image: -moz-linear-gradient(#F8F8F8, #D8D8D8);
    border-color: #BBBBBB;
    text-decoration: none;
}







.module {
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-shadow: 0 1px 0 #FFFFFF;
}


.search-header .search-btn {
    margin-right: 1px;
    text-align: center;
}

.flex-table-btn {
    white-space: nowrap;
}
.component{

}

.module ul:last-child li:last-child .list-link, .module .flex-module:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.module ul:first-child li:first-child .list-link, .module .flex-module:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
	display:block;
	position:relative;
}

.module, .promptbird {
    background-clip: padding-box;
    border-radius: 6px 6px 6px 6px;
    line-height: 16px;
    margin-bottom: 5px;
    position: relative;
}
element.style {
    height: 109px;
    padding-bottom: 5px;
    width: 452px;
}
.tweet-box .twitter-anywhere-tweet-box-editor {
    color: #222222;
    font-size: 13px;
    height: 56px;
    line-height: 18px;
    outline: medium none;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 6px 8px 5px;
    white-space: pre-wrap;
    width: 482px;
    word-wrap: break-word;
}

.textarea {
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 #FFFFFF;
    resize: vertical;
}

input, textarea {
    -moz-transition: background 0.2s linear 0s;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
}



.primary-btn:hover, .primary-btn:focus {
    background-color: #0271BF;
    background-image: -moz-linear-gradient(#2DADDC, #0271BF);
    background-repeat: repeat-x;
    border-color: #096EB3;
}


.search-toggle {
  /*  background-position: -90px -430px;*/
    height: 18px;
    width: 36px;
}

.account-arrow, .search-toggle {
    margin-top: 1px;
}

a.show-toggle {
    background-image: url(./images/msn_smiley.gif);
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-top;
}

a.show-toggle:hover {
    
    background-position: 0 -25px;
      vertical-align: text-top;
}



.dropdown {
    position: relative;
}

.btn-user-actions, .btn-search-actions {
	padding-left: 7px;
	padding-right: 7px;
	
}


.primary-btn, .following.first-hover .follow-btn:hover, .following .follow-btn {
    background-color: #019AD2;
    background-image: -moz-linear-gradient(#33BCEF, #019AD2);
    background-repeat: repeat-x;
    border-color: #057ED0;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	margin-right:4px;
}

.btn:disabled, .btn.disabled {
    background-image: none;
    color: #777777;
    cursor: default;
    opacity: 0.65;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
	margin-right: 4px;
}

