body {
	font-family:Verdana, Arial, san-serif;
	font-size:90%;
	padding:0px;
}
.title {
	padding:0px;
	padding-left:30px;
	background-color: #ddd;
	background-color: rgba(0,0,0,.1);
	border-bottom: 1px solid #bbb;
	border-bottom: 1px solid rgba(0,0,0,.2);
}

#maincontent {
	padding:10px;
}
.title a {
	font-family:Verdana;
	font-size: 250%;
	text-decoration:none;
	color: #888;
}
.title a:hover {
	text-decoration:underline;
}

.resultBox {
	background-color:#f0f0f0;
	border: 1px solid #aaa;
}

.resultHeader {
	font-family:Arial, Verdana, san-serif;
	font-size: 140%;
	margin-bottom: 20px;
}

.instruct {
	margin:30px;
	
}
.instruct code {
	margin: 15px;
	padding: 7px;
	border: 1px solid #aaa;
	display:block;
}


h2 {
	text-align:center;
	text-shadow: rgba(0,0,0,.5) 2px 2px 5px
}
h4 {
	text-align:center;
	text-shadow: rgba(0,0,0,.5) 1px 1px 3px
}
.smaller {
	font-size:85%;
}


.good {
	color: #008800;
}
.bad {
	color: #880000;
}
.third {
	float:left;
	width:31%;
	padding:10px;
}
.twothird {
	float:left;
	width:62%;
	padding:10px;
}
.leftbar {
	border-left:1px solid #D0D0D0;
}

.slightlyDarker {
	background-color:#E0E0E0;
	background-color: rgba(0, 0, 0, .08);
}

.ebayScroll {
	overflow-y:auto;
	overflow-x:hidden;
	height:200px;
	width:100%;
}

.bottomSpace {
	margin-bottom: 15px;
}

.bgborder {
	
	border:1px soild #d0d0d0;
	background-color:#e8e8e8;
}

#footer {
	padding:4px;
	background-color: #ddd;
	background-color: rgba(0,0,0,.1);
	border-top: 1px solid #bbb;
	border-top: 1px solid rgba(0,0,0,.2);
}

.imageMain {
	background-image: url(/themes/Default/images/twitter2.png);
	width:210px;
	height:278px;
}

.tweethtml {
	background-color:#e8e8e8;
	background-color: rgba(0,0,0, .08);
	width:100%; 
	margin-top: 10px;
	margin-bottom: 10px;
}

.privacy {
	font-size: 80%;
	color: #777777;
}


