* {
	margin: 0px;
	padding: 0px;
}

html {
	margin: 0px;
	padding: 0px;
	}

body { 
	font: 14px Arial; 
	color: #555; 
	margin: 0px; 
	padding: 0px;
	min-height: 100%;
	text-align: center;
	background: #d7e0e4;
}

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

a:visited {
  color: #555;
  text-decoration: none;
}

img{
  border:0;
}

#global {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  width: 790px;
  text-align: left;
}

#content{
  background: #FFF;
  float:left;
  width: 790px;
}

#bannos{
  border:0;
  width: 766px;
  height: 144px;
  margin-left:12px;
  background:url('img/bannos.gif') #FFF;
}
h1{
  color:#FFF;
  font: 20px Arial;
  display:block;
  padding: 34px 20px 20px 400px;
}

#lang_bar{
  width:299px;
  height:28px;
  background-image:url('img/bg_lang.gif');
  color:#94b4c3;
  float: right;
  text-align:center;
  margin-bottom:8px;
  padding-top:6px;
}
#lang_bar a{
  color:#1181b6;
  font-weight: bold;
  font-size:12px;
}
#lang_bar a:visited {
  color:#1181b6;
}

#left_col{
  padding:20px 12px;
  width:450px;
  float:left;
}
#right_col{
  width:300px;
  float:left;
  padding-top: 20px;
}
#right_col h2{
  font-size: 15px;
}
#right_col p{
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  color:#777;
}
#form{
  width: 446px;
  height: 78px;
  background-image:url('img/bg_form.gif');
}
#form p{
  display:block;
  width: 205px;
  float:left;
  font-size: 16px;
  color:#3c4851;
  font-weight:bold;
  padding: 24px 10px 0 10px;
  text-align:right;
}
#form input[type="text"]{
  border:1px solid #b8c8d0;
  font-size: 17px;
  padding: 5px;
  color:#32596c;
  font-weight:bold;
  width: 150px;
}
#form_text{
  float:left;
  margin-top: 18px;
  width: 150px;
}
#form_submit{
  float:left;
  width:40px;
  margin: 17px 0 0 5px;
}
#spanwait {
  float:left;
  width:20px;
  margin: 25px 0 0 0;
  display: none;
}

#options{
  font-size:11px;
  margin:3px 0 0 100px;
}

.span1{
  margin-top:4px;
  display:block;
  float:right;
  width:15px;
}

.span2{
  display:block;
  float:right;
  width: 196px;
  padding: 3px 4px 0 5px;
  text-align: left;
}
#list1{
  margin: 15px 0 0 0;
  width: 443px;
  height: 100px;
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  border:1px solid #b8c8d0;
}
.list1item{
  height: 20px;
  border-bottom: 1px solid #d9e4e9;
  padding: 3px 5px;
}
.list1item span{
  color: #777;
}
.box{
  margin-top:4px;
}
#status{
  border: 1px solid #b8c8d0;
  width: 445px;
  margin: 10px 0;
  padding: 4px;
}
#tweetthis{
  display: block;
  float:left;
  width: 113px;
}
#countit{
  display: block;
  float:left;
  width: 65px;
  color: #AAA;
  margin-left: 10px;
  padding: 5px;
  font-weight: bold; 
}
#mrboo{
  float:right;
  margin-right:10px;
}
#oops{
  display: none;
  position:absolute;
  width:250px;
  height:150px;
  background:#FFF;
  top:180px;
  margin-left:260px;
  border:8px solid #AAA;
}
#oops_left{
  float:left;
  width:120px;
}
#oops_right{
  float:right;
  width:120px;
  margin: 15px 5px 0 5px;
  line-height: 18px;
}
