.container {
	margin-top: 30px;
	position: relative;
}
#header {
	position: relative;
}
table.th {
	text-align: left;
}

img {
	border: 0;
}

fieldset {
	padding: 10px;
	border: 1px solid #c2c2c2;
	background-color: #ffffff;
	margin: 0;
}

fieldset h3 {
	padding-top: 10px;
}

div.block_text {
	margin-left: 10px;
	margin-right: 10px;
}

table.links {
	width: 940px;
}

div.play *, div.stop * {
	display: none;
}

/* @group List */

tr.albumCell {
	border-bottom: 1px solid #c2c2c2;
}

tr.totals td.first {
	text-align: right;
}

table.list {
	width: 100%;
	margin-bottom: 10px;
}

table.list img {
	vertical-align: middle;
}

table.list img.cover {
	float: left;
	padding-right: 5px;
}

table.list tr {
	background-color: #eee;
}

table.list tr.totals {
	border-top: 1px solid #9e9e9e;
	background-image: url(/images/microsite/totalTexture.gif);
	height: 33px;
	text-transform: uppercase;
}

table.list tr.odd a.smallButton {
	background: transparent url('/images/microsite/store/whiteEvenBtnLeftSmall.gif') no-repeat left;
}

table.list tr.odd a.smallButton span {
	background: transparent url('/images/microsite/store/whiteEvenBtnRightSmall.gif') no-repeat right;
}

div.actions,
table.list tr.actions {
	background-color: #3f3f3f;
}

div.actions,
table.list tr.actions td {
	border: 0;
	margin-bottom: 20px;
}

div.actions table,
table.list tr.actions td table {
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
}

table.list td.title {
	width: 40%;
}

table.list {
	border-collapse: collapse;
}

table.list .price {
	/*width: 80px;*/
	text-align: right;
	text-transform: uppercase;
}

table.list .quantity {
	text-align :right;
	text-transform: uppercase;
}

table.list th {
	padding: 4px 10px 4px 4px;
	background-color: #bbb;
	color: #404040;
	font-size: 10px;
	text-align: left;
	vertical-align: top;
	text-transform: uppercase;
}

table.list td {
	font-weight: bold;
	padding: 4px 10px 4px 6px;
	height: 25px;
}


table.list td.last {
	border: none;
}

table.list tr.odd a.small_button {
	background: transparent url('/images/microsite/store/whiteEvenBtnLeftSmall.gif') no-repeat left;
}

table.list tr.odd a.small_button span {
	background: transparent url('/images/microsite/store/whiteEvenBtnRightSmall.gif') no-repeat right;
}

/* @end */

/* @group Cart */

table.cart {
	width: 950px;
	margin-bottom: 10px;
}

#cart_contents table.cart {
	margin: 0 10px 10px 0;
}

table.cart tr.odd {
	background-color: #e0e0e0;
}

table.cart tr.even {
	background-color: #eee;
}

td.quantity select {
	/*padding: 4px;*/
}

table.cart td, table.cart th, table.cart td.last {
	border: 1px solid #c2c2c2;
}

#cart_info a:hover {
	text-decoration: underline;
}
#cart_info a {
	color: #fff;
	text-decoration: none;
}

.paypal span.disclaimer, span.disclaimer {
	font-weight: normal;
	font-size: 10px;
}

div.change_country table {
	margin-right: 0;
	margin-left: 5px;
}

div.change_country {
	float: right;
}

ul.country_list {
	list-style-type: square;
}

ul.country_list a {
	color: #2d0ba9;
}

table.cart span.description {
	font-weight: normal;
}

table.cart tr.location_basis td {
	background-color: black;
	color: white;
	text-align: center;
	padding: 8px;
	border-left: 1px solid black;
	border-right: 1px solid black;
	border-top: 1px solid black;
	border-bottom: 3px solid white;
}

table.cart tr.location_basis a {
	color: white;
	font-weight: normal;
	padding-left: 10px;
	font-size: 90%;
	outline: none;
}

/* @end */



/* @group Mini Cart Contents */

table.mini_cart_contents {
	width: 100%;
}

table.mini_cart_contents td,
table.mini_cart_contents th {
	padding-top: 5px;
	padding-bottom: 5px;
}

table.mini_cart_contents th {
	text-align: left;
	border-bottom: 1px solid #797979;
	text-transform: uppercase;
	padding-top: 10px;
}

table.mini_cart_contents td {
	border-bottom:  1px solid #e1e1e1;
}


table.mini_cart_contents div.title {
	font-weight: bold;
}

table.mini_cart_contents a.x {
	background-color: #747474;
	padding: 2px;
	color: white;
	font-weight: bold;
	display: block;
	width: 14px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

table.mini_cart_contents td.remove {
	text-align: right;
}

table.mini_cart_contents th.total {
	border-bottom: none;
}

table.mini_cart_contents th.total span {
	display: block;
	float: left;
}

table.mini_cart_contents th.total a {
	display: block;
	float: right;
}

table.mini_cart_contents a.remove {
	display: block;
	background: url(/images/buttons/remove.png) no-repeat scroll 0 0;
	width: 16px;
	height: 16px;
}

table.mini_cart_contents a.remove:hover {
	background-position: 0 -16px;
}

/* @end */

/* @group Buttons */

a.small_button {
	color: #5f5f5f;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent url('/images/microsite/store/whiteBtnLeftSmall.gif') no-repeat left;
	display: block;
	line-height: 9px;
	height: 25px;
	padding-left: 7px;
	text-decoration: none;
	text-align: center;
	margin-left: 0px;
	font-size: 10px;
}

a.small_button span {
	background: transparent url('/images/microsite/store/whiteBtnRightSmall.gif') no-repeat right;
	display: block;
	padding: 8px 17px 8px 10px;
}

a.primary_action {
	color: #5f5f5f;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent url('/images/microsite/store/whiteOnBrownLeftLarge.gif') no-repeat left;
	display: block;
	line-height: 10px;
	height: 35px;
	padding-left: 8px;
	text-decoration: none;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	float: left;
}

a.primary_action span {
	background: transparent url('/images/microsite/store/whiteOnBrownRightLarge.gif') no-repeat right;
	display: block;
	padding: 15px 16px 10px 8px;
}

a.secondary_action {
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	background: transparent url('/images/microsite/store/greyOnBrownLeftLarge.gif') no-repeat left;
	display: block;
	line-height: 9px;
	height: 35px;
	padding-left: 8px;
	text-decoration: none;
	margin-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}

a.secondary_action span {
	background: transparent url('/images/microsite/store/greyOnBrownRightLarge.gif') no-repeat right;
	display: block;
	float: left;
	padding: 14px 17px 12px 9px;
}

table.button_small {
	border-collapse: collapse;
	height: 18px;
	text-transform: uppercase;
	font: 9px Arial, Lucida, Verdana, sans-serif;
	font-weight: bold;
	float: left;
	margin-right: 10px;
}

table.button_small td {
	margin: 0;
	padding: 0;
	border: 0;
	height: 18px;
}

table.button_small a {
	display: block;
	text-decoration: none;
	line-height: 18px;
	padding: 0 8px;
	color: #000;
	outline: none;
}

table.button_small:hover td {
	background-position: 0 -18px;
}

table.button_small .left {
	background: url(/images/buttons/button_18_left.gif) 0 0 no-repeat;
	width: 3px;
	padding: 0;
	border: 0;
	margin: 0;
	height: 18px;
}

table.button_small .middle {
	background: url(/images/buttons/button_18_middle.gif) repeat-x 0 0;
	padding: 0;
	border: 0;
	margin: 0;
	height: 18px;
}

table.button_small .right {
	background: url(/images/buttons/button_18_right.gif) 0 0 no-repeat;
	width: 3px;
	padding: 0;
	border: 0;
	margin: 0;
	height: 18px;
}

table.primary_action, table.secondary_action {
	border-collapse: collapse;
	height: 35px;
	text-transform: uppercase;
	font: 15px Arial, Lucida, Verdana, sans-serif;
	float: left;
	margin-right: 10px;
}

table.primary_action a, table.secondary_action a {
	display: block;
	line-height: 35px;
	text-decoration: none;
	padding: 0 12px;
	outline: none;
	font-weight: bold;
	color: #000;
}

table.primary_action td, table.secondary_action td {
	height: 35px;
	margin: 0;
	padding: 0;
	border: 0;
}

table.primary_action:hover td, table.secondary_action:hover td {
	background-position: 0 -35px;
}

table.primary_action .left {
	background: url(/images/buttons/button_medium_light_left.gif) 0 0 no-repeat;
	width: 6px;
	padding: 0;
	border: 0;
	margin: 0;
}

table.primary_action .middle {
	background: url(/images/buttons/button_medium_light_middle.gif) repeat-x 0 0;
	padding: 0;
	border: 0;
	margin: 0;
}

table.primary_action .right {
	background: url(/images/buttons/button_medium_light_right.gif) 0 0 no-repeat;
	width: 6px;
	padding: 0;
	border: 0;
	margin: 0;
}

table.secondary_action .left {
	background: url(/images/buttons/button_medium_dark_left.gif) 0 0 no-repeat;
	width: 6px;
	padding: 0;
	border: 0;
	margin: 0;
}

table.secondary_action .middle {
	background: url(/images/buttons/button_medium_dark_middle.gif) repeat-x 0 0;
	padding: 0;
	border: 0;
	margin: 0;
}

table.secondary_action .right {
	background: url(/images/buttons/button_medium_dark_right.gif) 0 0 no-repeat;
	width: 6px;
	padding: 0;
	border: 0;
	margin: 0;
}

/* @end */

div.payment tr, div.confirmation tr {
	/*border-bottom: 1px solid #cfcfcf;*/
}

div.payment tr tr, div.confirmation tr tr {
	border-bottom: none !important;
}

div.payment h1 {
	/*margin-left: 10px;*/
	font-weight: normal;
}

div.download_manager_instructions img {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.download_manager_instructions p {
	font-size: 1.2em;
}

img.ajax_loader {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.block_text {
	margin-left: 10px;
}

/* @group Credit Card */

#billing_address_container, #shipping_address_container {
	float: left;
}

table.credit_card_form {
	float: left;
	width: 425px;
	padding-right: 20px;
	margin-left: 20px;
	clear: left;
}

table.credit_card_form th {
	text-align: right;
	width: 125px;
}

div.payment_information th {
	text-align: left;
}

div.payment_information td {
	padding-right: 20px;
}

div.payment_information table {
	margin-bottom: 20px;
}

div.credit_card_form {
	color: black;
}

div.credit_card_form a {
	color: #102d5e;
}

div.errorBanner {
	color: red;
	font-weight: bold;
	padding: 10px;
	border: 1px solid black;
	margin-bottom: 10px;
}

div.credit_card_form label {
	font-weight: bold;
}

div.credit_card_form table.confirm_info {
	margin-left: 40px;
}

/* deals with the jQuery iframe IE popup thing... */
iframe {
	height: 0;
}


div.payment h2 {
	font-size: 18px;
	color: #000;
	margin-top: 0;
}

div.payment h3 {
	color: #000;
}

div.fieldWithErrors {
	display: inline;
	color: red;
}

/* @end */




/* @group PayPal */

div.paypal {
	border: 1px solid #c2c2c2;
	padding: 10px;
	margin-bottom: 10px;
	background-color: #ffffff;
	color: #000;
}

.paypal div {
	float: left;
}

.paypal span {
	font-weight: normal;
	font-size: 18px;
	line-height: 35px;
}

.paypal img {
	vertical-align: middle;
	padding-right: 10px;
}

.paypal table {
	display: inline;
}

/* @end */

/* @group Clearfix */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

/* @end */

/* @group Cart */

#cart_info {
	width: 960px;
	background-color: #000;
	color: #999;
	position: fixed;
	line-height: 30px;
	margin: 0 auto;
	padding: 0;
	top: 0;
	z-index: 999;
	list-style: none;
}

#cart_info div {
	float: right;
}

#cartcount {
	margin-right: 10px;
}

#mini_cart_contents {
	/*width: 150px;*/
	float: right;
}

#checkout {
	background-color: #333;
	border-left: 1px solid #4f4f4f;
	padding: 0 10px;
}
/* @end */

/* @group Footer */

#footer {
	padding: 15px;
	line-height: 20px;
	text-align: center;
	margin-bottom: 100px;
}

/* @end */

/* @group Album Details */

div.album_details img.featured {
	border: 1px solid #c2c2c2;
	float: left;
	margin-right: 20px;
}

div.album_details h3 {
	font-weight: normal;
	font-size: 1.5em;
	margin-bottom: 0.5em;
	margin-top: 0;
}

div.album_details h4 {
	background-color: #f1f1f1;
	font-weight: bold;
	margin: 20px 20px 0 0;
	font-size: 14px;
	padding: 4px 10px 4px 5px;
}

span.year {
	font-weight: normal;
	color: #5d5d5d;
}

div.album_description {
	float: left;
	width: 300px;
}

div.album_description .add_to_cart, div.album_description .in_cart {
	float: right;
}

ul.album_tracks {
	list-style-type: none;
	padding: 0;
	margin: 0 20px 0 0;
}

ul.album_tracks li {
	height: 22px;
	padding: 9px 10px;
	position: relative;
}

ul.album_tracks .add_to_cart, ul.album_tracks .in_cart {
	float: right;
}

ul.album_tracks div.item {
	float: left;
	height: 22px;
	width: 475px;
	line-height: 22px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	padding: 0 2px;
}

ul.album_tracks div.price {
	float: left;
	height: 22px;
	line-height: 22px;
	padding: 0 2px;
	text-align: right;
}

ul.album_tracks div.play, ul.album_tracks div.stop {
}

ul.album_tracks li.highlight {
	border: 2px solid #6c6c6c;
}

/* @end */

.add_to_cart, .in_cart, .show_details {
	line-height: 22px;
	background: url(/images/stores/large/button_small_3_state.png) no-repeat;
	display: block;
	width: 50px;
	height: 22px;
	text-align: center;
	text-decoration: none;
}

.add_to_cart a, .show_details a {
	display: block;
	font-weight: bold;
	font-style: none;
}

.add_to_cart:hover, .show_details:hover {
	background-position: 0 -22px;
}

.add_to_cart a, .in_cart a, .show_details a {
	color: #fff;
	text-decoration: none;
}

.in_cart {
	background-position: 0 -44px;
	color: #5d5d5d;
}

#cart_contents, div.actions, fieldset, div.paypal {
	/*margin-left: 10px;*/
}

table.cart {
	/*margin: 0 0 10px 10px;*/ /* commented because it was always pushing stuff out */ 
	width: 940px;
}

div.payment h1 {
	/*margin-left: 10px;*/
}


/* @end */

/* @group Quick Search & Suggestions */

form#search_form {
	float: left;
	position: absolute;
	right: 0;
	bottom: 5px;
	width: 172px;
}

.search_field:focus {
	outline: 0;
}

.search_field_wrapper {
	right: 0;
	bottom: 0;
	padding: 0;
	height: 23px;
	width: 172px;
	background: url(/images/misc/search_box.png) 0 0 no-repeat;
	margin: 0;
	behavior: url(/stylesheets/iepngfix-crop.htc);
	zoom: 1;
}


.search_field {
	position: absolute;
	border: none;
	color: #000;
	top: 3px;
	left: 10px;
	font-size: 12px;
	width: 138px;
	margin: 0;
	background: none;
	zoom: 1;
}

.search_field.inactive {
	color: #999;
}

#suggest {
	position: absolute;
	right: 0;
	z-index: 100;
	width: 300px;
	font-size: 1.1em;
}

#suggest * {
	margin: 0;
	padding: 0;
}

#suggest .header {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	margin: 0;
	font-weight: bold;
}

#suggest .footer {
	line-height: 30px;
	height: 30px;
	text-align: center;
}

#suggest .empty {
	line-height: 30px;
	height: 30px;
}

#suggest ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 100;
	position: relative;
	background-color: #ededed;
	border: 2px solid #2187ed;	
}

#suggest li {
	position: relative;
	clear: both;
	height: 52px;
	padding: 4px;
	margin: 0;
}

#suggest img {
	position: absolute;
	/* this will stretch/compress certain things, but that's better
	than it busting out of the box! */
	width: 50px;
	height: 50px;
}

#suggest p {
	height: 25px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	padding-left: 55px;
}

#suggest a {
	line-height: 25px;
	text-decoration: none;
}

ul.search_results .highlight {
	background: #b8b8b8;
}

/* @end */

/* @group Album Minis */

ul.album_minis {
	/* back this to the left so we don't get double padding */
	/*margin-left: -20px;*/
	padding: 0;
	margin: 0;
	position: relative;
}

ul.album_minis h3 {
	margin: 0;
	overflow: hidden;
	font-size: 12px;
	font-weight: bold;
	height: 32px;
	border-bottom: 1px solid #d1d1d1;
}

ul.album_minis span.year {
	color: inherit;
}

ul.album_minis li.album {
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-right: 20px;
	display: block;
	width: 140px;
	float: left;
	list-style: none;
	position: relative;
}

ul.album_minis li.album img.album_art {
	border: 1px solid #d1d1d1;
	height: 128px;
	width: 128px;
	display: block;
	padding: 5px;	
	margin-bottom: 4px;
}

ul.album_minis ul.album_details {
	margin: 0 0 4px 0;
	padding: 0;
}

ul.album_minis ul.album_details li {
	float: left;
	line-height: 15px;
	list-style-type: none;
}

ul.album_minis ul.album_details li.type_and_count {
	float: right;
	cursor: pointer;
}

ul.album_minis ul.album_details li.type_and_count:hover {
	text-decoration: underline;
}

ul.album_minis .add_to_cart, ul.album_minis .in_cart {
	float: right;
}

ul.album_minis ul.album_details li.cart, ul.album_minis ul.album_details li.price {
	float: right;
	line-height: 22px;
}

ul.album_minis ul.album_details li.format {
	line-height: 22px;
}

.side_track_list div.mini_description {
	float: none;
}

div.mini_description h4 {
	margin: 0;
	font-weight: normal;
}

div.mini_description h3 {
	font-size: 14px;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
	border-bottom: 1px solid #d1d1d1;
}

/* @end */

ul.album_list img, ul.track_album_list img {
	display: block;
	float: left;
	margin-right: 7px;
	width: 50px;
	height: 50px;
	vertical-align: top; /* needed for ie */
}

ul.list .add_to_cart, ul.list .in_cart, ul.list .show_details {
	float: right;
	margin-top: 15px;	
}

ul.track_album_list div.description {
	float: left;
	width: 430px;
	margin-right: 25px;
}

ul.track_album_list div.item {
	font-weight: bold;
	float: left;
	line-height: 18px;
	width: 350px;
	position: relative;
	padding-left: 2px;
	padding-right: 2px;
}

ul.track_album_list div.album_title {
	clear: left;
	margin-left: 24px;
	white-space: nowrap;
	overflow: hidden;
}
ul.track_album_list .play,
ul.track_album_list .stop {
	float: left;
}
ul.track_album_list li {
	padding: 5px;
}

table.track_list tr.odd, li.odd {
	background-color: #f1f1f1;
}

table.track_list tr.even, li.even {
	background-color: #e1e1e1;
}

/* @group Format Selector */

.add_format_to_cart {
	cursor: pointer;
}

div.format_selector {
	/* letting qTip put the padding in */
}

div.format_selector h1 {
	padding: 0;
	margin: 0 0 5px 0;
	font-size: 18px;
}

div.format_year_description {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 5px 0 5px 0;
	margin-bottom: 5px;
}

div.format_year_description span.track_count {
	float: right;
	color: #5d5d5d;
}

ul.format_options {
	list-style-type: none;
	margin: 0;
	padding: 0 0 10px 0;
}

ul.format_options span.type_name {
	display: block;
	float: left;
	width: 190px;
}

ul.format_options span.price {
	display: block;
	float: right;
	margin-right: 5px;
}

ul.format_options li.element {
	line-height: 22px;
	margin-top: 4px;
}

ul.format_options li.availability {
	color: #333;
	font-size: 11px;
}

/* @end */

/* @group Languages */

div.languages a, div.languages span.language {
	padding: 0 10px;
}

div.languages a {
	/*font-weight: normal;*/
}

div.languages span.language {
	border: 1px solid white;
	text-transform: uppercase;
}

/* @end */




table.confirm_info {
	border-collapse: collapse;
	font-size: 14px;
}

table.confirm_info th {
	text-align: right;
	padding: 5px 5px 0 0;
}

table.confirm_info td {
	padding: 5px 0 0 5px;
}

/* @group Side Track List */

div.qtip-content {
	/* patch for IE6 and scrolling with position: relative */
	position: relative;
	background-color: #ededed;
}

ul.side_track_list {
	margin: 0;
	padding: 0;
}

.side_track_list a.add_to_cart {
	color: #fff;
	padding: 0px 5px;
}

.side_track_list div {
	float: left;
	vertical-align: top; /* needed for ie */
	/*margin-right: 4px;*/
	/*border: 1px solid red;*/
}

.side_track_list div.item {
	width: 140px;
	overflow: hidden;
	white-space: nowrap;
	position: relative;
	line-height: 22px;
	padding-left: 2px;
	padding-right: 2px;
}

.album_minis .in_cart, .album_minis .add_to_cart, .side_track_list .in_cart, .side_track_list .add_to_cart {
	margin-left: 10px;
}

.side_track_list div.price {
	margin-left: 10px;
	margin-right: 0;
	line-height: 22px;
	text-align: right;
}

.second_features .side_track_list a {
}

.album_minis .in_cart, .side_track_list .in_cart {
	background-position: 0px -44px;
	color: #5d5d5d;
}

.side_track_list li {
	border-bottom: 1px solid #ddd;
}

.side_track_list li, .side_track_list li.even, .side_track_list li.odd {
	font-size: 0.9em;
	padding: 4px 0 4px 0;
	list-style-type: none;
	line-height: 19px;
	background-color: #e9e9e9;
	margin: 0;
}

.side_track_list div.play, .side_track_list div.stop, .side_track_list div.play_disabled {
	padding-top: 2px;
	background-position: 0 2px;
	padding-right: 0px;
}

div.free_shipping {
	padding: 4px;
	margin-bottom: 10px;
	border: 1px solid #cc0040;
	width: 60%;
}

/* @end */
table.confirm_info tr.divider td {
	padding-top: 5px;
	line-height: 5px;
}

/* @group save_your_download */
.save_your_download {
	border: 10px solid #cecece;
	padding: 10px;
	width: 204px;
	float: right;
	background-color: white;
	color: black;
}
.save_your_download h3{
	color: red;
	margin-top: 0;
}
.save_your_download ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.save_your_download li.firefox {
	background: url(/images/misc/icon_FF.jpg) no-repeat;
}
.save_your_download li.ie {
	background: url(/images/misc/icon_IE.jpg) no-repeat;                                                                                      
}
.save_your_download li strong {
	padding-left: 25px;
}
.save_your_download li.ie strong {
	line-height: 22px;
}
.save_your_download img {
	display: block;
	margin: 10px 0 10px;
}
.save_your_download p strong {
	color: #00f;
}

#download_manager table.links {
	width: 670px;
}
/* @end */


.album_only {
	float: right;
	font-size: 9px;
}

ul.list .album_only {
	line-height: 50px;
}


div#mailing_lists {
/*  background-color:#FFFFFF;*/
  border-bottom:1px solid #C2C2C2;
  margin:0 0 20px 0px;  
  margin-top:10px;
  padding:10px;
  float:left;
  width:938px;
}


div#mailing_lists h1, h2, h3{
  margin:0;
  margin-top:5px;
  padding:0;
}


div#mailing_lists div.title{
  font-family:georgia, palatino, serif;
  font-weight:bold;
  font-style:italic;
  font-size:35px;
  margin-bottom:10px;
  margin-right:20px;
  float:left;
  height:35px;
}

div#mailing_lists div.subtitle{
  font-size:16px;
  margin-bottom:10px;
  float:left;
  line-height:50px;
  height:35px;
}

div#mailing_lists #email{
  font-family:georgia, palatino, serif;
  font-weight:bold;
  color:grey;
  float:right;
  font-size:20px;
  margin-top:5px;
  margin-right:10px;
  width:300px;
}


div#mailing_lists .join-button{
  font-family:georgia, palatino, serif;
  font-weight:bold;
  float:right;
  font-size:20px;
  margin-top:5px;
  margin-right:5px;
  width:100px;
}

div#mailing_lists #neutral-age-screener{
  font-size:18px;
  clear:both;
  float:right;
  margin-top:5px;
  margin-bottom:5px;
}

div#mailing_lists #neutral-age-screener div{
  float:left;
  margin-right:10px;
}

/*div#mailing_lists input{
  float:left;
  margin-right:10px;
}
div#mailing_lists div.message{
  float:left;
}
*/
