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

version: 0.1
author: Jamie Knight
contact: jamie@jkg3.com

Please feel free to learn from this code. Do not copy this code in whole, if you wish for a copy of this code, or any explanation plese contact me at the above adress. 
----------------------------------*/


/* =General
-----------------------------------------------------------------------------*/


/* Remove padding and margin */
* {
  margin: 0;
	padding: 0;
}

/* Put it back on certain elements */
h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, fieldset, table, ul {
  margin: 1em 0;
}

/* Class for clearing floats */
.clear {
	clear:both;
}


/* Remove border around linked images */
img {
	border: 0;
}

/* Basics
-----------------------------------------------*/

body {

	background: #C4F55E url(bg.gif) top center;
	font-family: "Trebuchet MS", sans-serif;
	margin-top: 40px;

}



#content {

	width:300px;
	margin-left: auto;
	margin-right: auto;
	background: #FFFFFF;
	border: 4px #CCCCCC solid;
	border-radius:15px; 
	-webkit-border-radius:15px; 
	-moz-border-radius:15px;
	padding: 20px;
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 50px;

}

h1 a {

	display: block;
	width: 100%;
	height: 100%;

}

h1 {

	background: url(logo.jpg) center top no-repeat;
	text-indent: -50000px;
	height: 66px;
	

}



.label input {

	font-size:16px;
	font-family: Helvetica;
	line-height: 1.6em;
	padding:4px;
	color: #333333;
	border: 1px #DDDDDD solid;
	width: 95%;
	margin-top: 0px;
	margin-bottom: 0px;
	border-radius:15px; 
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.button input { 

	background: #969696;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	color: #FFFFFF;
	padding-left:10px;
	padding-right:10px;
	margin-top: 10px;
	font-size:16px;
	font-family: Helvetica;
	line-height: 1.6em;
	padding:4px;
	border: 1px #DDDDDD solid;

}

.button  input:hover {

	background: #111111;
	padding: 4px;
	

}

 textarea {

	font-size:16px;
	font-family: Helvetica;
	line-height: 1.6em;
	padding:2px;
	color: #333333;
	border: 1px #DDDDDD solid;

}

.note {

	font-size: 12px;
	color: #AAAAAA;
	text-align: center;

}

/* campaign junk */

span.label,span.spacer,span.multiple span {width:120px;float:left;} 
span.multiple {float:left;} 
span.button {padding-left:120px;} 
div.clear {clear:both;padding-top:5px;} 
