/* DEFAULTS */
*{
	padding:0;
	margin:0;
}
body{
	width:300px;
	height:250px;
	color:#000000;
	font-family:Arial,sans-serif;
	font-size:13px;
	line-height:110%;
	/*border:1px solid purple;*/
}
h1{
	font-size:120%;
	margin-bottom:3px;
}
h2{
	font-size:120%;
}
a, a:hover{
	color:#6ACE14;
}
p.error{
	color:#ca0000;
}

/* CONTENT*/
#wrapper{
	padding:5px;
	background-color:#ffffff;
	border:1px solid black;
	-moz-border-radius:5px;
  	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
}
#logo{
	float:left;
	margin:0 2px 10px 0;
}

#content{
	clear:both;
	background-color:#84D831;
	padding:6px 12px;
	-moz-border-radius:5px;
  	-khtml-border-radius:5px;
	-webkit-border-radius:5px;
	height:95px;
}
#content p{
	padding: 1px 0;
}
#content a{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#content a:hover{
	text-decoration:underline;
}
#petition, #privacy{
	font-size:90%;
}
#petition p, #privacy p{
	padding-top:0.7em;
}
form p.radio{
	width:110px;
	float:left;
	margin-top:5px;
}

/* FORM */
form p.radio img{
	vertical-align:middle;
}
input{
	color:#ffffff;
	border:0 none;
	font-size:90%;
}
input.text{
	width:145px;
	background-color:#73C62A;
}
input.form-error{
	border:1px solid #ca0000;
}
label.fixed{
	display:block;
	float:left;
	width:110px;
}
#submit{
	margin-top:5px;
}

