/* for cobranding logo in header */
header#top img.cobranding {
	margin-left:275px;
	margin-top:10px;
	max-height:90px;
	float:right;
}

/* For outside US petition */

span.info {
	font-size:12px;
	color: #AAA !important;
	float:left;
	margin-bottom:10px;
}

.main .pull-left {
	padding-left:29px;
}

.main .margin-right-20 {
	margin-right: 20px;
}
#content section.contentheading {
	padding-bottom: 0;
}

#content section.contentheading h1 {
	margin-left: 0;
}
#content section.contentheading img {
	float: left;
	position: relative;
	margin-right: 20px;
	margin-bottom: .5em;
}
#content section.contentheading p {
	margin-left: 0;
}

#content form label[for="id_country"] {
display: inline-block;
margin-right: 10px;
}

#content #petition_extra_fields {
	margin-top:10px;
	clear:left;
}

#content #petition_extra_fields ul.user_form li > small {
	float:left;
	color:#AAA;
	margin:-10px 0px 10px 10px;
}

#content .group {
	margin: 20px auto;
	display: block;
	width: 90%;
	padding:0;
}

#content .group li {
	font-family: "din-condensed-web", sans-serif;
	border: none;
	color: white;
	background-color: #00AEEF;
	display: inline-block;
	font-size: 28px;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 38px;
	height: 47px;
	padding: 0 20px;
	-webkit-border-radius: 19px;
	-moz-border-radius: 19px;
	border-radius: 19px;
	clear: both;
	min-width:100px;
	text-align:center;
}

#content .group li.facebook {
	background-image: -moz-linear-gradient(top, #4568B2, #30487B);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#4568B2), to(#30487B));
	background-image: -webkit-linear-gradient(top, #4568B2, #30487B);
	background-image: -o-linear-gradient(top, #4568B2, #30487B);
	background-image: linear-gradient(to bottom, #4568B2, #30487B);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff4568b2', endColorstr='#ff30487b', GradientType=0);
}

#content .group li.twitter {
	background-color: #0BB8E7;
	background-image: -moz-linear-gradient(top, #12CCFF, #009AC4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#12CCFF), to(#009AC4));
	background-image: -webkit-linear-gradient(top, #12CCFF, #009AC4);
	background-image: -o-linear-gradient(top, #12CCFF, #009AC4);
	background-image: linear-gradient(to bottom, #12CCFF, #009AC4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff12ccff', endColorstr='#ff009ac4', GradientType=0);
}

#content .group li.email {
	background-image: -moz-linear-gradient(top, #00AEEF, #009AC4);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00AEEF), to(#009AC4));
	background-image: -webkit-linear-gradient(top, #00AEEF, #009AC4);
	background-image: -o-linear-gradient(top, #00AEEF, #009AC4);
	background-image: linear-gradient(to bottom, #00AEEF, #009AC4);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00AEEF', endColorstr='#ff009ac4', GradientType=0);
}

#content .group li a {
	color: white;
	position:relative;
	top:4px;
}

#content .group li a:hover {
	text-decoration:none;
	text-shadow: 0 0 2px white;
	cursor:pointer;
}

.socialite-buttons {
	width:100%;
	margin-top:20px;
	text-align:center;
}

.socialite {
  display: inline-block;
}

.socialite.facebook-like {
	position:relative;
	bottom:3px;
}

.socialite-buttons a {
	display:inline;
}


div#signup {
	width:330px;
}

div#signup form input[type="submit"] {
	float:left;
	margin-bottom:10px;
}

div#signup form label.opt-in {
font-size: .7em;
line-height: 1.1em;
letter-spacing: 1px;
color: #666;
display: block;
margin: 10px 0;
padding-left: 20px;
padding-right: 45px;
position: relative;
clear:left;
}

div#signup form label.opt-in.disclaimer {
padding-left:0;
}