/* Eric Meyer's Reset Reloaded *//* http://meyerweb.com/eric/thoughts/2007/05/01/reset-reloaded/ */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;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}/* remember to define focus styles! */:focus {outline: 0;}/* remember to highlight inserts somehow! */ins {text-decoration: none;}del {text-decoration: line-through;}/* tables still need 'cellspacing="0"' in the markup */table {border-collapse: collapse;border-spacing: 0;}

body {
	background-color: #fff;
	font-family: 'Helvetica', 'Arial', sans-serif;
}

/* -----TYPOGRAPHY------ */
 
h1 {
}
h2 {
	font-size: 22px;
	color: #333;
	padding: 0 0 5px 0px;
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}

p {
	font-family: ÒMyriad ProÓ, Arial, Helvetica, Tahoma, sans-serif;
	font-size: 13px;
	color: #555;
	line-height: 16px;
}

/* -----LINKS------ */

/* -----LAYOUT------ */
#container {
	background-color: #fff;
	width: 750px;
	height: auto;
	margin: 0 auto;
}
#header {
	width: 750px;
	height: 251px;
	margin-top: 50px;
	background: #fff url(../images/logo.jpg) no-repeat;
}
#main {
	background: #fff url(../images/backing.jpg) no-repeat;
	width: 750px;
	height: 196px;
	margin: 5px 0 0 0;
}
#panel1 {
	width: 373px;
	float: left;
}
#intro {
	padding: 15px 5px 0 15px;
	height: 85px;
}
#social {
	font-size: 22px;
	color: #333;
	padding: 0 0 0 15px;
}
#panel2 {
	width: 370px;
	float: left;
	height: 120px;
}
#submit_copy {
	padding: 60px 0 0 15px;
	font-size: 12px;
}
img {
	margin: 10px 0 0 30px;
}
input.type {
	border: 1px solid #fff;
	margin: -28px 0 0 40px;
	height: 26px;
	width: 200px;
	float: left;
	cursor: text;
	display: inline;
	color: #333;
	font-size: 13px;
}
input.click {
	
	margin: 17px 0 0 265px;
	cursor: pointer;
	background-color: #333;
	color: white;
	font-size: 13px;
	background-color: #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px; 
	border: 2px solid #fff; 
	padding: 5px;
}