body {
	font-family:'lucida Grande',sans-serif;
}
h1 {
	font-size:1.2em;
	color:#2FC2EF;
	font-weight:bolder;
}
#api-limit {
	border:1px solid #2FC2EF;
	margin:auto;
	text-align:center;
	width:30%;
}
#mutweeps {
	width:510px;
}
#mutweeps img {
	border: 0;
	height: 45px;
	width:48px;
	padding-right:3px;
}
#wrapper {
	margin:20px auto;
	width: 500px;
}
#head {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background-color:#2FC2EF;
	color:white;
	font-size:3em;
	height:60px;
	text-align:center;
}
#head small {
	font-size:0.5em;
}
#faq ul {
	list-style:none;
	padding:0;
}
#faq h1 {
	color:#2FC2EF;
	font-size:1.2em;
	font-weight:bolder;
}
li.faq h2 {
	font-size:1.2em;
	font-weight:lighter;
	color:#2FC2EF;
}
a.twitter-link {
	color:#2FC2EF;
	text-decoration:none;
}
#tmm {
	float:right;
	margin-right:100px;
	margin-top:20px;
	text-align:center;
	width:177px;
}
.red {
	color:red;
	font-weight:normal;
	font-size:1em;
}
#footer {
	border-top: 1px solid #2FC2EF;
	margin: 50px 0 0 0;
	padding:15px;
	text-align: center;
}
#form {
	text-align:center;
}
.small {
	font-size:0.7em;
}
.toggler {
	cursor:pointer;
}
#tweet {
	margin-top:15px;
	text-align:center;
}
.cool {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	-moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.5);
	background:#2FC2EF url(../images/alert-overlay.png) repeat-x scroll 0 0;
	border-color:-moz-use-text-color -moz-use-text-color rgba(0, 0, 0, 0.25);
	border-style:none none solid;
	border-width:medium medium 1px;
	color:#FFFFFF;
	cursor:pointer;
	display:inline-block;
	margin:4px;
	padding:5px 10px 6px;
	position:relative;
	text-decoration:none;
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.25);
}
input, select {
border:1px solid #AAAAAA;
margin-right:3px;
padding:4px 2px;
}
.menu li {
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	background:#2FC2EF;
	border-color:-moz-use-text-color -moz-use-text-color rgba(0, 0, 0, 0.25);
	border-style:none none solid;
	border-width:medium medium 1px;
	color:#FFFFFF;
	display:inline-block;
	margin:4px;
	padding:5px 10px 6px;
	text-decoration:none;
	
}
.menu li a {
	color:#FFFFFF;
	text-decoration:none;
}
.menu li a:hover {
	color:#FFFFFF;
	text-decoration:underline;
}
