/*  Application specific */

.container-form{
	width: 100%;
}

/*  home page */
#amount p {
	left: -30%;
	position: relative;
	width: 50%;
}

#amount .zipCodeInside {
	width: 20%;
}

#expires_year {
	margin-left: 5px;
}

.zipCodeInside label.radioLabel{
	display: inline;
	float: none;
	text-align: left;
	width: 0;
}

p.small_text_info{
	width:31%;
}

.radioButtonFieldSet {
  border: 0 none;
  margin: 0;
  padding: 0;
}

.radioButtonFieldSet legend{
	color: #282828;
	display: block;
	float: left;
	font-size: 1em;
	line-height: 1.8em;
	margin: 0 2% 0 0;
	padding: 0;
	text-align: right;
	width: 32%;
}

.radioButtonFieldSet div{
	float: left;
	text-align: left;
	width: 60%;
}

.radioButtonFieldSet label, .radioButtonFieldSet .radioLabel{
	display: inline;
	float: none;
}

.radioButtonFieldSet p {
	float: right;
	font-size: 77%;
	line-height: 1.2 em;
	margin: 0;
	width: 33.6%;
}

#placard{
	-moz-box-shadow: 4px 4px 3px #AAA;
	-webkit-box-shadow: 4px 4px 3px #AAA;
	box-shadow: 4px 4px 3px #AAA;
}

.img{
	text-align: center;
}

.error {
	border-style: none;
	padding: 0;
}

#recaptcha_widget_div{
	width: 50%;
}

.disclosure {
	float: right;
	font-size:77%;
	line-height:1.2em;
	text-align: right;
	width: 35%;
}

/*  Receipt Page */
#donationsreceipt .list_form {
	line-height: 1.15em;
	margin: 0;
}

#donationsreceipt .list_form .labelPlaceHolder {
	width: 13%;
}

#donationsreceipt .inputAndInstructions {
	width: 80%;
}

#donationsreceipt .list_form li {
	margin: 0 0 6px;
}

#donationsreceipt legend {
	padding: 0 7px 7px 7px;
}

.logoutBox {
	width: 420px;
}

/* Mobile specific */

@media only screen and (max-device-width: 640px), only screen and (max-width: 640px){
	.radioButtonFieldSet legend{
		width: auto;
		margin-right: 0;
		padding: 0 !important;
	}
	
	.radioButtonFieldSet p {
		float: none;
	}
	
	.radioButtonFieldSet div {
		width: auto;
		margin-left: 10px;
	}
	
	#expires_year {
		margin-left: 0;
	}
	
	#amount p{
		left: 0;
	}
	#amount .zipCodeInside {
		width: 95%;
	}
}
