body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #333;
	background-color: #394a5a; /* WILL BE OVERRIDDEN BY TWITTER SETTING */
	}

#page, #about {
	background-color: white;
	text-align: left;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	}
	
body {
	margin: 0;
	padding: 0; 
	}

#page, #header, #about {
	margin: auto;
	padding: 5px;
	font-size: 18px;
	overflow: hidden;
	width:95% !important;
	}

#about {
	margin-top: 10px;
}

#about p {
	border: none;
	font-size: 10px;
}

#header {
	text-align:left;
	color: white;
	font-size: 16px;
}

#header .big {
	font-size: 20px;
	font-weight: bold;
	display: inline;
}

p	{
	clear: both;
	border-top: 1px dashed #ccc;
	margin: 5px;
	padding: 10px;
}

img {
	padding: 4px;
}

#header img {
	padding: 0px;
}

.label {
	float: left;
	width: 180px;
	margin-left: 10px;
	margin-top: 8px;
}

#username, #password {
	width: 100%;
	margin-bottom: 5px;
	margin-top: 5px;
}

#login {
	margin: 10px 0 0 0;
	height: 30px;
	width: 150;
	float:right;
}

h1 {
	font-size: 20px;
	line-height: 20px;
	vertical-align: middle;
}

.smallTxt {
	font-size: 10px;
	line-height: 20px;
	vertical-align: middle;
}
.sendMessage {
	float: right;
	margin: 4px;
}

#messageEnter {
	margin-bottom: 40px;
}

input, .btn, textarea {
	background-color: #f9f9f9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #666;
	padding: 4px;
}

textarea {
	width: 100%;
}

input.txt {
	width: 40%;
	font-size: 18px;

}

.btn {
	cursor: pointer;
	background-color: #394a5a;
	color: #fff;
}

.btn:hover {
	background-color: #f9f9f9;
	color: #333;
}

#header .btn {
	background-color: #ffffff;
	color: #333;
	font-size: 10px;
	margin-bottom: 4px;
	float:right;
	text-decoration: none;
	margin-top:20px;
}

#header .btn a {
	text-decoration: none;
	padding: 0 5px;
}


#header .btn a:hover {
	text-decoration: underline;
}

#notice {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px;
}

.right {
	float: right;
}

#userImage {
	display: none;
}