#post-composer ul.type-chooser { list-style: none; margin: 0; padding: 0; }
#post-composer ul.type-chooser li { list-style: none; float: left; margin-right: 20px; }
#post-composer ul.type-chooser li img { margin-top: -7px; margin-right: 2px; }
#post-composer ul.type-chooser .active-state { display: block; }
#post-composer ul.type-chooser .passive-state { display: none; }
#post-composer ul.type-chooser li.active .active-state { display: none; }
#post-composer ul.type-chooser li.active .passive-state { display: block; }

#post-composer div.loader {
	float: right;
}

/**
* Status arrow
*/
#post-composer div.status-arrow {
		width: 9px; height: 6px; background: url('/static/img/icons/status-arrow.jpg'); 
		position: relative; margin-bottom: -2px; margin-top: 2px;
}

#post-composer.selected-text div.status-arrow { margin-left: 37px; }
#post-composer.selected-photo div.status-arrow { margin-left: 150px; }
#post-composer.selected-poll div.status-arrow { margin-left: 280px; }

/**
*  Type specific styles
*/ 
#post-composer #post-text input.submit { display: none; }

#post-composer div.post-photo-type-select { display: none; }
#post-composer #post-photo { display: none; }

#post-composer #post-poll { display: none; }