/*
Theme Name: Blank Theme
Theme URI: http://www.iBatesDesigns.com
Description: Just Another Blank framework
Version: 1.0
Author: iBates
Author URI: http://www.iBatesDesigns.com
Tags: simple, basic
*/

/* Reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent; }

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ''; content: none; }
:focus { outline: 0; }
* { margin:0; padding:0; }

/* Stock Tags */
p { padding: 0px; font-family: helvetica, arial, sans-serif; }

strong { font-weight: bold; }
em { font-style: italic; }
hr { display: none; }

.left { float: left; }
.right { float: right; }
.center { margin: 0 auto; }
.clear { clear: both; }
.hide { display: none; }
.push { padding-top: 20px; }

/* Start Tags */

body { background: #000; }

.formwrap { 
	background: #ccc;
	color: #111;
	display: block;
	overflow: hidden;
	margin: 25px auto;
	width: 560px; 
	padding: 24px;
	}
	.header { height: 100px; background: #333; margin-bottom: 30px; }
	h1 { color: #fff; font-size: 36px; font-family: helvetica, arial, sans-serif; letterspacing: -1px; font-weight: bold; padding-top: 28px; }
	.label { font-family: helvetica, arial, sans-serif; font-weight: bold; font-size: 14px; margin: 20px 0; }
	.element { margin-bottom: 30px; }
		.input { height: 30px; width: 250px; }
	.button { background: #000; width: 100%; height: 75px; color: #fff; font-size: 30px; margin-bottom: 20px; }
		.button:hover { background: #fff200; color: #111; }
		
	.disclaimer { font-size: 10px; font-family: verdana; color: #a3a3a3; margin 20px 0; }
