
/* browser:  SAFARI  version:  1.0 */
body {
	width: 270px;
	height: 348px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #333 url(mainbg.gif);
}

#twittershare {
	width: 270px;
	height: 348px;
	background: url(../Images/ts-bg.png) no-repeat;
}

label { display: none; }

textarea { 
	border: 0;
	position: absolute;
	left: 35px;
	top: 174px;
	width: 192px;
	height: 77px;
	background: none;
	padding: 5px;
	overflow: hidden;
}

#username {
	position: absolute;
	height: 19px;
	width: 93px;
	top: 73px;
	left: 122px;
	padding-left: 5px;
	padding-right: 5px;
	background: none;
	border: 0;
}

#password {
	position: absolute;
	height: 19px;
	width: 93px;
	top: 104px;
	left: 122px;
	padding-left: 5px;
	padding-right: 5px;
	background: none;
	border: 0;
}

#file {
	position: absolute;
	left: 72px;
	top: 147px;
	font-size: 9px;
	color: #a8e020;
	width: 153px;
	overflow: hidden;
}

#submit { 
	position: absolute;
	left: 100px;
	top: 285px;
	margin: 0 auto;
}

#spinner, #success, #error {
    position: absolute;
    top: 290px;
    left: 210px;
    display: none;
}

#charcount {
	width: 150px;
	height: 15px;
	position: absolute;
	top: 45px;
	left: 49px;
	color: #555;
    font-family: Share-Regular, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 9pt;	
}

#countdown {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	color: #555;
	text-align: right;
    font-family: Share-Regular, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 8pt;	
}

