/* -------------------------------------------------------------- 

   James Carleton, Designer | james@carletondesign.com
   Eric Ritchey, Front-end  | eric@eandjdesign.com
   Mike Thomas,  Back-end   | mbthomas@gmail.com
   tweetgo.net, v2 wireframing; rev 1.0

-------------------------------------------------------------- */

/* Site
-------------------------------------------------------------- */

/* common styles
---------------------------- */
li, ul, ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

h2 {
	font-weight: normal;
	margin: 0;
	text-transform: lowercase;
	clear:both;
}

input[type=text], input[type=button], button, textarea, input[type=submit]{
	border: none;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;	
}

input[type=text], textarea{
	font-size: 1.2em;
}

input[type=button], button, input[type=submit]{
	font-size: 1.5em;
}

/* container element
-------------------------------------------------------- */
#ctnr {
	width: 96%;
	margin: 0 2%;	
}

/* content element
-------------------------------------------------------- */
#cnt {
	clear: both;
}

#footer {
	margin-top: 0em;
	font-size: .8em;
	text-align: center;
}

#rateLimitingStatus
{
	position: absolute;
	left: 2%;
}

.tos li
{
	margin-top: .5em;
}

/* FLASH INFORMATION */
.FlashInformation {
	position: absolute;
	left: 0;
	top: 0;
	padding: .5em 3em;
	background: #2f2f2f;
}
