body {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	line-height: 1.1;
}

.tweettext {
	font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
	font-weight: normal;
	line-height: 1.1;
	font-size: 15px;
}

.container {
	text-align: center;
	width: 100%;
	border: 0px;
}

.container_centered {
	text-align: center;
	margin: 0 auto 0 auto;
}

.selectable:hover {
	cursor: pointer;
}

.link:hover {
	cursor: pointer;
	text-decoration: underline;
}

.tweetContainer {
	width: 96%;
	padding-top: 15x;
	height: 78px;
	margin-left: 15px;
	margin-right: 15px;
	border-top: 1px dotted #C0C0C0;
}

.tweetContainerSelectable:hover {
	background-color: #FFE7C6;
}

a img{
	border: none;
	text-decoration: none;
}

.tweetButton{
	background: url('../images/tweet_button.png') no-repeat;
	border: none;
}

.tweetButton:hover{
	background: url('../images/tweet_button2.png') no-repeat;
	cursor: pointer;
	border: none;
}

.signinButton{
	background: url('../images/signin.png') no-repeat;
	border: none;
}

.signinButton:hover{
	background: url('../images/signin2.png') no-repeat;
	cursor: pointer;
	border: none;
}

a {
	text-decoration: none;
	color: #5E91C4;
}

a:hover {
	text-decoration: underline;
	color: #5E91C4;
}