.tweet-dl{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:13px !important;
	margin:5px 0 15px 0 !important;
}

.tweet-dl .tweet-dl-message{
	padding:6px 12px;
}

.tweet-dl .tweet-dl-buttons{
	padding:14px 12px;
}

.tweet-dl a{
	color:#999999;
}



.tweet-dl.theme1 .tweet-dl-message{
	background:#fff;
	color:#666;
}

.tweet-dl.theme1 .tweet-dl-buttons{
	background:#fff;
}




.tweet-dl.theme2{
	border:1px solid #009CD8;
}

.tweet-dl.theme2 .tweet-dl-message{
	background:#fff;
	color:#666;
}

.tweet-dl.theme2 .tweet-dl-buttons{
	background:#ffffff;
}





.tweet-dl.theme3{
	border:1px solid #EBEEF4;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}

.tweet-dl.theme3 .tweet-dl-message{
	background:#ffffff;
	color:#666;
}

.tweet-dl.theme3 .tweet-dl-buttons{
	background:#EBEEF4;
	margin:0 6px 6px 6px;
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-right-radius:4px;
	border-bottom-left-radius:4px;
}




.tweet-dl.theme4{
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	background:#EBEEF4;
	-webkit-box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .20);
	box-shadow:  0px 0px 3px 1px rgba(0, 0, 0, .20);
}

.tweet-dl.theme4 .tweet-dl-message{
	color:#333333;
	padding:11px 11px 0 11px !important;
}

.tweet-dl.theme4 .tweet-dl-buttons{
	padding:11px !important;
}