* {
	margin: 0;
	padding: 0;
}

html, body {
	background-color: #fff;
	font: 0.9em Arial, sans-serif;
}

img {
	border: 0;
}

a {
	color: #b2b2b2;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#header {
	background-color: #fff;
	height: 120px;
	width: 350px;
	min-height: 120px;
	margin: 0 auto;
	display: block;
}

#bot {
	background: #fff url(pics/bot.png) no-repeat bottom center;
	height: 10px;
	width: 350px;
	margin: 0 auto;
}

#content {
	background: #c3d4f0 url(pics/content.png) no-repeat top center;
	height: 100%;
	width: 350px;
	margin: 0 auto;
	text-align: center;
}

#content p {
	display: block;
}

#content p.text {
	color: #5e5e5e;
	text-align: justify;
	padding: 40px 20px 10px 20px;
}

#content input.inputWide, input.inputWideLeft {
	background-color: #fff;
	color: #b2b2b2;
	border: 1px solid #b2b2b2;
	height: 20px;
	width: 310px;
	padding: 3px;
	margin: 10px 0 0 0;
	font-size: 1.3em;
	font-weight: bold;
}

#content input.inputWide {
	text-align: center;
	outline: none;
	margin: 40px 0 0 0 !important;
}

#content input.inputWideLeft {
	text-align: left;
}

#content input.inputSubmit {
	margin: 20px auto 10px auto;
}

#content textarea {
	background-color: #fff;
	color: #b2b2b2;
	border: 1px solid #b2b2b2;
	margin: 10px 0 0 0;
	height: 150px;
	width: 310px;
	padding: 3px;
	font-weight: bold;
}

div.plain {
	background: #ebeff4;
	width: 310px;
	height: 100%;
	margin: 0 auto 20px auto;
	text-align: left;
	overflow: auto;
}

div.plain pre {
	padding: 10px;
}

#footer {
	background-color: #fff;
	height: 20px;
	width: 100%;
	min-height: 20px;
	margin: 0 auto;
	text-align: center;
	color: #b2b2b2;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	font-size: 0.9em;
}

#footer-mod {
	background-color: #fff;
	height: 20px;
	width: 100%;
	min-height: 20px;
	margin: 20px auto 0 auto;
	text-align: center;
	color: #b2b2b2;
	font-size: 0.9em;
}

#result {
	height: 100%;
	width: 350px;
	margin: 20px auto 0 auto;
	text-align: center;
}

#result h2.zero {
	font-size: 29px;
}

#result h2.one {
	font-size: 23px;
}

#result h2.two {
	font-size: 19px;
}

#result h2.three {
	font-size: 17px;
}

#result h2.four {
	font-size: 15px;
}

#result p#copy {
	font-size: 16px;
	color: #ff9e06;
	padding: 5px 0 0 0;
}

#result p.stat {
	padding: 0 0 0 5px;
}

#info {
	height: 100%;
	width: 600px;
	color: #ff9e06;
	display: none;
	margin: 20px auto 0 auto;
	text-align: center;
	font-weight: bold;
	font-size: 1.2em;
}

#info p.big {
	font-size: 2.8em;
	color: #b2b2b2;
}

#info p.big {
	font-size: 2.8em;
	color: #b2b2b2;
	padding-top: 90px !important;
}

#bookmark {
	background-color: #fff;
	color: #b2b2b2;
	height: 60px;
	width: 350px;
	min-height: 20px;
	margin: 10px auto 0 auto;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

#bookmark a.orange {
	color: #ff9e06;
}

#bookmark span.orange {
	color: #ff9e06;
}

#link {
	display: none;
	color: #b2b2b2;
}

#form {
	background-color: #c3d4f0;
	height: 335px;
	min-height: 335px;
}

#ellen {
	background: url(pics/ellen.png) no-repeat top left;
	height: 16px;
	width: 100px;
	min-height: 16px;
	position: absolute;
	top: 10px;
	left: 10px;
}

#ellen p {
	padding-left: 24px;
	font: 10px Myriad Pro;
	line-height: 17px;
}

#badge {
	background: url(pics/badge.png) top left no-repeat;
	height: 70px;
	width: 70px;
	display: block;
	margin: 0 auto;
	padding-right: 355px;
	behavior: url(js/iepngfix.htc);
}

#wrapper {
	height: 70px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 95px;
	width: 100%;
}

/* Added 20-06-2008 by Anton Lindqvist
-------------------------------------- */
#count {
	height: 16px;
	width: 100%;
	color: #b2b2b2;
	margin: 6px 0 0 0;
	text-align: center;
}

#count p {
	font-size: 11px;
}

/* Added 12-07-2008 by Anton Lindqvist
-------------------------------------- */
#stats {
	height: 185px;
	width: 310px;
	margin: 0 auto;
	padding: 45px 0 0 0;
	text-align: left;
}

#stats p {
	height: 30px;
	width: 100%;
	margin: 0 auto;
	line-height: 32px;
	border-bottom: 1px solid #b3caee;
	color: #5e5e5e;
}

#stats p.error {
	border-bottom: none !important;
	text-align: center;
	font-weight: bold;
	line-height: 20px;
	padding: 55px 0 0 0;
}

#stats a {
	color: #5e5e5e;
}

#stats a:hover {
	text-decoration: underline;
}

#preloader {
	text-align: center;
	margin: 0 auto;
	padding: 65px 0 0 0;
	border-bottom: none !important;
}

/* Added 14-07-2008 by Anton Lindqvist
-------------------------------------- */
#title {
	width: 350px;
	height: 50px;
	margin: 13px 0 0 0;
	text-align: left;
	color: #5e5e5e;
  display: none;
}

#title p {
	line-height: 20px;
	padding: 0 16px;
}

#titleInfo {
	text-align: center;
}

#title input.inputSmall {
	background-color: #fff;
	color: #b2b2b2;
	border: 1px solid #b2b2b2;
	height: 13px;
	width: 221px;
	padding: 3px;
	font-size: 0.81em;
	font-weight: bold;
	outline: none;
}

#title p.allow {
	font-size: 0.8em;
	margin-left: 89px;
	line-height: 13px;
}

#appear {
	margin: 10px 0 0 0;
	text-align: center;
}

#appear a {
	color: #5e5e5e;
	font-size: 0.9em;
	font-weight: bold;
}

a.image {
	background: url(pics/title.png) no-repeat center center;
	height: 20px;
	width: 100px;
	display: block;
	margin: 0 auto;
}

/* Added 29-07-2008 by Anton Lindqvist
-------------------------------------- */
#share {
	width: 350px;
	height: 100%;
	margin: 5px auto 0 auto;
	text-align: left;
	border-top: 1px solid #dddddd;
	border-bottom: 1px solid #dddddd;
}

#share p {
	padding: 4px 0;
	line-height: 22px;
	font-size: 0.9em;
	border-bottom: 1px solid #dddddd;
}

#share a#stat, a#facebook, a#twitter {
	height: 20px;
	width: 350px;
	padding: 0 0 0 22px;
}

#share a#stat {
	background: url(pics/st.png) no-repeat center left;
}

#share a#facebook {
	background: url(pics/fb.png) no-repeat center left;
}

#share a#twitter {
	background: url(pics/twitter.png) no-repeat center left;
}

#share p.none {
	border: none !important;
}

/* CSS for the bookmarklet
-------------------------------------- */
#header-small {
width: 400px;
height: 65px;
margin: 0 auto;
}

#result-small {
height: 50px;
width: 400px;
text-align: center;
margin: 10px auto 0 auto;
}

#result-small a:hover {
text-decoration: none;
}

#titleClick, #titleNonClick {
height: 25px;
margin: 0 auto;
position: absolute;
bottom: 25px;
left: 0;
right: 0;
z-index: 2;
}

#titleClick {
background: transparent url(pics/title-url.png) no-repeat top left;
width: 81px;
}

#titleNonClick {
background: transparent url(pics/title-exist.png) no-repeat top left;
width: 120px;
}

#info-small {
height: 16px;
width: 400px;
color: #ff9e06;
text-align: center;
margin: 3px auto 0 auto;
}

#count {
background-color: #d9d9d9;
width: 100%;
height: 25px;
min-height: 25px;
border-top: 1px solid #b2b2b2;
text-align: center;
position: absolute;
bottom: 0;
z-index: 1;
}

#count p {
font-size: .88em;
line-height: 25px;
color: #9e9e9e;	
}

#titleForm {
height: 20px;
display: none;
text-align: center;
}

#titleForm input.input {
background: #fff;
height: 20px;
width: 280px;
padding: 3px;
border: 1px solid #b2b2b2;
outline: none;
margin: 20px auto 0 auto;
font-weight: bold;
font-size: 1.0em;
}

.non {
border: 1px solid #ff0000 !important;
}

#submit {
margin: 10px 0 0 0;
}

#titleForm span {
font-size: .81em;
color: #5e5e5e;
}

#check {
background: transparent url(pics/preload.gif) no-repeat top left;
height: 16px;
width: 16px;
display: block;
position: absolute;
top: 91px;
right: 35px;
display: none;
}

.exists {
color: #b2b2b2;
margin: 10px 0;
font-size: 12px;
}