@charset "utf-8";
body {
	padding: 16px 0 16px 0;
	margin: 0 auto;
        background: url('../../../images/bg.jpg') 0% 0% repeat-x;
}
form {
	padding: 0;
	margin: 0;
}
input, a, a:hover {
	outline: none;
}
#login {
	background: #3b3b3b;
	width: 262px;
	padding: 10px 10px 5px 10px;
	margin: 0 auto;
	margin-top: 175px;
	display: block;
	clear: both;
        color:#f7f7f7;
	position: relative;
	z-index: 2;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#login img {
	margin: 0 0 10px 0;
	display: block;
	clear: both;
	border: 0;
}
#login img.logo {
	display: block;
	position: absolute;
	left: -82px;
	top: -140px;
}
#login div.thoughts {
	background: url('../images/bubble.png') 50% 50% no-repeat;
	width: 168px;
	height: 94px;
	padding: 74px 16px 0 16px;
	margin: 0;
	display: block;
	position: absolute;
	right: -220px;
	top: -100px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
	cursor: default;
	text-align: center;
}
#login label {
	display: block;
	clear: both;
	padding: 0;
	margin: 0 0 2px 0;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #fff;
        font-weight:bold;
	text-decoration: none;
}
#login input {
	background: #f9f9f9;
	border: 0;
	width: 240px;
	padding: 3px;
	margin: 0 0 10px 0;
	display: block;
	clear: both;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}
#login input.submit {
	background: transparent url('../../../images/submit.jpg') 50% 50% no-repeat;
	width: 79px;
	height: 32px;
	display: block;
	clear: both;
	cursor: pointer;
	border: 0;
}
#error {
	background-color: #ff5809;
	background-image: url(../../images/delete.png);
	background-position: 5px 7px;
	background-repeat: no-repeat;
	width: 250px;
	padding: 4px 0px 4px 32px;
	margin: 0 auto;
	margin-top: 4px;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-size: 12px;
        color:#fff;
	font-weight: bold;
	display: block;
	clear: both;
	position: relative;
	z-index: 1;
	cursor: default;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}