html {
	margin: 0px;
	padding: 0px;
}
body#cuthut {
	font-family: Arial, sans-serif;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.ajax-load {
	background: url(../site/blog/wp-content/themes/cuthut/images/ajax-loader.gif) no-repeat left center;
	width: 16px;
	height: 41px;
	position: absolute;
	right: 128px;
	display: none;
}
.pagewrapper {
	width: 100%;
	height: 100%;
}

a#url {
	display: inline-block;
	max-width: 400px;
	overflow: hidden;
	position: absolute;
	bottom: 2px;
}
a#url pre {	
	font-family: Arial, sans-serif;
}


.pagewrapper iframe#page {
	width: 100%;
	margin-top: 41px;
}

#cutbar {
	height: 42px;
	width: 100%;
	background: url(../static/img/cutbar/cut-bg.png) repeat-x #b2e1ec;
	position: fixed;
	top: -1px;
	z-index: 1000;
}
#cutbar h1 {
	padding: 0px;
	margin: 0px;
}
#cutbar h1 a {
	display: block;
	height: 42px;
	width: 99px;
	text-indent: -9999px;
	background: url(../static/img/cutbar/cutlogo.png) no-repeat;
	padding: 0px;
	margin: 0px;
	float: left;
}

#cuthut p#info {
	float: left;
	margin: 0px;
	margin-top: 5px;
	left: 150px;
	height: 37px;
	line-height: 21px;
	position: absolute;
}
#cuthut p#info a#title {
	display: block;
	line-height: 14px;
	color: #ea5b65;	
	font-size: 14px;
	text-decoration: none;
}
#cuthut p#info a#url {
	display: block;
	padding-left: 23px;
	background: url(../static/img/cutbar/outlink.png) left center no-repeat;
	font-size: 10px;
	color: #000;
	text-decoration: none;
	white-space: pre;
}
p#ad {
	margin: auto;
	text-align: center;
}
a#mt-ad {
	width: 200px;
	display: block;
	float: left;
	clear: none;
	margin: 0px auto;
}
#cuthut p#actions {
	float: right;
	height: 42px;
	position: relative;
	width: 180px;
	background: none;
	text-align: center;
}
#cuthut input#retweet-btn {
	display: block;
	border: none;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 6px;
	right: 75px;
	background: url(../static/img/cutbar/tweet.png);
}
#cuthut input[type=submit] {
	cursor: pointer;
}
#cuthut a#closeBar {
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 6px;
	right: 5px;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../static/img/cutbar/close.png) no-repeat;
}
#cuthut a#analyze {
	display: block;
	height: 30px;
	width: 30px;
	position: absolute;
	top: 6px;
	right: 40px;
	z-index: 1001;
	cursor: pointer;
	text-indent: -9999px;
	background: url(../static/img/cutbar/analyze.png) no-repeat;
}
p#retweets {
	position: absolute;
	right: 135px;
	height: 41px;
	line-height: 41px;
}
p#updatedt {
	position:absolute;
	height:41px;
	line-height:41px;
	right:125px;
	font-size:14px;
	color:#fff;
	display:none;
}