/* DivShare Stylin' */

/* progress bar */

#submit_button, #gallery_submit_button {}

#progress_bar, #gallery_progress_bar {
	display:none;
	}
	
/* errors and msgs */
	
.msg {
	padding:10px;
	border:1px solid #0c0;
	background:#efe;
	margin:10px 0;
	}
	
.yellow_msg {
	padding:10px;
	border:1px solid #fc0;
	background:#ffe;
	margin:10px 0;
	text-align:center;
	font-size:12px;
	}

.errors {
	margin:10px 0;
	padding:5px 10px 10px 10px;
	border:1px solid #900;
	background:#fee;
	}

.errors .head {
	color:#900;
	border-bottom:1px solid #900;
	margin-bottom:7px;
	font-size:17px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	}
	
/* upload form */
	
#multi_link {
	margin-top:5px;
	border-top:1px solid #ddd;
	padding-top:3px;
	}
	
#multi_files {
	display:none;
	}
	
.multi_files_container {
	margin:2px 0 2px 0;
	border-left:4px solid #ccd;
	padding:2px 0 2px 10px;
	}
	
.multi {
	margin:5px 0;
	font-size:11px;
	}

.multi input {
	font-size:11px;
	}
	
.file_description_large {
	margin-top:3px;
	background:url('/images/form_sub_input_marker.gif') no-repeat top left;
	padding-left:14px;
	}

.file_description_small {
	display:none;
	margin-top:3px;
	background:url('/images/form_sub_input_marker_small.gif') no-repeat top left;
	padding-left:12px;
	}
	
.progresscontainer {
	width: 210px;
	height: 15px;
	background-color: #f7f7f7;
	border:1px solid #ccc;
}

.progressbar {
	width: 0px;
	height: 15px;
	background:#05c url('/images/progress_bar_bg.gif') repeat-x;
}

.progresspercent {
	font-size:21px;
	width:5ex;
	text-align:center;
	font-weight:bold;
	color:#007CF3;
	font-family:Arial, Helvetica, sans-serif;
}
	
/* text formatting */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	/* background:#fff url('/images/bg_top.gif') repeat-x; */
	margin:0;
	background:#fff;
	}
	
a:link {
	color:#03c;
	text-decoration:none;
}

a:visited {
	color:#069;
	text-decoration:none;
}

a:hover, a:active {
	color:#0ce;
	text-decoration:underline;
	}
	
a.cancel, a.action, a.green_action {
	font-size:12px;
	font-weight:normal;
}

a.cancel:link, a.cancel:visited {
	color:#f00;
	text-decoration:underline;
	}

a.cancel:hover, a.cancel:active {
	color:#fff;
	background:#f00;
	text-decoration:none;
	}
	
a.action:link, a.action:visited {
	color:#00e;
	text-decoration:underline;
	}

a.action:hover, a.action:active {
	color:#fff;
	background:#03b;
	text-decoration:none;
	}
	
a.green_action:link, a.green_action:visited {
	color:#0b0;
	text-decoration:underline;
	}

a.green_action:hover, a.green_action:active {
	color:#fff;
	background:#0a2;
	text-decoration:none;
	}
	
a.black:link, a.black:visited, a.black:hover, a.black:active {
	color:#000;
	text-decoration:none;
	}
	
a.darkblue:link, a.darkblue:visited {
	color:#009;
	text-decoration:none;
}

a.darkblue:active, a.darkblue:hover {
	color:#06c;
	text-decoration:none;
}

img { border:none; }

h1, h3, h4 {
	margin:0 0 10px 0;
	border-bottom:1px solid #dde;
	font-family:Arial, Helvetica, sans-serif;
	font-size:21px;
	}

h2 {
	font-size:18px;
	padding-top:3px;
	border-top:1px solid #dde;
	margin:10px 0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
h2.above {
	padding:0 0 3px 0;
	margin:0 0 10px 0;
	border-top:none;
	border-bottom:1px solid #dde;
	}
	
h3 {
	font-size:15px;
	margin-bottom:8px;
	}
	
h4 {
	font-size:14px;
	margin-bottom:5px;
	}
	
small {
	font-size:12px;
	}

.smaller { font-size: 11px; }
	
.gray { color:#999; }

.red { color:#c00; }

.unbold { font-weight:normal; }

.bold { font-weight:bold; }

.verdana { font-family:Verdana, Arial, Helvetica, sans-serif; }

.emailed_to_label {
	color:#999;
	font-size:11px;
	}

.emailed_to {
	text-align:center;
	font-size:15px;
	line-height:15px;
	margin-top:12px;
	}

.divider {
	margin-top:1em;
	padding-top:1em;
	border-top:1px solid #dde;
	}
	
.mid_page_message {
	margin:1em 0;
	padding:7px 0 8px 0;
	border-top:1px solid #dde;
	border-bottom:1px solid #dde;
	}

.mid_page_message p {
	margin:5px 0;
	}

/* layout */

.wrapper {
	width:750px;
	text-align:left;
	}
	
#header {
	border-bottom:1px solid #a8a8a8;
	margin:25px 0 15px 0;
	/* background:url('/images/v2/header_fade.gif') repeat-x bottom; */
	}
	
#header .logo {
	padding-bottom:5px;
	}
	
#header table tr td {
	vertical-align:bottom;
	}
	
td.small_logo {
	text-align:right;
	padding-bottom:5px;
	}
	
.cobrand_title {
	padding-bottom:3px;
	font-size:28px;
	font-family:Arial, Helvetica, sans-serif;
	}	
	
a.cobrand_header:link, a.cobrand_header:visited {
	color:#000;
	text-decoration:none;
	}
	
a.cobrand_header:hover, a.cobrand_header:active {
	color:#03c;
	text-decoration:none;
	}
	
/* header_links = new */

.header_links {
	text-align:right;
	padding-bottom:4px;
	color:#ccc;
	font-size:13px;
}

.header_links a:link, .header_links a:visited {
	font-weight:bold;
	color:#03c;
	text-decoration:none;
}

.header_links a:hover, .header_links a:active {
	font-weight:bold;
	color:#03c;
	text-decoration:underline;
}

.header_links a.current:link, .header_links a.current:visited, .header_links a.current:hover, .header_links a.current:active {
	color:#000;
	text-decoration:none;
}

.header_login {
	margin-bottom:10px;
	font-size:11px;
	text-align:right;
}

/* tabs! */

.tabs {	}

.tabs ul {
	margin:0;
	padding:0;
	}

.tabs ul li {
	display:inline;
	list-style:none;
	}

.tabs a:link, .tabs a:visited, .tabs a:hover, .tabs a:active {
	float:right;
	margin:0;
	padding:2px 10px 3px 10px;
	border-right:1px solid #e4e4e4;
	font-weight:bold;
	text-decoration:none;
	}
	
.tabs a:link, .tabs a:visited {
	color:#1474B3;
	}

.tabs a:hover, .tabs a:active  {
	background:#339BDE;
	color:#fff;
	}
	
.tabs a.current:link, .tabs a.current:visited {
	color:#03b;
	}

.tabs a.current:hover, .tabs a.current:active {
	color:#fff;
	}

/* main */

#main {
	width:415px;
	float:left;
	}
	
#wide_main {
	width:565px;
	float:left;
	}

/* sider :-* */

#sider {
	float:right;
	width:320px;
	}

#wide_sider, .wide_sider {
	float:none;
	width:415px;
	}
	
#narrow_sider {
	float:right;
	width:170px;
	}
	
#sider .top {
	width:320px;
	height:4px;
	overflow:hidden;
	background:#f7f7f7 url('/images/sider_top.gif') no-repeat;
	}

#wide_sider .top {
	width:415px;
	height:4px;
	overflow:hidden;
	background:#f7f7f7 url('/images/sider_wide_top.gif') no-repeat;
	}
	
#narrow_sider .top {
	width:170px;
	height:4px;
	overflow:hidden;
	background:#f7f7f7 url('/images/sider_narrow_top.gif') no-repeat;
	}

#sider .bottom {
	width:320px;
	height:4px;
	overflow:hidden;
	background:#f7f7f7 url('/images/sider_bottom.gif') no-repeat;
	}

#wide_sider .bottom {
	width:415px;
	height:4px;
	overflow:hidden;
	background:#f7f7f7 url('/images/sider_wide_bottom.gif') no-repeat;
	}

#narrow_sider .bottom {
	width:170px;
	height:4px;
	overflow:hidden;
	background:#f7f7f7 url('/images/sider_narrow_bottom.gif') no-repeat;
	}	

#sider .main, #wide_sider .main, #narrow_sider .main {
	overflow:hidden;
	background:#f7f7f7;
	border-left:1px solid #ccd;
	border-right:1px solid #ccd;
	padding:1ex 1em 0 1em;
	line-height:17px;
	}
	
#sider .tight, #wide_sider .tight, #narrow_sider .tight {
	padding:5px 1em 0 1em;
	line-height:15px;
	}
	
#sider .main p, #wide_sider .main p, #narrow_sider .main p {
	margin:0;
	padding:0 0 1em 0;
	}
	
#sider em, #wide_sider em {
	color:#f00;
	}
	
#sider .num, #wide_sider .num {
	font-size:11px;
	font-weight:bold;
	color:#08f;
	}

.left_border {
	border-left:1px solid #dde;
	padding-left:15px;
	}
	
td.main {
	width:415px;
	padding-right:15px;
	}

ul.checks {
	margin:0 0 1em;
	padding:0;
	}

ul.checks li {
	list-style:none;	
	background:url('/images/icons/check.gif') no-repeat left;
	padding-left:16px;
	}
	
ul.upload_sider li {
	background-position:0 2px;
	padding-bottom:7px;
	padding-left:18px;
	}
	
#sider .small, #wide_sider .small, .smalltext {
	line-height:17px;
	font-size:13px;
	}

#sider .small em, #wide_sider .small em {
	font-weight:bold;
	}
	
/* miscellany */

.buffer {
	padding:20px 0 0 0;
	clear:both;
	}
	
/* footer */

#footer {
	border-top:1px solid #a8a8a8;
	/* border-bottom:1px solid #dde; */
	/* background:url('/images/v2/footer_fade.gif') repeat-x top; */
	padding:8px 0 20px 0;
	font-size:12px;
	color:#999;
	text-align:center;
	}

#footer .copyright {
	padding-top:4px;
	}
	
/* home */

.home_links {
	margin-top:18px;
	padding-top:12px;
	border-top:1px solid #dde;
	font-size:11px;
	line-height:20px;
	}

.whats_new_links {
	margin-top:16px;
	padding-top:12px;
	}
	
.whats_new {
	color:#99a;
	font-size:17px;
	margin-bottom:6px;
	}
	
/* forms */

form { margin:0; }

input.large {
	font-size:15px;
	}

input.bold {
	font-weight:bold;
	}

.inputs {
	margin:7px 0 15px 0;
	}

label.small {
	font-size:12px;
	font-weight:bold;
	color:#000;
	}

td.gallery_label {
	font-size:11px;
	color:#999;
	padding-top:2px;
	}
	
/* upload success page */

.big_download_link {
	text-align:center;
	font-size:18px;
	margin:10px 0 3px 0;
	padding:5px 0 6px 0;
	background:#ffe;	
	border-top:1px solid #fc0;
	border-bottom:1px solid #fc0;
	}
	
.linking_options {
	margin:5px 10px 2px 10px;
	padding:5px;
	border:1px solid #dde;
	background:#f7f7f7;
	font-size:11px;
	line-height:17px;
	}
	
.linking_options_title {
	font-weight:bold;
	margin-bottom:4px;
	}

td.file_label {
	font-size:12px;
	font-weight:bold;
	color:#996;
	padding:2px 8px 0 0;
	text-align:right;
	}

td.share_label {
	font-size:11px;
	padding:2px 0 0 8px;
	}

.download_link {
	background:#FFE56F url('/images/my_files_yellow_bg.jpg') repeat-x;
	/* border:1px solid #aa7; */
	/* background:#ffd; */
	border-top:1px solid #aa7;
	border-bottom:1px solid #aa7; 
	padding:5px 0 9px 0;
	text-align:center;
	}
	
.download_link .big_link {
	font-size:17px;
	}
	
.download_link .under_link {
	width:350px;
	margin-top:7px;
	padding-top:4px;
	border-top:1px solid #cc9;
	font-size:11px;
	color:#996;
	}

.upload_linking_options {
	display:none;
	margin:4px 0;
	}

/* mini upload form */

table.mini_upload {
	margin:0;
	}

table.mini_upload label {
	font-size:11px;
	font-weight:bold;
	}

table.mini_upload .input {
	padding:0 0 4px 1ex;
	}
	
input.tiny, select.tiny { font-size: 11px; }
input.verytiny { font-size: 10px; }

.mini_submit {
	margin-bottom:5px;
	padding-top:5px;
	border-top:1px solid #ccc;
	}
	
.mini_upload_title {
	font-weight:bold;
	margin-bottom:8px;
	}
	
/* login form */
table.login tr td {
	padding-right:1ex;
	}
	
table.login input.short {
	width:90px;
	}
	
table.login input.shorter {
	width:80px;
	}
	
/* signup form */

table.signup tr td {
	padding:0 1ex 4px 0;
	}

table.signup input.short {
	width:100px;
	}
	
/* my files table */

.my_files tr.file_info td, .my_files tr.file_info_expired td, .my_files tr.file_info_banned td {
	background:#FFE56F url('/images/my_files_yellow_bg.jpg') repeat-x;
	border-top:1px solid #aa7;
	border-bottom:1px solid #aa7;
	padding:5px 1em 6px 1em;
	font-size:11px;
	text-align:center;
	white-space:nowrap;
	}

.gall_list tr.file_info td, .gall_list tr.file_info_banned td {
	padding:3px 1em 4px 1em;
	}

.my_files tr.file_info td.first {
	border-left:1px solid #aa7;
	}

.my_files tr.file_info td.last {
	border-right:1px solid #aa7;
	}
	
.my_files tr.file_info_expired td {
	background:#eee url('/images/my_files_gray_bg.jpg') repeat-x;
	border-color:#ddd;
	color:#666;
	}
	
.my_files tr.file_info_expired td.first {
	border-left:1px solid #ddd;
	}

.my_files tr.file_info_expired td.last {
	border-right:1px solid #ddd;
	}
	
.my_files tr.file_info_banned td {
	background:#ffdede  url('/images/my_files_red_bg.jpg') repeat-x;
	border-color:#cbb;
	color:#900;
	}
	
.my_files tr.file_info_banned td.first {
	border-left:1px solid #cbb;
	}

.my_files tr.file_info_banned td.last {
	border-right:1px solid #cbb;
	}

.my_files tr.linking_tr td {
	/* padding-bottom:6px; */
	}
	
.my_files_linking {
	display:none;
	margin:0 10px;
	border:1px solid #999;
	border-top:none;
	background:#f3f3f3 url('/images/my_files_gray_bg.jpg') repeat-x;
	padding:4px;
	font-size:11px;
	line-height:17px;
	}
	
span.tiny, div.tiny { font-size:10pt; }

.my_files tr th {
	font-size:11px;
	font-weight:normal;
	color:#999;
	text-align:center;
	padding:4px 5px;
	}
	
.pagination {
	font-size:12px;
	font-weight:bold;
	text-align:right;
	}
	
.in_h3 {
	margin-top:3px;
	float:right;
	}
	
.dashboard_gallery_container {
	border-left:10px solid #eee;
	padding:6px 0 0 10px;
	margin:-3px 0 8px 0;
	}
	
/* download page */

.download_image {
	text-align:center;
	}

.download_image img {
	border:1px solid #ccc;
	}
	
.download_sharing {
	font-size:11px;
	line-height:17px;
	}
	


.download_description {
	font-size:14px;
	margin:-5px 0 5px 0;
	font-family:Arial, Helvetica, sans-serif;
	}
	
.gallery_container {
	height:152px;
	overflow:auto;
	overflow-x:scroll;
	overflow-y:none;
	border:1px solid #ccc;
	background:#f7f7f7;
	/* margin:20px 0 20px 0; */
	padding:10px 0;
	width:748px;
	}

.gallery_outer_div {
	margin:0 0 15px 0;
	}
	
.gallery_title {
	
	}
	
table.gallery tr td {
	padding:0 10px;
	text-align:center;
	height:104px;
	}
	
table.gallery img {
	border:1px solid #08f;
	}
	
table.gallery img:hover {
	border:1px solid #05c;
	}
	
.icon_container {
	background-repeat:no-repeat;
	padding-left:40px;
	padding-bottom:5px;
	}
	
.download_error_title {
	padding:15px 0 10px 0;
	font-size:26px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	}
	
.download_error_desc {
	padding-bottom:20px;
	font-size:14px;
	line-height:17px;
	margin:0 75px;
	text-align:center;
	}




/* generic table for form */

table.form tr td {
	padding:0 1ex 4px 0;
	}
	
table.left_align tr td {
	text-align:left;
	}
	
/* gallery "add more images" form */

.gallery_form {
	margin:15px 175px;
	background:#f7f7f7;
	padding:1em;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:11px;
	text-align:center;
	}
	
.gallery_form_title {
	margin-bottom:5px;
	font-weight:bold;
	}

.gallery_form_details {
	margin-bottom:1em;
	}
	
table.small tr td { font-size: 11px; }

/* linking options */

table.link_table tr td {
	padding:2px;
	}
	
input.linking_text_field {
	font-size:11px;
	padding:4px;
	border:1px solid #dde;
	background:#fff;
	font-family:"Courier New", Courier, monospace;
	}
	
input.long_link { width:580px; }
input.short_link { width:290px; }
input.medium_link { width:325px; }

input.long_email_link { width:500px; }
input.short_email_link { width:210px; }

.link_label {
	text-align:right;
	padding-right:1em;
	font-size:12px;
	font-weight:bold;
	}
	
.email_link {
	background:url('/images/icons/email.gif') no-repeat left center;
	padding-left:17px;
	}
	
/* ads */

.banner_ad {
	text-align:center;
	margin-bottom:20px;
	margin-top:-25px;
	}

.ads_top_banner {
	padding:0 0 20px 0;
	text-align:center;
	}
	
.ads_mid_banner {
	border-top:1px solid #ccc;
	margin:0;
	padding:5px 0 20px 0;
	}

.ads_sider_box {
	border-left:1px solid #ccc;
	margin-top:10px;
	text-align:center;
	}

.no_margin { margin:0; }

.ads_sider_sub {
	margin:8px 9px 0 10px;
	padding-top:8px;
	border-top:1px solid #ccc;
	}
	
/* profile page */

#wordpress_key {
	text-align:center;
	margin:5px 0;
	font-size:15px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px;
	background:#eee;
	}
	
/* folder and gallery icons */

.folder_icon_small {
	background:url('/images/icons/folder_16.gif') no-repeat left center;
	padding-left:23px;
	}
	
.folder_file_list {
	padding:3px 40px 3px 23px;
	font-size:12px;
	margin-bottom:2px;
}

.submit_left_border {
	border-left:1px dotted #ccc;
	padding-left:5px;
}
	
/* Sidebar */

.sider_section {
	border-bottom:1px solid #dde; 
	margin-bottom:10px;
	padding-bottom:10px; 
	font-size:11px; 
	line-height:15px;
}

.no_bottom_line {
	margin-bottom:0;
	border-bottom:0;
	}
	
.group_join_action {
	border-top:1px dotted #ccc;
	padding-top:5px;
	margin-top:5px;
}

/* new DL page */

.gallery_container_new {
	height:115px;
	border:1px solid #ccc;
	background:#f7f7f7;
	/* margin:20px 0 20px 0; */
	padding:10px 0 0 0;
	}
	
input.sider_sharing_text_field {
	font-size:11px;
	padding:1px 3px;
	border:1px solid #aaa;
	background:#fff;
	font-family:"Courier New", Courier, monospace;
	width:112px;
	}
	
input.center_sharing_text_field {
	font-size:11px;
	padding:2px 4px;
	border:1px solid #aaa;
	background:#fff;
	font-family:"Courier New", Courier, monospace;
	width:150px;
	}
	
h2.gray_fade {
	background:#eee url('/images/gray_fade_out.gif') repeat-x bottom; 
	}
	
/* more dash icons */

.inbox_icon {
	background:url('/images/icons/inbox.gif') no-repeat left center;
	padding:4px 0 4px 22px;
	margin-left:1px;
	}
	
.up_arrow_icon {
	background:url('/images/icons/up_arrow.gif') no-repeat left center;
	padding:4px 0 4px 20px;
	margin-left:3px;
	}
	
.favorites_icon {
	background:url('/images/icons/favorites_star.gif') no-repeat left center;
	padding:4px 0 4px 23px;
	}
	
.archive_icon {
	background:url('/images/icons/archive.gif') no-repeat left center;
	padding:4px 0 4px 22px;
	margin-left:1px;
	}
	
.icon_span {
	padding:2px 0 2px 22px;
	background-position:left center;
	background-repeat:no-repeat;
	}
	
/* send to friend autocomplete */

.send_to_friend_item, .send_to_friend_item_hover {
	font-size:11px;
	padding:4px 10px;
	display:none;
	cursor:pointer;
	}
	
.send_to_friend_item_hover {
	background:#9ff;
}

.new_to_ds {
	border-top:1px solid #ccc;
	background:url('/images/gray_top_fade.gif') repeat-x;
	padding:10px;
	margin-top:15px;
}

.highlighted_sort {
	color:#333;
	font-weight:bold;
}

/* dl social nets */

.social_net_post_tabs {
	font-size:14px;
	margin:0 0 5px 0;
	text-align:center;
}

.social_net_post_body {
	padding:10px;
	font-size:11px;
	margin:10px 30px 0 30px;
}

a.myspace_post_link:link, a.myspace_post_link:visited {
	color:#00349A;
	font-weight:bold;
	text-decoration:none;
}

a.myspace_post_link:hover, a.myspace_post_link:active {
	color:#00349A;
	font-weight:bold;
	text-decoration:underline;
}

a.facebook_post_link:link, a.facebook_post_link:visited {
	color:#385696;
	font-weight:bold;
	text-decoration:none;
}

a.facebook_post_link:hover, a.facebook_post_link:active {
	color:#385696;
	font-weight:bold;
	text-decoration:underline;
}

.dash_message {
	padding:8px;
	font-size:12px;
	line-height:17px;
	background:#ffe;
	border-top:1px solid #fc0;
	border-bottom:1px solid #fc0;
	}
	
#dash_welcome {
	margin-bottom:15px;
	}
	
.hilite { background:#ffd; }

p.code {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	padding:10px;
	background:#f7f7f7;
	border:1px solid #ccc;
	margin-left:10px;
	margin-right:10px;
	}
	
span.code {
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	}
	
/* 3-23-08 ADDITIONS */

.header_nav {
	background:#000;
	padding:6px 0;
	font-size:12px;
	color:#fff;
}

.header_nav a:link, .header_nav a:visited {
	color:#41C3FF;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}

.header_nav a:hover, .header_nav a:active {
	color:#41C3FF;
	text-decoration:underline;
	font-weight:bold;
	font-size:13px;
}

td.header_right {
	padding-bottom:2px;
	text-align:right;
}

a.arrow:link, a.arrow:visited, a.arrow:hover, a.arrow:active {
	padding-right:19px;
	background:url('/images/icons/right_arrow.gif') no-repeat center right;
	text-transform:uppercase;
	font-weight:bold;
	color:#209BEB;
	font-size:12px;
}

#body_fade_top {
	background:url('/images/home_fade_top.gif') repeat-x top;
}

#body_fade_bottom {
	background:url('/images/home_fade_bottom.gif') repeat-x bottom;
}

.curve_510_mid {
	background:#fff url('/images/curve_510_mid.gif') repeat-y;
	width:510px;
}

.curve_510_top {
	background:url('/images/curve_510_top.gif') no-repeat top left;
	width:510px;
}

.curve_510_bottom {
	background:url('/images/curve_510_bottom.gif') no-repeat bottom left;
	width:510px;
}

.home_right_sidebar {
	float:right;
	width:234px;
}

.curve_234_mid {
	background:#fff url('/images/curve_234_mid.gif') repeat-y;
	width:234px;
}

.curve_234_top {
	background:url('/images/curve_234_top.gif') no-repeat top left;
	width:234px;
}

.curve_234_bottom {
	background:url('/images/curve_234_bottom.gif') no-repeat bottom left;
	width:234px;
}

.curve_black_234_mid {
	background:#000 url('/images/curve_black_234_mid.gif') repeat-y;
	width:234px;
}

.curve_black_234_top {
	background:url('/images/curve_black_234_top.gif') no-repeat top left;
	width:234px;
}

.curve_black_234_bottom {
	background:url('/images/curve_black_234_bottom.gif') no-repeat bottom left;
	width:234px;
}

.home_item_details {
	color:#666;
	font-size:12px;
	margin:6px 0 0 4px;
	line-height:17px;
}

.home_item_details strong {
	color:#333;
}

.home_signup_callout {
	text-align:center;
	border-top:1px solid #dde;
	margin-top:10px;
	padding-top:10px;
}

.home_stats {
	text-align:center;
	border-top:1px solid #dde;
	margin-top:15px;
	padding-top:10px;
	font-size:15px;
}

.home_stats strong {
	font-size:18px;
}

.callout_number {
	font-weight:bold;
	font-size:26px;
}

.callout_number small {
	font-size:20px;
}

.callout_subtext {
	font-size:11px;
	color:#666;
	text-transform:uppercase;
}

table.callout_table tr td {
	padding:0 15px;
	border-right:1px solid #dde;
	text-align:center;
}

.modal_header {
	margin-bottom:10px; 
	padding-bottom:5px; 
	border-bottom:1px dotted #ccc; 
	font-weight:bold; 
	font-size:13px;
}