/*--------------------- Last Modified  2006.03.25 ---------------------*/
/*-----------------------------------------------------------------------*/


/* 
 ----------------------------------------------------------------------------
  Copyright Einstein Industries 2006. Used with Permission.                             
  May not be duplicated or reproduced.

  Please check for cross-browser compatibility prior to making changes
  MINIMUM BROWSER CHECK :: IE5.x/IE6/Firefox/Safari

  CSS Document - layout.css
 ---------------------------------------------------------------------------- 
*/


/* undo some default styling of common (X)HTML browsers
 * ------------------------------------------------------------------------- */

/* No list-markers by default - must redefine bullets w/ bg graphics */
ul,ol { list-style:none; }

/* Avoid browser default inconsistent heading font-sizes and pre/code */
h1,h2,h3,h4,h5,h6,pre,code,td { font-size:1em; }

/* Remove inconsistent (among browsers) default padding or margin */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input,label,div,dd,dt,dl,table,tr,td { margin:0; padding:0; }

/* prevent blue linked image borders */
a img,:link img,:visited img,fieldset { border:none; }


/* global elements
 * ------------------------------------------------------------------------- */


/* ----- type selectors ----- */ 
body { 
	background-color:#FFF;
	text-align:center; 
	font:11px/16px Arial, Helvetica, sans-serif; 
	color:#000;
	font-weight: 100;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

body#index h1	{ font:11px/16px Arial, Helvetica, sans-serif; color:#9A6026; font-weight:bold; }
h1	{ font-size:11px; color:#000; font-weight:bold; }
h2	{ font-size:11px; line-height:16px; color:#9A6026; font-weight:bold; }
h3	{ font-size:11px; line-height:16px; color:#000; font-weight:bold; }

body#sitemap h1	a { font-size:11px; color:#000; font-weight:bold; text-decoration:underline; }
body#sitemap h2	a { font-size:11px; line-height:16px; color:#9A6026; font-weight:bold; text-decoration:underline; }
body#sitemap h3	a { font-size:11px; line-height:16px; color:#000; font-weight:bold; text-decoration:underline; }


h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#000; text-decoration:underline; outline:none; }
a:hover,a:active	{ color:#000; text-decoration:none; outline:none; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	padding-right:23px;
	background:url("../images/bullet-back-to-top.gif") right no-repeat;
	}
	
img.img-left { 
	float:left; 
	margin:2px 10px 10px 0; 
	}
	
img.img-right { 
	float:right; 
	margin:5px 5px 10px 10px; 
	}

	
/* ----- global form elements ----- */ 

form {
	width:150px;
	margin:10px 0 15px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#66FFCC !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #B4790C;
	color:#000;
	width:145px; /* 5 pixles smaller than form width !important */
	height:18px;
	line-height:18px;
	vertical-align: middle;
	margin-bottom:4px; /* sets vertical spacing between fields */
	padding-top:1px; /* vertically position text in input/textarea field */
	padding-left:4px; /* horizontally position text in input/textarea field */
	font-family: Arial, Helvetica, sans-serif; 
	font-size:1.0em;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:90px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 


/* ----- main contact form ----- */ 
 
#contact-main { margin:20px 0 10px 0; }

#contact-main label { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:right; 
	margin-bottom:10px;
	font-size:1.0em;
	}
	
#contact-main label input, #contact-main label textarea, #contact-main label select { 
	width:170px;
	position:absolute; 
	left:110%; 
	top:-2px;
	}
	
#contact-main label select { width:177px; }
	
#contact-main label textarea { height:100px; overflow:auto; }


/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:60px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:90px 0 5px 243px; }

input.submit-image, input.submit-contact-main { /* REMOVE IF NOT USED */
	background:url("../images/btn-submit.jpg");
	width:64px;
	height:20px;
	border:none;
	cursor:pointer;
	}


/* framework
 * ------------------------------------------------------------------------- */

body#index #wrap {
	background:url("../images/bg-wrap.jpg") repeat-y;
	width:900px;
	margin:0 auto;
	text-align:left;
	}

#wrap {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:900px;
	margin:0 auto;
	text-align:left;
	}

body#legal-and-privacy #wrap,
	body#contact-us #wrap,
	body#thankyou #wrap,
	body#sitemap #wrap {
	background:url("../images/bg-wrap-sub-no-line.jpg") repeat-y;
	width:900px;
	margin:0 auto;
	text-align:left;
	}
		
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:135px;
	}
	/* index page link within #masthead */		
	#masthead .home-link {	
		position:absolute;
		left:24px;
		width:200px;
		top:63px;
		height:72px; 
		}
		
	#masthead .find {	
		position:absolute;
		left:570px;
		width:139px;
		top:54px;
		height:25px; 
		}

	#masthead .cosmetic-site {	
		position:absolute;
		left:719px;
		width:154px;
		top:54px;
		height:25px; 
		}
		
	#masthead span {
		display:none;
		}
		
		

/* ----- column-left ----- */

body#index #column-left {
	width:301px;
	float:left;
	}
	
	body#index #column-left p, body#index #column-left h1, body#index #column-left h2, body#index #column-left h3, body#index #column-left ul, body#index #column-left dl {
		margin:0 25px 20px 25px;
		}
		
#column-left {
	width:211px;
	float:left;
	}
	
	#column-left p { margin:0 10px 15px 10px; }
	
body#legal-and-privacy #column-left,
	body#contact-us #column-left,
	body#thankyou #column-left,
	body#sitemap #column-left {
	width:66px;
	float:left;
	}
	
	#column-left ul { padding-top:35px; }
		#column-left ul li { 
			background:transparent url("../images/border-bottom.jpg") left bottom no-repeat;
			padding:10px;
			}
			
		#column-left ul li.no-border { 
			background:none; 
			}
			
	#column-left ul li ul { margin:0; padding:0; }
		#column-left ul li ul li { margin:0 10px 0 0; }
			
body#index #column-left a:link, body#index #column-left a:visited	{ color:#000; text-decoration:underline; outline:none; }
body#index #column-left a:hover, body#index #column-left a:active	{ color:#000; text-decoration:none; outline:none; }

#column-left ul a:link, #column-left ul a:visited	{ color:#000; text-decoration:none; outline:none; }
#column-left ul a:hover, #column-left ul a:active	{ color:#A67E49; text-decoration:none; outline:none; }
	
#column-left ul li span.active 	{
			background:transparent url("../images/bullet.gif") right no-repeat;
			padding-right:12px;
			}


/* ----- column-middle ----- */

body#index #column-middle {
	width:295px;
	float:left;
	}
	
	body#index #column-middle p, body#index #column-middle h1, body#index #column-middle h2, body#index #column-middle h3, body#index #column-middle ul, body#index #column-middle dl {
		margin:0 23px 20px 21px;
		}
		
	
		

body#legal-and-privacy #column-middle,
	body#contact-us #column-middle,
	body#thankyou #column-middle,
	body#sitemap #column-middle {
	width:650px;
	float:left;
	}

#column-middle {
	width:506px;
	float:left;
	}
	
	#column-middle p, #column-middle h1, #column-middle h2, #column-middle h3, #column-middle ul, #column-middle dl {
		margin:0 23px 20px 21px;
		}
		

		
	body#index #column-middle ul {
		margin-left:0;
		}
		body#index #column-middle ul li {
			list-style-type: none;
			} 
			
	#column-middle ul {
		margin-left:45px;
		}
		
	#column-middle ul ul{
		margin-left:15px;
		}		
	#column-middle ul ul ul{
		margin-left:15px;
		}		
	#column-middle ul ul ul ul{
		margin-left:15px;
		}				
		#column-middle ul li {
			list-style-type:disc;
			} 
			
	#column-middle ol {
		margin-left: 41px;
		}
		#column-middle ol li {
			list-style-type: decimal;
			margin-bottom:20px;
			}
			
	#column-middle table {
		margin-left:41px;
		border:1px solid #000;
		}
		
		#column-middle table tr td {
			padding:3px;
			text-align:center;
			border:1px solid #000;
			}
			
			#column-middle table tr td.left-align {
				padding-left:10px;
				text-align:left;
				border:1px solid #000;
				}
			
	#column-middle table.table-no-border {
		margin-left:41px;
		border:none;
		}
		
		#column-middle table.table-no-border tr td {
			padding:5px 10px;
			text-align:left;
			border:none;
			vertical-align:top;
			}
			
		#column-middle p.left-margin {
			margin-left:45px;
			}

		#column-middle table.table-no-border tr td.brn-bottom-border { border-bottom:3px solid #BE9663; }
		#column-middle table.table-no-border tr td.brn-left-border { border-left:1px solid #BE9663; }
			
					
					
/* ----- column-right ----- */

body#index #column-right {
	width:304px;
	float:left;
	}

	body#index #column-right p, body#index #column-right h1, body#index #column-right h2, body#index #column-right h3, body#index #column-right ul, body#index #column-right dl {
		margin:0 25px 20px 23px;
		}	 

#column-right {
	width:183px;
	float:left;
	}

	#column-right p, #column-right h1, #column-right h2, #column-right h3, #column-right ul, #column-right dl {
		margin:0 25px 20px 23px;
		}	
		
	#column-right #img-find {
		background:url("../images/img-find.jpg");
		width:183px;
		height:303px;
		position:relative;
		}
		
		#column-right #img-find .find-tn {
			position: absolute;
			width:156px;
			height:77px;
			left:13px;
			top:22px;
			}
			
		#column-right #img-find .fda-tn {
			position: absolute;
			width:156px;
			height:77px;
			left:13px;
			top:109px;
			}

		#column-right #img-find .radiesse-tn {
			position: absolute;
			width:156px;
			height:77px;
			left:13px;
			top:110px;
			}
			
		#column-right #img-find .access {
			position: absolute;
			width:156px;
			height:77px;
			left:13px;
			top:200px;
			}

		#column-right #img-find span { display:none; }
		
		
/* ----- bottom-wrap ----- */
 
body#index #bottom-wrap {
	background:url("../images/bottom-wrap.jpg");
	height:32px;
	clear:both;
	width:100%; /* fix for Safari */
	}

#bottom-wrap {
	background:url("../images/bottom-wrap-sub.jpg");
	height:30px;
	clear:both;
	width:100%; /* fix for Safari */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */
body#index #header-graphic { height:286px; background:url("../images/header-index.jpg"); position:relative; }

	#header-graphic .fda {	
		position:absolute;
		left:-10px;
		width:108px;
		top:130px;
		height:113px; 
		z-index:99;
		}
		
	#header-graphic span {
		display:none;
		}

	body#index #header-content {
		position:absolute;
		width:500px;
		height:245px;
		top:30px;
		left:29px;
		text-align:right;
		overflow:hidden;
		}
		
body#index #header-content a:link, body#index #header-content a:visited	{ color:#000; text-decoration:underline; outline:none; }
body#index #header-content a:hover, body#index #header-content a:active	{ color:#000; text-decoration:none; outline:none; }
		
	body#index #header-graphic #header-content .header-content-short {
		margin-left:105px;
		}
		
	body#index #header-content p, body#index #header-content h1 {
		margin-bottom:20px;
		}
		
#header-graphic { height:112px; } /* sets height for all non-flash headers */

	body#facial-lipoatrophy #header-graphic { background:url("../images/header-facial-lipoatrophy.jpg"); }

	body#what-is-radiesse #header-graphic,
	body#how-does-radiesse-work #header-graphic,
	body#how-much-does-it-cost #header-graphic { background:url("../images/header-what-is-radiesse.jpg"); }

	body#is-radiesse-for-me #header-graphic,
	body#treatment-options #header-graphic,
	body#other-fda-approvals #header-graphic { background:url("../images/header-is-radiesse-for-me.jpg"); }
	
	body#radiesse-patient-stories #header-graphic,
	body#before-and-afters #header-graphic { background:url("../images/header-radiesse-patient-sto.jpg"); }
	
	body#starting-treatment #header-graphic,
	body#find-a-doctor #header-graphic,
	body#patient-information #header-graphic { background:url("../images/header-starting-treatment.jpg"); }
	
	body#faqs #header-graphic,
	body#glossary #header-graphic { background:url("../images/header-faqs.jpg"); }
	
	body#news-and-events #header-graphic,
	body#in-the-press #header-graphic { background:url("../images/header-news-and-events.jpg"); }
	
	body#physician-section #header-graphic,
	body#about-radiesse #header-graphic,
	body#uses-and-limitations #header-graphic,
	body#clinical-education #header-graphic,
	body#clinical-study #header-graphic,
	body#injection-technique #header-graphic,
	body#marketing-support #header-graphic,
	body#patient-access-program #header-graphic,
	body#insurance-reimbursement #header-graphic,
	body#courses #header-graphic,
	body#medical-education #header-graphic { background:url("../images/header-physicians.jpg"); position:relative;}
	#header-graphic a {
	position:absolute;
	left: 323px;
	width: 177px;
	top: 232px;
	height: 22px;
		}
	#header-graphic a span {
		display:none;
		}
		
		
		
		
		
			
	#header-graphic a.peer2peer{
position:absolute;
		width:185px;
		height:70px;
		left:423px;
		top:42px;
		}
	#header-graphic a.peer2peer span {
		display:none;
		}
#header-graphic2 { background:url("../images/header-physicians2.jpg"); position:relative; height:112px;}
	body#legal-and-privacy #header-graphic,
	body#contact-us #header-graphic,
	body#thankyou #header-graphic,
	body#sitemap #header-graphic { background:url("../images/header-line.jpg") no-repeat; height:7px; }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:71px; } /* sets height for all subheads */

	body#facial-lipoatrophy #subhead { background:url("../images/subhead-facial-lipoatrophy.jpg"); }
	
	body#what-is-radiesse #subhead { background:url("../images/subhead-about-radiesse.jpg"); position:relative;}
	body#what-is-radiesse #subhead a {	
		position:absolute;
		left:195px;
		width:212px;
		top:1px;
		height:69px; 
		}
	body#what-is-radiesse #subhead a span {
		display:none;
		}
	
	body#how-does-radiesse-work h1#subhead { background:url("../images/subhead-how-does-radiesse-w.jpg"); margin:0; }
		body#how-does-radiesse-work h1#subhead span { display:none; }
	body#how-much-does-it-cost #subhead { background:url("../images/subhead-how-much-does-it-co.jpg"); }
	
	body#is-radiesse-for-me #subhead { background:url("../images/subhead-why-choose-radiesse.jpg"); }
	body#treatment-options #subhead { background:url("../images/subhead-treatment-options.jpg"); }
	body#other-fda-approvals #subhead { background:url("../images/subhead-other-fda-approvals.jpg"); }
	
	body#radiesse-patient-stories #subhead { background:url("../images/subhead-success-stories.jpg"); }
	body#before-and-afters #subhead { background:url("../images/subhead-before-and-afters.jpg"); }
	
	body#starting-treatment #subhead { background:url("../images/subhead-getting-started.jpg"); }
	body#find-a-doctor #subhead { background:url("../images/subhead-find-a-doctor.jpg"); }
	body#patient-information #subhead { background:url("../images/subhead-patient-information.jpg"); }
	
	body#faqs #subhead { background:url("../images/subhead-faqs.jpg"); }
	body#glossary #subhead { background:url("../images/subhead-glossary.jpg"); }
	
	body#news-and-events #subhead { background:url("../images/subhead-news.jpg"); }
	body#in-the-press #subhead { background:url("../images/subhead-in-the-press.jpg"); }
	
	body#physician-section #subhead { background:url("../images/subhead-welcome-physicians.jpg"); position:relative;}
	#subhead a.peer2peer {	
		position:absolute;
		left:212px;
		width:185px;
		top:1px;
		height:65px; 
		}
	#subhead a.peer2peer span {
		display:none;
		}
	body#about-radiesse #subhead { background:url("../images/subhead-about-radiesse2.jpg"); margin:0; position:relative;}
	body#uses-and-limitations #subhead { background:url("../images/subhead-uses-and-limitations.jpg"); position:relative;}
	body#clinical-education #subhead { background:url("../images/subhead-clinical-education.jpg"); position:relative;}
	body#courses #subhead { background:url("../images/subhead-clinical-education.jpg"); position:relative;}
	body#medical-education #subhead { background:url("../images/subhead-clinical-education.jpg"); position:relative;}
	body#clinical-study #subhead { background:url("../images/subhead-clinical-study.jpg"); position:relative; }	
	body#injection-technique #subhead { background:url("../images/subhead-clinical-education.jpg"); position:relative;}
	body#marketing-support #subhead { background:url("../images/subhead-marketing-support.jpg"); position:relative; }
	body#patient-access-program #subhead { background:url("../images/subhead-patient-access-prog.jpg"); position:relative;}
	body#insurance-reimbursement #subhead { background:url("../images/subhead-insurance-reimburse.jpg"); position:relative;}
	body#legal-and-privacy #subhead { background:url("../images/subhead-legal-and-privacy.jpg"); width:505px; }
	body#contact-us #subhead { background:url("../images/subhead-contact-us.jpg"); width:505px; }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); width:505px; }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); width:505px; }
	

/* ----- subhead framework with varying heights ----- */
	
	body#index #column-left #subhead-radiesse-difference,
	body#index #column-middle #subhead-clinical-studies,
	body#index #column-right #subhead-before-afters {
		margin:0;
		padding:0;
		}
		
#subhead-radiesse-difference {
	height:59px;
	background:url("../images/subhead-radiesse-difference.jpg") no-repeat left top ;
	}		

#subhead-clinical-studies {
	height:59px;
	background:url("../images/subhead-clinical-studies.jpg") no-repeat left top;
	}

#subhead-before-afters {
	height:59px;
	background:url("../images/subhead-before-afters.jpg") no-repeat left top;
	}
	
/* other
 * ------------------------------------------------------------------------- */
 
.index-bna-text {
	text-align:center;
	font-size:12px;
	line-height:16px;
	}
 					
#fda-list li { list-style-type:disc; margin-left:15px;}				

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:900px;
	margin:0 auto;
	text-align:left;
	font-size:11px;
	line-height:16px;
	}

#footer p {
	color:#000;
	margin-bottom:10px;
	margin-left:20px;
	}

#footer a:link, #footer a:visited { color:#000; }

#footer a:hover, #footer a:active { color:#000; }

#footer ul {margin-bottom:10px; margin-left:15px; }

#footer li { /* if your li's float, you can adjust border height w/ line-height */
	padding:0 5px 0 7px;
	display: inline;
	border-left: 1px solid #000;
	}

	#footer li.first { border: none; }

/* Horizontal Sprite Nav - Index Page
 * ------------------------------------------------------------------------- */

#nav-index { 
	background:url("../images/nav-index.jpg") no-repeat; 
	width:900px; 
	height:37px; 
	margin:0;
	padding:0;
	}

#nav-index span { display:none; }

#nav-index li, #nav-index a { height:37px; display:block; } /* change height here also */

#nav-index li { float:left; list-style:none; display:inline; }

#nav-index-01 { width: 135px; margin-left:0;}
#nav-index-02 { width: 105px;}
#nav-index-03 { width: 113px;}
#nav-index-04 { width: 135px;}
#nav-index-05 { width: 109px;}
#nav-index-06 { width: 80px;}
#nav-index-07 { width: 101px;}
#nav-index-08 { width: 122px;}


/*-------------- (-79px) X position of button / (-37px) height of image from above ------------- */
#nav-index-01 a:hover { background:url("../images/nav-index.jpg") -0px -37px no-repeat; }
#nav-index-02 a:hover { background:url("../images/nav-index.jpg") -135px -37px no-repeat; }
#nav-index-03 a:hover { background:url("../images/nav-index.jpg") -240px -37px no-repeat; }
#nav-index-04 a:hover { background:url("../images/nav-index.jpg") -353px -37px no-repeat; }
#nav-index-05 a:hover { background:url("../images/nav-index.jpg") -488px -37px no-repeat; }
#nav-index-06 a:hover { background:url("../images/nav-index.jpg") -597px -37px no-repeat; }
#nav-index-07 a:hover { background:url("../images/nav-index.jpg") -677px -37px no-repeat; }
#nav-index-08 a:hover { background:url("../images/nav-index.jpg") -778px -37px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#SPECIFY #nav-01 { background:url("../images/nav.jpg")  -79px -37px no-repeat; }
body#SPECIFY #nav-02 { background:url("../images/nav.jpg") -158px -37px no-repeat; }
body#SPECIFY #nav-03 { background:url("../images/nav.jpg") -247px -37px no-repeat; }
body#SPECIFY #nav-04 { background:url("../images/nav.jpg") -341px -37px no-repeat; }
body#SPECIFY #nav-05 { background:url("../images/nav.jpg") -428px -37px no-repeat; }
body#SPECIFY #nav-06 { background:url("../images/nav.jpg") -460px -37px no-repeat; }


/* Horizontal Sprite Nav - Inside Pages
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:900px; 
	height:37px; 
	margin:0;
	padding:0;
	}

#nav span { display:none; }

#nav li, #nav a { height:37px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; display:inline; }

#nav-01 { width: 126px; margin-left:0;}
#nav-02 { width: 105px;}
#nav-03 { width: 113px;}
#nav-04 { width: 116px;}
#nav-05 { width: 109px;}
#nav-06 { width: 80px;}
#nav-07 { width: 101px;}
#nav-08 { width: 88px;}
#nav-09 { width: 61px;}


/*-------------- (-79px) X position of button / (-37px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg") -0px -37px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg") -126px -37px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -231px -37px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -344px -37px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -460px -37px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -569px -37px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -649px -37px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -750px -37px no-repeat; }
#nav-09 a:hover { background:url("../images/nav.jpg") -838px -37px no-repeat; }

/* fda approval and find a doctor pop up windows */

body#pop-up #wrap { width:600px; margin:0 auto; background:none; }

	body#pop-up #wrap p, body#pop-up #wrap h1, body#pop-up #wrap h2, body#pop-up #wrap ul { margin:0 20px 20px 20px; }
		body#pop-up #wrap p.no-margin-bottom { margin:0 20px 0px 20px; }
		body#pop-up #wrap h1, body#pop-up #wrap h2 { color:#9A6026; }
		
		body#pop-up #wrap a { text-decoration:underline; }

 .brn-block { background-color:#C39C65; height:30px; line-height:30px; font-weight:bold; text-align:right; width:600px; }
	 body#pop-up #wrap .brn-block p { margin-bottom:0; }
 .wht-block { width:600px; height:20px; display:block; }
 
 body#pop-up #wrap p.button { width:75px; height:20px; background-color:#89D6E0 !important; border:1px solid #999; font-weight:bold; cursor:pointer; display:block; text-align:center; float:left; line-height:20px; text-decoration:none; margin:0 0 20px 20px; }
 body#pop-up #wrap p.button a { text-decoration:none; display:block; width:75px; height:20px; }

 
 body#legal-and-privacy h1 {text-align:center;}
 
			#column-middle dl.nest-depth-1 {	margin:0 23px 20px 41px; }
			
				#column-middle dl dd {margin-left:25px;}
			
			#column-middle dl.nest-depth-2 {	margin:0 23px 20px 61px; }
 
