/*--------------------- 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:#E1E1E1 url("../images/bg-body.jpg") top repeat-x;
	text-align:left; 
	font:11px/18px Arial, Helvetica, sans-serif; 
	color:#000;
	}

blockquote { 
	margin-left:10px; 
	margin-right:10px; 
	}

h1	{ font-size:1.2em; color:#000; }
h2	{ font-size:1.1em; color:#000; }
h3	{ font-size:1.0em; color:#000; }

h1 span,h2 span,h3 span	{ display:none; }

a:link,a:visited	{ color:#88988F; text-decoration:underline; outline:none; font-weight:bold; }
a:hover,a:active	{ color:#88988F; text-decoration:underline; outline:none; font-weight:bold; }

/* ----- classes ----- */

div.clear	{ 
	clear:both;
	height:.01em; 
	overflow:hidden; 
	}

p.back-to-top {
	text-align:right;
	display:block;
	}
	
	p.back-to-top a:link, p.back-to-top a:visited { font-weight:normal; color:#000; }
	p.back-to-top a:hover, p.back-to-top a:active { font-weight:normal; color:#000; }
	
img.img-left { 
	float:left; 
	margin:0; 
	}
	
img.img-right { 
	float:right; 
	margin:0; 
	}

img.img-nymaglogo { 
	float: right; 
	margin: 1px 29px 0 0; 
	}

img.logo {
	margin-left:30px;
	}
	
.form-left {margin-left:150px;}
.fifty {margin-left:50px;}

/* ----- global form elements ----- */ 

form {
	width:200px;
	margin:0 0 20px 0;
	}

form label	{ font-size:.95em; }

form br { line-height:0; height:0; } /* defaults vertical spacing between fields */

input, textarea, select { 
	background-color:#FFF !important; /* to prevent highlighting by Google Toolbar */
	border:1px solid #FFF;
	color:#000;
	width:195px; /* 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:11px;
	}
	
select { width:150px; padding:0; } /* same width as form - !important */

textarea { height:120px; overflow:auto; }

#contact_business { display: none; } /* do not remove */ 

/* ----- main contact form ----- */ 
 
.contact-main { margin:0px 0 10px 45px; }

input.contact-main, textarea.contact-main, select.contact-main { 
	width:220px; 
	position:relative; 
	display:block; 
	text-align:left; 
	margin-bottom:10px;
	font-size:1.0em;
	}
		
select.contact-main  { width:220px; margin-left:47px; }
	
textarea.contact-main  { height:100px; overflow:auto; }

.contact-business-main { display: none; } /* do not remove */ 

	 input.checkbox {
		width: 14px;
		margin-top:-50px; 
		margin-left:160px;
		background: transparent !important; 
		border: none !important;
	}

/* ----- submit button form elements ----- */ 

input.submit, input.submit-contact-main { 
	width:130px;
	height:20px;
	cursor:pointer; 
	padding:0; 
	}

input.submit-contact-main { margin:10px 0 0 47px; }

form#ClientForm label {margin-left:45px;}
form#ClientForm input#contact_business {display:none;}


/* framework - WELCOME SECTION
 * ------------------------------------------------------------------------- */

body#index #wrap {
	background:url("../images/bg-wrap-top.jpg") repeat-y;
	width:802px;
	margin:0;
	text-align:left;
	}

#wrap {
	background:url("../images/bg-wrap-sub.jpg") repeat-y;
	width:100%;
	margin:0;
	text-align:left;
	}
	
#masthead {
	position:relative;
	background:url("../images/masthead.jpg");
	height:134px;
	width:762px;
	}
	/* index page link within #masthead */		
	#masthead a {	
		position:absolute;
		left:41px;
		width:245px;
		top:24px;
		height:55px; 
		}
	#masthead a span {
		display:none;
		}

/* ----- column-left ----- */

body#index #column-left {
	width:468px;
	float:left;
	}
	
	body#index #column-left p, body#index #column-left h1, body#index #column-left h2, body#index #column-left h3 {
			margin:0 30px 20px 45px;
			}

.column-left-sub {
	width:100%;
	float:left;
	}
	
	.column-left-sub .column-left-content { width:762px; }
	
	.column-left-sub p, .column-left-sub h1, .column-left-sub h2, .column-left-sub h3, .column-left-sub ul, .column-left-sub dl {
			margin:0 30px 20px 45px;
			}
	
	/* single column list */
	#column-left ul { padding-left:5px; }
		#column-left ul li { 
			background:transparent url("../images/bullet.jpg") 0px 6px no-repeat;
			padding-left:20px; /* pushes text to the right to display bg img */
			}
			
	#column-left ul li ul { margin:0 0 0 5px; }
	
	#col-welcome-text {	
		width:225px;
		float:left;
		}
		
			#col-welcome-text p, #col-welcome-text h1, #col-welcome-text h2, #col-welcome-text h3, #col-welcome-text ul, #col-welcome-text dl {
			margin:0 30px 20px 45px;
			}

		
	#col-welcome-list {
		width:243px;
		float:left;
		}

			#col-welcome-list p, #col-welcome-list h1, #col-welcome-list h2, #col-welcome-list h3, #col-welcome-list ul, #col-welcome-list dl {
			margin:0 62px 20px 0;
			}

#our-story {
	height:50px;
	background:url("../images/our-story.jpg") ;
	}

			
/* ----- column-right ----- */

#column-right {
	background:url("../images/bg-top-right.jpg") no-repeat;
	height:366px;
	width:294px;
	float:left;
	}

/* framework - FEATURED SECTION
 * ------------------------------------------------------------------------- */

#bg-wrap-featured {
	background:url("../images/bg-featured-line.jpg") repeat-x;
	width:100%;
	}
	
#wrap-featured {
	background:url("../images/bg-featured-blk.jpg") repeat-y;
	width:100%;
	margin:0;
	text-align:left;
	color:#fff;
	font:12px/18px "Verdana", Arial, Helvetica, sans-serif;
	}
	
	#col-patients {
		width:372px;
		float:left;
		}

			#col-patients p, #col-patients h1, #col-patients h2, #col-patients h3, #col-patients ul, #col-patients dl {
			margin:0 96px 20px 93px;
			}
			
	#wrap-articles {
		}

	#col-articles {
		background:url("../images/bg-articles.jpg") no-repeat;
		width:390px;
		height:380px;
		float:left;
		font:12px/18px Arial, Helvetica, sans-serif;
		position:relative;
		}
		
		#col-articles a.new-beaut {
	position:absolute;
	top:89px;
	left:18px;
	width:197px;
	height:27px;
			}
			
			#col-articles a.new-beaut span {display:none;}

			#col-articles p, #col-articles h1, #col-articles h2, #col-articles h3, #col-articles ul, #col-articles dl {
			margin:0 25px 20px 253px;
			}


#magazines {
	background:url(../images/featured-magazines.jpg) no-repeat;
	width:372px; 
	height:142px;
	position:relative; 
	margin-top:20px;
	}

#magazines a.bazaar {
	position:absolute;
	width:100px;
	height:124px;
	top:8px;
	left:53px;
}
#magazines a.allure {
	position:absolute;
	width:100px;
	height:124px;
	top:8px;
	left:171px;
}

#magazines span { display:none;}

#magazines p {margin:10px 50px 20px 50px;}

#media {
	background:url(../images/subhead-media.jpg) no-repeat;
	padding-top:58px;
	width:340px; 
	}
#media p {margin:0px 20px 20px 93px;}

img.facebook {margin:0 25px 20px 237px;}

#col-patients p.article {margin:10px 0 0 50px;}

/* framework - RHINOPLASTY / NEXT SECTION
 * ------------------------------------------------------------------------- */


#bg-wrap-next {
	background:url("../images/bg-next-line.jpg") repeat-x;
	width:100%;
	position:relative;
	z-index:99;
	color:#fff;
	}

#wrap-next {
	background:url("../images/bg-wrap-next.jpg") repeat-y;
	width:100%;
	}
	

/* framework - BNA / SCRUBS SECTION
 * ------------------------------------------------------------------------- */


#bg-wrap-bna {
	background:url("../images/bg-bna-line.jpg") repeat-x;
	width:100%;
	color:#fff;
	font:12px/18px Arial, Helvetica, sans-serif;
	}

#wrap-bna {
	background:url("../images/bg-wrap-next.jpg") repeat-y;
	width:100%;
	}
	
	#img-bna {
		background:url("../images/bna.jpg") no-repeat;
		height:153px;
		width:762px;
		position:relative;
		}
		
	#img-bna #text-scrubs {
		position:absolute;
		width:115px;
		left:624px;
		top:58px;
		}
		
/* framework - CONTACT SECTION
 * ------------------------------------------------------------------------- */


#bg-wrap-contact{
	background:url("../images/bg-contact-line.jpg") repeat-x;
	width:100%;
	color:#000;
	}

#wrap-contact {
	background:url("../images/bg-wrap-contact.jpg") repeat-y;
	width:100%;
	position:relative;
	}
	
	body#index #img-view {
		background:url("../images/img-view.jpg");
		width:762px;
		height:55px;
		position:relative;
		}
		
		body#index #img-view a {
			position:absolute;
			width:101px;
			height:26px;
			left:155px;
			top:17px;
			}
			
			body#index #img-view span { display:none; }
			
	#img-view {
		background:url("../images/img-contact-top.jpg");
		width:762px;
		height:14px;
		position:relative;
		}

			
	#col-contact {
		float:left;
		width:372px;
		}
		
		#col-contact p, #col-contact h1, #col-contact h2, #col-contact h3, #col-contact ul, #col-contact dl {
			margin:0 130px 20px 44px;
			}
			
		#col-contact form { padding-left:44px; }
		
		#hipaa {
			background:url("../images/hipaa.jpg");
			height:42px;
			}
			
		#hipaa a {	
		position:absolute;
		margin:1px 0px 0px 46px;
		width:122px;
		height:33px; 
		}
		#hipaa a span {
		display:none;
		}
		
		#wrap-locations {
			float:left;
			background:url("../images/bg-col-locations.jpg") repeat-y;
			}
				
		#col-locations {
			width:390px;
			}

		#col-locations p, #col-locations h1, #col-locations h2, #col-locations h3, #col-locations ul, #col-locations dl {
			margin:0 50px 20px 25px;
			}
			
		#img-tline {
			background:url("../images/img-tline.jpg") no-repeat;
			height:37px;
			width: 390px;
			}
			
		#wrap-address {
			background:transparent url("../images/bg-location-line.jpg") repeat-x;
			width:100%;
			}

/*		#wrap-address {
			background:url("../images/bg-location-line.jpg") repeat-x;
			width:100%;
			}
*/			

		#col-long-island {
			float:left;
			width:195px;
			}
			
			#col-long-island p, #col-long-island ul { margin:0 23px 15px 25px; } 
			
			#col-long-island ul { padding:0; }
				#col-long-island ul li {
					background:transparent url("../images/bullet-wht.jpg") 0px 6px no-repeat;
					padding-left:20px; /* pushes text to the right to display bg img */
					}
			
		#col-manhattan {
			float:left;
			width:195px;
			border-left:1px solid #000;
			}
	
			#col-manhattan p, #col-manhattan ul { margin:0 50px 15px 16px; } 

			#col-manhattan ul { padding:0; }
				#col-manhattan ul li {
					background:transparent url("../images/bullet-wht.jpg") 0px 6px no-repeat;
					padding-left:20px; /* pushes text to the right to display bg img */
					}
			
/* ----- bottom-wrap ----- */
 
#bottom-wrap {
	background:url("../images/bottom-wrap.jpg") no-repeat;
	height:57px;
	clear:both;
	width:100%; /* fix for Safar */
	}

	
/* header framework
 * ------------------------------------------------------------------------- */

#header-flash { height:200px; background-color:#E1E1E1; } /* sets height for the flash header - REMOVE IF NOT USED */
#header-graphic { height:200px; width:626px; float:left; padding-left:10px; } /* sets height for all non-flash headers */

	body#index #header-graphic { background:url("../images/header-index.jpg"); }
	body#about #header-graphic { background:url("../images/header-about.jpg"); }
	body#contact #header-graphic { background:url("../images/header-contact.jpg"); }
	body#thankyou #header-graphic { background:url("../images/header-thankyou.jpg"); }
	body#sitemap #header-graphic { background:url("../images/header-sitemap.jpg"); }

/* subhead framework
 * ------------------------------------------------------------------------- */

#subhead { height:138px; } /* sets height for all subheads */

	body#index #subhead { background:url("../images/subhead-index.jpg"); height:228px; }
	body#facial-plastic #subhead { background:url("../images/subhead-facial-plastic.jpg"); height: 190px; }
	body#gallery #subhead { background:url("../images/subhead-gallery.jpg"); }
	body#dr-jon #subhead { background:url("../images/subhead-doctor.jpg"); }
	body#testimonials #subhead { background:url("../images/subhead-testimonials.jpg"); }
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#practice-areas #subhead { background:url("../images/subhead-practice-areas.jpg"); }
	body#botox #subhead { background:url("../images/subhead-Botox&reg;.jpg"); }
	body#browlift #subhead { background:url("../images/subhead-about.jpg"); }
	body#collagen #subhead { background:url("../images/subhead-about.jpg"); }
	body#eyelid-surgery #subhead { background:url("../images/subhead-about.jpg"); }
	body#facelift #subhead { background:url("../images/subhead-about.jpg"); }
	body#facial-implants #subhead { background:url("../images/subhead-about.jpg"); }
	body#facial-liposculpture #subhead { background:url("../images/subhead-about.jpg"); }
	body#laser-resurfacing #subhead { background:url("../images/subhead-about.jpg"); }
	body#laser-surgery #subhead { background:url("../images/subhead-about.jpg"); }
	body#restylane #subhead { background:url("../images/subhead-about.jpg"); }
	body#rhinoplasty #subhead { background:url("../images/subhead-about.jpg"); }
	body#facial-treatments #subhead { background:url("../images/subhead-treatments.jpg"); }
	
	body#contact #subhead { background:url("../images/subhead-contact.jpg"); }
	body#thankyou #subhead { background:url("../images/subhead-thankyou.jpg"); }
	body#sitemap #subhead { background:url("../images/subhead-sitemap.jpg"); }
	
	body#skin #subhead { background:url("../images/subhead-skin.jpg"); }
	body#nose #subhead { background:url("../images/subhead-nose.jpg"); }
	body#injectables #subhead { background:url("../images/subhead-injectables.jpg"); }
	body#resurfacing #subhead { background:url("../images/subhead-resurfacing.jpg"); }
	body#face-lipo #subhead { background:url("../images/subhead-face-lipo.jpg"); }
	body#eye-brow #subhead { background:url("../images/subhead-eye-brow.jpg"); }


/* ----- subhead framework with varying heights ----- */

#subhead-featured {
	height:80px;
	background:url("../images/subhead-featured.jpg") no-repeat ;
	}

#subhead-patients {
	height:58px;
	background:url("../images/subhead-patients.jpg") ;
	}

#subhead-articles {
	height:83px;
	background:url("../images/subhead-articles.jpg") ;
	}

#subhead-rhinoplasty {
	width:762px;
	float:left;
	}


#subhead-rhinoplasty-left {
	background:url("../images/subhead-rhinoplasty-left.jpg") no-repeat;
	height:134px;
	width:599px;
	float:left;
	position:relative;
	}

	/* index page link within #masthead */		
	#subhead-rhinoplasty-left p {
		position:absolute;
		left:92px;
		width:200px;
		top:65px;
		}
	
	#subhead-rhinoplasty-left a.article-link {	
		position:absolute;
		left:473px;
		top:26px;
		width:104px;
		height:26px; 
		}
	#subhead-rhinoplasty-left a.article-link span {
		display:none;
		}


	#subhead-rhinoplasty-right {
		background:url("../images/subhead-rhinoplasty-right.jpg") no-repeat ;
		height:111px;
		width:163px;
		float:left;
		position:relative;
		}
						
	/* index page link within #masthead */		
	#subhead-rhinoplasty-right a {	
		position:absolute;
		left:25px;
		top:33px;
		width:80px;
		height:16px; 
		}
	#subhead-rhinoplasty-right a span {
		display:none;
		}
		




#subhead-qcontact {
	height:54px;
	background:url("../images/subhead-qcontact.jpg") ;
	}

#subhead-locations {
	height:54px;
	background:url("../images/subhead-locations.jpg") no-repeat ;
	}

#subhead-unparalleled {
	height:93px;
	background:url("../images/subhead-unparalleled.jpg") no-repeat ;
	}


#subhead-unparalleled-affiliations {
	height:93px;
	background:url("../images/subhead-unparalleled-affili.jpg") no-repeat ;
	}
#subhead-unparalleled-laser {
	height:93px;
	background:url("../images/subhead-unparalleled-laser.jpg") no-repeat ;
	}

#subhead-unparalleled-skin {
	height:93px;
	background:url("../images/subhead-unparalleled-skin.jpg") no-repeat ;
	}
	
.bg-subhead {
	background:url("../images/bg-subhead-line.jpg") repeat-x;
	width:100%;
	position:relative;
	z-index:99;
	}

/* footer
 * ------------------------------------------------------------------------- */
 
#footer {
	width:762px;
	margin:0 0 0 10px;
	text-align:center;
	}

#footer p {
	margin-bottom:10px;
	}

#footer a:link, #footer a:visited { color:#000; text-decoration:underline; font-weight:normal; }

#footer a:hover, #footer a:active { color:#000; text-decoration:none; font-weight:normal; }

#footer ul {margin-bottom:10px;}

#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
 * ------------------------------------------------------------------------- */

#nav { 
	background:url("../images/nav.jpg") no-repeat; 
	width:762px; 
	height:20px; 
	margin:0;
	padding:0; 
	}

#nav span { display: none; }

#nav li, #nav a { height:20px; display:block; } /* change height here also */

#nav li { float:left; list-style:none; _display:inline; }

#nav-01 { width: 42px; margin-left: 23px;}
#nav-02 { width: 143px; margin-left:2px;}
#nav-03 { width: 66px; margin-left:2px;}
#nav-04 { width: 97px; margin-left:2px;}
#nav-05 { width: 86px; margin-left:2px;}
#nav-06 { width: 87px; margin-left:2px;}
#nav-07 { width: 83px; margin-left:2px;}
#nav-08 { width: 72px; margin-left:2px;}


/*-------------- (-79px) X position of button / (-20px) height of image from above ------------- */
#nav-01 a:hover { background:url("../images/nav.jpg")  -23px -20px no-repeat; }
#nav-02 a:hover { background:url("../images/nav.jpg")  -67px -20px no-repeat; }
#nav-03 a:hover { background:url("../images/nav.jpg") -212px -20px no-repeat; }
#nav-04 a:hover { background:url("../images/nav.jpg") -280px -20px no-repeat; }
#nav-05 a:hover { background:url("../images/nav.jpg") -379px -20px no-repeat; }
#nav-06 a:hover { background:url("../images/nav.jpg") -467px -20px no-repeat; }
#nav-07 a:hover { background:url("../images/nav.jpg") -556px -20px no-repeat; }
#nav-08 a:hover { background:url("../images/nav.jpg") -641px -20px no-repeat; }


/*-------------- OPTIONAL - Keeps the hover state on each page based on body #id ------------- */
body#home #nav-01 { background:url("../images/nav.jpg")  -23px -20px no-repeat; }
body#facial-plastic #nav-02 { background:url("../images/nav.jpg")  -67px -20px no-repeat; }
body#facial-treatments #nav-03 { background:url("../images/nav.jpg")  -212px -20px no-repeat; }
body#gallery #nav-04 { background:url("../images/nav.jpg") -280px -20px no-repeat; }
body#dr-jon #nav-05 { background:url("../images/nav.jpg") -379px -20px no-repeat; }
body#testimonials #nav-06 { background:url("../images/nav.jpg") -467px -20px no-repeat; }
body#contact #nav-07 { background:url("../images/nav.jpg") -556px -20px no-repeat; }
body#practice-areas #nav-08 { background:url("../images/nav.jpg") -641px -20px no-repeat; }

/* Vertical Sprite Nav - Procedures
 * ------------------------------------------------------------------------- */

#nav-procedures {
	background:url("../images/nav-procedures.jpg") top left no-repeat;					
	width:158px;		/* Width of buttons, not entite image (or half of entire image) */
	height:200px;		/* Height of entire image */
	margin:0;
	padding:0;
	float:left;
	}

#nav-procedures li span { display: none; }

#nav-procedures li {
	float:left;
	list-style:none;
	}

#nav-procedures li, #nav-procedures a { 
	height:18px;			/* Each button must have the same height, define it here */
	display:block;
	}

/* margin-top to set where the nav-procedures should begin */
#nav-procedures-01 { margin-top:2px; width:158px; }

/* margin-top if there is a spacing between each nav-procedures button */
#nav-procedures-02, #nav-procedures-03, #nav-procedures-04, #nav-procedures-05, #nav-procedures-06, #nav-procedures-07, #nav-procedures-08, #nav-procedures-09, #nav-procedures-10, #nav-procedures-11 { margin-top:0; width:158px; }

#nav-procedures-01 a:hover { background:url("../images/nav-procedures.jpg") -160px  -2px no-repeat; }
#nav-procedures-02 a:hover { background:url("../images/nav-procedures.jpg") -160px  -20px no-repeat; }
#nav-procedures-03 a:hover { background:url("../images/nav-procedures.jpg") -160px  -38px no-repeat; }
#nav-procedures-04 a:hover { background:url("../images/nav-procedures.jpg") -160px  -56px no-repeat; }
#nav-procedures-05 a:hover { background:url("../images/nav-procedures.jpg") -160px  -74px no-repeat; }
#nav-procedures-06 a:hover { background:url("../images/nav-procedures.jpg") -160px  -92px no-repeat; }
#nav-procedures-07 a:hover { background:url("../images/nav-procedures.jpg") -160px -110px no-repeat; }
#nav-procedures-08 a:hover { background:url("../images/nav-procedures.jpg") -160px -128px no-repeat; }
#nav-procedures-09 a:hover { background:url("../images/nav-procedures.jpg") -160px -146px no-repeat; }
#nav-procedures-10 a:hover { background:url("../images/nav-procedures.jpg") -160px -164px no-repeat; }
#nav-procedures-11 a:hover { background:url("../images/nav-procedures.jpg") -160px -182px no-repeat; }






/* PRACTICE PRIVACY NOTICE */
body#practice-privacy {
	background-color:#E1E1E1;
	margin:0 auto;
	text-align:center;
	background-image:none;
	}
	
body#practice-privacy #wrap {
	width:600px;
	border:1px solid #000;
	margin:0 auto;
	text-align:center;
	padding:20px 0; 
	background-image:none;
	}
	
body#practice-privacy #wrap p, body#practice-privacy #wrap ol {
	font:12px/16px Arial, Helvetica, sans-serif;
	color:#000;
	margin:0 20px 20px 20px;
	text-align:left;
	}
	
	body#practice-privacy #wrap ol { list-style-type:decimal; padding-left:20px; }
	
	body#practice-privacy #wrap ol li { margin-bottom:20px; }

body#practice-privacy #wrap p.align-center {
	text-align:center;
	}

body#practice-privacy input.check { width:23px; height:23px; border:none; background-color:#E1E1E1 !important; margin-right:10px; }
body#practice-privacy input.submit { width:175px; border:1px solid #000; cursor:pointer; }
