* {margin: 0; padding: 0;}
a {text-decoration: none; color: #ff6000;}
a:hover {text-decoration: underline;}
a img {border: none;}
ul, ol {list-style: none;}

.mop {
	clear: both;
}
.alert {
	color: #9f3927;
	margin-bottom: 10px;
}
.message {
	margin-bottom: 10px;
}
.ps {
	color: #8a8a8a;
	font-style: italic;
	font-size: .9em;
	margin-bottom: 10px;
}

body {
	background: #242e32;
	text-align: center;
	font: 0.7em "Lucida Grande",Geneva,Arial,Verdana,sans-serif;
	line-height: 1.2em;
	color: #242e32;
}
#container {
	position: relative;
	text-align: left;
	margin: auto;
	background: #242e32;
	width: 750px;
	padding-top: 40px;
}

#header {
	position: relative;
	z-index: 2;
	height: 70px;
}
#logo {
	position: absolute;
	top: -34px;
	left: 2px;
}
#header h1, #header h2 {
	float: left;
	line-height: 60px;
}
#header h1 {
	margin-left: 135px;
	color: #ebebeb;
	font-size: 2.1em;
}
#header h2 {
	padding-top: 4px;
	margin-left: 15px;
	color: #737373;
	font-size: 1em;
}

#login_box {
	position: relative;
	z-index: 1;
	text-align: left;
	width: 692px;
	margin: auto;
	background: #ebebeb;
	border: 1px solid #858585;
	padding: 28px 28px 18px;
	font-size: 1.1em;
	line-height: 1.2em;
}
#login_top, #login_bottom {
	position: relative;
	left: -29px;
	height: 8px;
	width: 750px;
	clear: both;
}
#login_top {
	top: -36px;
	background: #242e32 url(../images/login/login_top.png) no-repeat;
}
#login_bottom {
	bottom: -26px;
	background: #242e32 url(../images/login/login_bottom.png) no-repeat;
}

#signin {
	float: left;
	width: 320px;
}
#account {
	float: right;
	width: 325px;
}

#login_box h3 {
	font-size: 1.8em;
	margin-bottom: 20px;
	padding: 0 0 12px;
	line-height: 1.5em;
	background: transparent url(../images/login/sep_h2.png) left bottom repeat-x;
}
#account h3 {
	color: #ee4b07;
}

#login_box li {
	margin-bottom: 18px;
	line-height: 1.4em;
}
#login_box li a {
 font-size: 1.4em;
}
#login_box li.text label {
	width: 125px;
	font-weight: bold;
	font-size: 1.1em;
	display: block;
	float: left;
	padding: 3px 0;
}
#login_box li.small label {
	font-size: 1em;
}
#login_box li.text input {
	width: 185px;
	background: #f5f5f5 url(../images/login/input_bg.png) repeat-x;
	border: 1px solid #878c8e;
	padding: 4px;
}
#login_box li.text input:focus {
	border-color: #ee9d75;
}
#login_box li.checkbox {
	margin-left: 125px;
}
#login_box li.checkbox label {
	line-height: 1.3em;
}
#login_box li.checkbox input {
	float: left;
	margin: 2px 4px 3px 0;
}
#login_box .submit {
	margin-left: 125px;
	text-align: right;
}
.submit input {
	border: none;
	background: transparent url(../images/login/submit_bg.png) no-repeat 0 0;
	width: 102px;
	height: 30px;
	cursor: pointer;
	padding-bottom: 5px;
	color: #fff;
	font-weight: bold;
	text-shadow: 0px 1px 0px #7d7d7d;
}
#account .submit input {
	background-position: 0 -30px;
}

#footer {
	font-size: .9em;
	padding: 20px 10px;
	color: #808080;
	height: 25px;
}
#footer #copy {
	float: left;
}
#footer #footer_menu {
	color: #ff6000;
	float: right;
}
.resend_confirmation {
  margin-top: 1em;
  padding-top: 1em;
  margin-left: 0em;
}
#warning, #notice {
  margin-bottom:30px;
  margin-left:10px;
  margin-right:10px;
  margin-top:10px;
  text-align:center;
  font-size: 1.4em;
}
#notice {
  background: url(http://www.tweetsell.it/images/alertgood_icon.gif) #E2F9E3 left no-repeat;
  border: solid 1px #9c9;
  color: #060;
  padding: 10px;
  padding-left: 50px;
}
#warning {
  background: url(http://www.tweetsell.it/images/alertbad_icon.gif) #c00 left no-repeat;
  border: solid 1px #c99;
  color: #fff;
  padding: 10px;
  padding-left: 50px;
}
