/*DOWNLOAD PDFs*/
div.download-pdfs {
	margin:50px 0;
	clear:both;
}

.download-pdfs p a {

}

#formdownloadpdfs {
	clear:both;
	/*width:100%;*/
	padding-top:30px;
	padding:0;
}
.downloadpdfs-fieldset {
	border:1px solid #8D9DBC;
	margin-bottom:10px;
	clear:both;
}
.downloadpdfs-fieldset legend {
	color:#8D9DBC;
	margin-left:30px;
}
div.downloadpdfs ul {
	list-style:none;
}
div.downloadpdfs ul li {
	width:180px;
	height:50px;
	float:left;
}
#container #content div.downloadpdfs ul li.bookletimg {
	height:260px;
	margin-left:20px !important; /*Overrules any site specific li spacing styles*/
}

div.downloadpdfs ul li label {
	padding:0px 5px 0px 0px;
	display:inline;
	float:none;
}

div.downloadpdfs p {
	clear:both;
	padding-left:20px;
}
.signup-details {
	padding-top:0px;
	padding-left:20px;
	width:330px;
	float:left;
}

.hidden {
	display:none;
}

p.overflow-hidden {
overflow:auto;
}

p.overflow-hidden label {
	float:left;
	width:55px;
	clear:left;
}

p.overflow-hidden input {
	float:left;
}

.pdfs-download-label {
	display:block;
	width:100%;
	float:left;
	font-weight:bold;
}

.pdfs-download-submit {
	padding-left: 55px;
}
.pdfs-download-submit-button {
	width:100px;
	clear:left;
}

h3.response {
	clear:both;
	width:100%;
	padding-top:30px;
}

form#formdownloadpdfs fieldset.downloadpdfs-fieldset div.downloadpdfs ul li.bookletimg img {
	float:none !important;
	border:none !important;
	padding:0px !important;
	margin:0px !important;
}

.signup-details p {
margin:10px 0;
}

input.pdfs-download-submit-button {
	background-color:#feffee;
	border:2px solid #666666;
	padding:5px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	cursor:pointer;
}

.checkboxes {
	display:inline; 
	height:20px; 
	width:20px; 
	float:left
}
