body {
	background-image: url(/img/background.jpg);
	background-repeat: repeat;
	font-family: "Trebuchet MS", Arial;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #333333;
}

#container {	
	width: 720px;
	margin-left:auto;/* center it*/
	margin-right:auto;/* center it*/
	position: relative;
	top: 0px;
	border-style: 0px;
}

#logo {
	position: absolute;
	top: 52px;
	left: 10px;
	z-index: 1000;
}

#beta{
	position: absolute;
	top: 92px;
	left: 198px;
	z-index: 10000;
	font-size:10px;
}

#bubble {
	position: absolute;
	top: 52px;
}

#bubble_top {
	background-image: url(/img/empty_tweet_top.png);
	width: 720px;
	height: 111px;
	padding: 0px;
	margin: 0px 0px 0px 0px;
	border-width: 0px;
	behavior: url("/js/iepngfix.htc");	
}

#bubble_bottom {
	background-image: url(/img/empty_tweet_bottom.png);
	width: 720px;
	height: 39px;
	padding: 0px;
	margin: 0px;
	border-width: 0px;
	behavior: url("/js/iepngfix.htc");
}

#bubble_middle {
	background-image: url(/img/empty_tweet_middle.png);
	background-repeat: repeat-y;
	width: 600px;	
	padding: 0px 60px 0px 60px;
	margin: 0px;
	border: 0px solid #FF0000;
	behavior: url("/js/iepngfix.htc");
}

.clear {
	clear: both;
}

div.input {
	width: 463px;
	height: 44px;
	background-image: url(/img/background_input.png);
	background-repeat: no-repeat;
	margin-left:auto;/* center it*/
	margin-right:auto;/* center it*/
	font-size: 18px;
	color: #6B4939;
	font-weight: bold;
	padding: 16px 0px 0px 37px;
	margin-top: 20px;
	margin-bottom: 20px;
	position: relative;
}

div.input input.field {
	border: 1px solid #DEDAD0;
	background-color: #FFFFFF;
	font-size: 20px;
	width: 120px;
}

div.input input.button {
	font-size: 18px;
}

div.input input.go {
	margin:0px;
	padding:0px;
	position: absolute;
	top:14px;
}

img {
	border-size: 0px;
	border-style: none;
}

a:visited {text-decoration: underline; color:#008286; }
a:link {text-decoration: underline; color:#008286; }
a:hover {text-decoration: underline; color:#008286; }
a:active {text-decoration: underline; color:#008286; }

.footer {
	margin: 3px 27px 50px 0px;
	color: #4A7475;
	text-align: right;
	font-size: 12px;
}

h1.frontpage {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	color: #333333;
}

h1 {
	font-size: 36px;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	color: #FC3C60;	
}

.pink {
	color: #FC3C60;	
}

h2 {
	font-size: 24px;
	color: #006F72;
	margin: 20px 0px 20px 0px;
	padding: 0px;
	font-weight: bold;
}

.col {
	width: 280px;
	float: left;
}

.row_left {
	float: left;
	width: 20px;
	font-size: 12px;
	padding: 6px 0px 4px 0px;
	overflow: hidden;
}

.row_right{
	float: left;
	width: 245px;
	margin: 0px;
	font-size: 12px;
	padding: 6px 0px 4px 10px;
	overflow: hidden;
}

.row_odd {
	border-width: 1px 0px 1px 0px;
	border-color: #B2E5E5;
	border-style: dashed;
	background-color: #ECF9F9;
}

#tweetthis {
	position: absolute;
	left: 620px;
	top: 45px;
	z-index: 1000;
}

.left {
	float: left;
}

.right {
	float: right;
}

img { behavior: url("/js/iepngfix.htc") }
