
.module{
width:100%;

}

.header-module .search-query {
    color: #333333;
    display: block;
    font-size: 18px;
    font-weight: bold;
    padding: 2px 12px 3px;
}
.flex-table-input {
    -moz-box-sizing: border-box;
    display: block;
    height: 25px;
    width: 100%;
}

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);
}
.flex-table-form {
    float: left;
    width: 260px;
	}


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);
}

.header-module .search-query {
	color: #333333;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin:0;
	margin-bottom:5px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 5px;
}

.nickname{
width:175px;
}


input, textarea, select {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    margin: 0;
    outline: medium none;
    padding: 4px;
    width: 210px;
}

.header-module h2 {
    font-weight: normal;
    line-height: 30px;
}

.module .flex-module {
    background-color: #F9F9F9;
    line-height: 14px;
    padding: 12px;
	/*display:block;
	position:relative;*/
}


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

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

a.search-toggle {
    background-image: url("./images/twitter_web_sprite_icons.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: text-top;
}


input:focus, textarea:focus {
    border-color: #56B4EF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    color: #333333;
    outline: 0 none;
}

.dropdown {
    position: relative;
}


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

.dropdown {
    position: relative;
}


.btn {
    background-color: #CCCCCC;
    background-repeat: no-repeat;
    border: 1px solid #CCCCCC;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    overflow: visible;
    padding: 5px 10px;
    position: relative;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	font-family:Arial, Helvetica, sans-serif;
}


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


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

.flex-table-primary {
    padding-right: 5px;
    width: 100px;
}
/*.flex-table {
    width: 90%;
}*/
/*.header-module .search-header {
    float:left;
    width: 250px;
}*/



.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);
}

.component{
display:block;
position:relative;
float:right;
background-color: #F9F9F9;

}

element.style {
    height: 56px;
    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;
}

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