@charset "UTF-8";
/* Last Updated 6/26/13 1:40AM by MG */
/* Previous Update 3/7/13 3:28PM by ML */

/* Make the Header Compact Header */
#adtagheader .adlabelleft {
	height:90px;
}

#adtagheaderSlideshow .adlabelleft {
	height:90px;
}

#adtagheaderSlideshow  {
	margin-bottom: 10px;
}

#adtagfooter, #bottomspacer {
	display:none;
}

#adtagfooterSlideshow {
	height:90px;
}

div.adlabelleft {
	height:90px;
}

#logo_fixed {
	opacity:1;
	width:85px;
}

/* temp header box show */

/*#headerbox {
	display:none;
	min-height:40px;
}

#headerbox #header_tabs {
	margin-left:105px;
	*margin-left:15px;
}

#rightheaderlinks .headertab {
	border:0;
}

#rightheaderlinks .headertab a {
	text-shadow:none;
}

#headerbox #headerbottomright #searchbox {
	top:5px;
	position:fixed;
	margin-right:0;
	z-index:495;
	margin-left:105px;
}

.medscape_news #rightheaderlinks .headertab a {
	color:#094869;
}

.medscape_news #rightheaderlinks #rightlinksetting a:hover {
	background-color:#094869;
}
*/


/* Override Main Article CSS styles */
/*action bar */
.actionBar {
	margin-bottom:20px;
	height:30px;
	border:1px solid #c7c7c7;
	color:#484848;
	text-shadow:1px 1px 0 #fff;
	font-size:.92em;
	border-right:0;
}

.actionBar ul {
	list-style:none;
	padding:0;
	margin:0;
}

.actionBar li {
	float:left;
	height:23px;
	border-left:1px solid #f9f9f9;
	border-right:1px solid #c7c7c7;
	line-height:auto;
	padding:7px 5px 0 5px;
}

.abLeft {
	float:left;
}

.abLeft li {
	width:60px;
}

.abLeft a {
	color:#484848;
}

.abRight {
	float:right;
	border-left:1px solid #c7c7c7;
	text-align:center;
}

.actionBar li img {
	vertical-align:middle;
	border:0;
}

.abLeft li.fontSize {
	text-align:right;
	width:48px;
	position:relative;
}

.printThis img, .emailThis img {
	margin-right:6px;
}

/*action bar bottom */
#abBottom {
	clear:both;
	margin-bottom:21px;
}

#abBottom .actionBar {
	margin-bottom:20px;
	height:30px;
	border-left:0;
	border-right:0;
	text-shadow:1px 1px 0 #fff;
	font-size:.92em;
	border-right:0;
	padding:5px 0;
}

#abBottom .actionBar li {
	border:0;
	text-align:center;
}

#abBottom .actionBar .abLeft, #abBottom .actionBar .abRight {
	float:right;
	border:0;
}

#abBottom .actionBar .abLeft li.fontSize {
	display:none;
}

#abBottom .printText, #abBottom .emailText {
	display:none;
}

#slide_player .actionBar {
	border:0;
	border:0;
	margin:0;
}

#slide_player #abBottom .actionBar li {
	width:36px;
}

sup {
	font-size:.7em;
	line-height:1px;
}

/* Reference Layer */
#references {
	display:none;
	width:750px;
	margin-left:-375px;
	left:50%;
	position:absolute;
	z-Index:500;
	line-height:normal;
}

#references .scrolllayer {
	background-color:#fefefe;
	border:1px solid #888;
	padding:8px;
	height:455px;
	overflow:auto;
}

#references .layerbg2 {
	padding:8px 8px 8px 8px;
	background-color:#ddd;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #aaa;
	text-align:left;
}

#references .closewindow2 {
	text-align:right;
	line-height:normal;
	padding-left:601px;
}

#references h4 {
	padding:0;
	margin:0 0 8px 0;
	font-size:1.10em;
}

#references ol li {
	margin:5px 0;
}

#references a.emptytextlink2 {
	color:#555;
	display:block;
	width:145px;
	padding:4px 0 4px 0;
	background:#f6f6f6;
	background:-moz-linear-gradient(top, #f6f6f6 0, #ddd);
	background:-webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd));
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	-moz-box-shadow:0 1px 3px rgba(000, 000, 000, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:0 1px 3px rgba(000, 000, 000, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5);
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7), 0px 1px 0 rgba(255, 255, 255, 0.3);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #aaa;
	text-align:center;
	margin:0 0 4px 0;
	cursor:pointer;
}

a.emptytextlink2:link {
	color:#555;
}

a.emptytextlink2:visited {
	color:#555;
}

a.emptytextlink2:hover {
	color:#42aaff;
	text-decoration:none;
}

a.emptytextlink2:active {
	color:#555;
}
#ref_link {
	float: left;
	padding: 13px 5px;
}

/* Authors Layer */
#authors {
	display:none;
	width:750px;
	margin-left:-375px;
	left:50%;
	position:absolute;
	z-Index:500;
	line-height:normal;
}

#authors .scrolllayer {
	background-color:#fff;
	border:1px solid #6f6f6f;
	padding:8px;
	height:455px;
	overflow:auto;
}

#authors .layerbg2 {
	padding:8px 8px 8px 8px;
	background-color:#ddd;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #aaa;
	text-align:left;
}

#authors .closewindow2 {
	text-align:right;
	line-height:normal;
	padding-left:601px;
}

#authors h4 {
	padding:0;
	margin:0 0 8px 0;
	font-size:1.10em;
}

#authors a.emptytextlink2 {
	color:#555;
	display:block;
	width:145px;
	padding:4px 0 4px 0;
	background:#f6f6f6;
	background:-moz-linear-gradient(top, #f6f6f6 0, #ddd);
	background:-webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd));
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	-moz-box-shadow:0 1px 3px rgba(000, 000, 000, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:0 1px 3px rgba(000, 000, 000, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5);
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7), 0px 1px 0 rgba(255, 255, 255, 0.3);
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border:1px solid #aaa;
	text-align:center;
	margin:0 0 4px 0;
	cursor:pointer;
}

a.emptytextlink2:link {
	color:#555;
}

a.emptytextlink2:visited {
	color:#555;
}

a.emptytextlink2:hover {
	color:#42aaff;
	text-decoration:none;
}

a.emptytextlink2:active {
	color:#555;
}

/*headings */
h1, h1 a {
	font-family: 'proxima_nova_ltsemibold', arial, sans-serif;
	font-weight:normal;
	color:black;
	margin:0;
	padding:0;
	font-size:1.9em;
}

#articleHead {
	padding:0 0 15px 12px;
}

#articleHead h1 {
	margin:0 20px 1px 0;
	font-family: 'proxima_nova_ltsemibold', arial, sans-serif
	font-weight:normal;
	color:black;
	padding:0;
	font-size:1.9em;
}

#slide_col h3 {
	color:#333;
	font-size:1.5em;
	font-weight:normal;
}

#slide_col h4 {
	color:#333;
}

p#postingdate {
	font-size:.95em;
	margin:0 5px 5px 5px;
	padding:0;
	position:relative;
	color:#535353;
}

#contentLeft {
	width:auto;
	max-width:100%;
	margin:0;
	padding:0;
}

#articleContent #slide_player p {
	line-height:normal;
}

#slide_player #articleHead p {
	font-size:1.00em;
	margin:0;
	padding:0;
}

#articleContent #slide_text_col p {
	line-height:1.30em;
}

#slide_text_col h2 {
	font-size:1.1em;
	font-weight:bold;
}

/* Hide VP Tracking iframe */
#xmlFrame {
	display:none;
}

/* Slideshow and Slide Transcript Classes */
.slide_sec {
	display:none;
}

#slide_player {
	line-height:normal;
	clear:both;
	margin-bottom:12px;
	width:966px;
	border:1px solid #ddd;
	padding:16px 0 24px 12px;
	border-radius:24px;
	-moz-border-radius:24px;
	-webkit-border-radius:24px;
	/* IE9 SVG,  needs conditional override of 'filter' to 'none' */
	background:url(data:image/svg+xml;
	base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmYxZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background:-moz-linear-gradient(top, #fff 0, #eff1f7 100%);
	/* FF3.6+ */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eff1f7));
	/* Chrome, Safari4+ */
	background:-webkit-linear-gradient(top, #fff 0, #eff1f7 100%);
	/* Chrome10+, Safari5.1+ */
	background:-o-linear-gradient(top, #fff 0, #eff1f7 100%);
	/* Opera 11.10+ */
	background:-ms-linear-gradient(top, #fff 0, #eff1f7 100%);
	/* IE10+ */
	background:linear-gradient(to bottom, #fff 0, #eff1f7 100%);
	/* W3C */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eff1f7', GradientType=0);
	/* IE6-8 */
}

#slide_left_col {
	width:535px;
	float:left;
	margin-right:12px;
}

#slide_right_col {
	width:407px;
	padding:0;
	margin:0;
	float:left;
	line-height:normal;
}

#slide_col {
	width:522px;
	height:355px;
	padding:3px;
	background-color:#fff;
	border:1px solid #d0d0d0;
	-webkit-box-shadow:2px 1px 2px 1px rgba(210, 210, 210, 1);
	box-shadow:2px 1px 2px 1px rgba(210, 210, 210, 1);
	-moz-box-shadow:2px 1px 2px 1px rgba(210, 210, 210, 1);
	margin-bottom:2px;
}

#slide_col img {
	width:522px;
	height:355px;
}

#slide_player #slide_col p {
	margin:5px 10px;
	line-height:1.5em;
	font-size:.95em;
}

#slide_col h2, #slide_col h3, #slide_col h4 {
	margin-left:10px;
}

#adtagrightcol, .adlabeltop {
	background-color:transparent;
}

#articleContent #slide_text_col {
	height:147px;
	padding:8px 8px 0 8px;
	border-bottom:1px solid #ddd;
	overflow:auto;
	margin-bottom:10px;
	line-height:1.30em;
	font-size:1.00em;
}

.slide {
	width:462px;
	height:315px;
	padding:20px;
	background-color:#fff;
	line-height:normal;
	margin:0 0 0 20px;
}

/* Main NAV Styles */
#slide_nav_bar {
	width:100%;
	font-weight:bold;
	clear:both;
	line-height:normal;
}

a#prev_btn {
	text-align:right;
	width:100px;
	line-height:normal;
	float:left;
	padding:6px 12px 6px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background-color:#002944;
	background:-moz-linear-gradient(top, #3aa0b5 0, #002944);
	background:-webkit-gradient(linear, left top, left bottom, from(#3aa0b5), to(#002944));
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #486a78;
	-moz-box-shadow:0 1px 3px rgba(000, 000, 000, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:0 1px 3px rgba(000, 000, 000, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5);
	text-shadow:0 -1px 0 rgba(000, 000, 000, 0.7), 0px 1px 0 rgba(255, 255, 255, 0.3);
}

a#prev_btn:link {
	color:#fff;
}

a#prev_btn:visited {
	color:#fff;
}

a#prev_btn:hover {
	text-decoration:none;
	background-color:#3aa0b5;
	background:-moz-linear-gradient(top, #002944 0, #3aa0b5);
	background:-webkit-gradient(linear, left top, left bottom, from(#002944), to(#3aa0b5));
}

a#prev_btn:active {
	color:#fff;
}

a#prev_btn span.arrow {
	display:block;
	background-image:url(//img.medscape.com/pi/global/ornaments/bg-ss-arrow-all-left.png);
	background-position:left center;
	background-repeat:no-repeat;
}

#slide_count {
	float:left;
	border-bottom:0;
	padding:8px 0 0 0;
	color:#969696;
	margin-left:100px;
}

a#next_btn {
	width:100px;
	line-height:normal;
	float:right;
	padding:6px 12px 6px 12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	background-color:#002944;
	background:-moz-linear-gradient(top, #3aa0b5 0, #002944);
	background:-webkit-gradient(linear, left top, left bottom, from(#3aa0b5), to(#002944));
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border:1px solid #486a78;
	-moz-box-shadow:0 1px 3px rgba(000, 000, 000, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:0 1px 3px rgba(000, 000, 000, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5);
	text-shadow:0 -1px 0 rgba(000, 000, 000, 0.7), 0px 1px 0 rgba(255, 255, 255, 0.3);
}

a#next_btn:link {
	color:#fff;
}

a#next_btn:visited {
	color:#fff;
}

a#next_btn:hover {
	text-decoration:none;
	background-color:#3aa0b5;
	background:-moz-linear-gradient(top, #002944 0, #3aa0b5);
	background:-webkit-gradient(linear, left top, left bottom, from(#002944), to(#3aa0b5));
}

a#next_btn:active {
	color:#fff;
}

a#next_btn span.arrow {
	display:block;
	background-image:url(//img.medscape.com/pi/global/ornaments/bg-ss-arrow-all-right.png);
	background-position:right center;
	background-repeat:no-repeat;
}

/* Text Col NAV Styles */
#slide_nav_bar2 {
	width:100%;
	font-weight:bold;
	clear:both;
	line-height:normal;
	margin-bottom:9px;
}

a#prev_btn2 {
	text-align:right;
	width:80px;
	line-height:normal;
	float:left;
	padding:3px 6px 3px 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696969;
	background-color:#eee;
	background:-moz-linear-gradient(top, #f6f6f6 0, #ddd);
	background:-webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd));
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	-moz-box-shadow:0 1px 3px rgba(000, 000, 000, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:0 1px 3px rgba(000, 000, 000, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5);
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7), 0px 1px 0 rgba(255, 255, 255, 0.3);
}

a#prev_btn2:link {
	color:#696969;
}

a#prev_btn2:visited {
	color:#696969;
}

a#prev_btn2:hover {
	text-decoration:none;
	background-color:#f6f6f6;
	background:-moz-linear-gradient(top, #ddd 0, #f6f6f6);
	background:-webkit-gradient(linear, left top, left bottom, from(#ddd), to(#f6f6f6));
}

a#prev_btn2:active {
	color:#696969;
}

a#prev_btn2 span.arrow {
	display:block;
	background-image:url(//img.medscape.com/pi/global/ornaments/bg-ss-arrow-news-left.png);
	background-position:left center;
	background-repeat:no-repeat;
}

#slide_count2 {
	float:left;
	border-bottom:0;
	padding:3px 0 0 0;
	color:#969696;
	margin-left:67px;
}

a#next_btn2 {
	width:80px;
	line-height:normal;
	float:right;
	padding:3px 6px 3px 6px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#696969;
	background-color:#eee;
	background:-moz-linear-gradient(top, #f6f6f6 0, #ddd);
	background:-webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ddd));
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border:1px solid #ccc;
	-moz-box-shadow:0 1px 3px rgba(000, 000, 000, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5);
	-webkit-box-shadow:0 1px 3px rgba(000, 000, 000, 0.5), inset 0 0 1px rgba(255, 255, 255, 0.5);
	text-shadow:0 1px 0 rgba(255, 255, 255, 0.7), 0px 1px 0 rgba(255, 255, 255, 0.3);
}

a#next_btn2:link {
	color:#696969;
}

a#next_bt2n:visited {
	color:#696969;
}

a#next_btn2:hover {
	text-decoration:none;
	background-color:#f6f6f6;
	background:-moz-linear-gradient(top, #ddd 0, #f6f6f6);
	background:-webkit-gradient(linear, left top, left bottom, from(#ddd), to(#f6f6f6));
}

a#next_btn2:active {
	color:#696969;
}

a#next_btn2 span.arrow {
	display:block;
	background-image:url(//img.medscape.com/pi/global/ornaments/bg-ss-arrow-news-right.png);
	background-position:right center;
	background-repeat:no-repeat;
}

.related_content {
	padding-left:5px;
	width:515px;
	height:100%;
	overflow:hidden;
	background:#fafafa;
}

#slide_col .related_content h3 {
	font-size:1em;
	font-weight:bold;
}

.related_content ul.rc_container {
	margin:0;
	padding:0;
	list-style:none;
}

.related_content ul.rc_container li {
	padding:20px 8px 5px 5px;
	float:left;
	width:230px;
	height:65px;
	margin:5px;
	font-size:1em;
	border:1px dotted #ccc;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	font-family:'proxima_nova_ltsemibold', arial, sans-serif;
}

.related_content ul.rc_container li div {
	display:table-cell;
	vertical-align:middle;
}

.related_content ul.rc_container ul {
	list-style:none;
	padding:12px 0 0 24px;
}

.related_content ul.rc_container ul li {
	background:url("//images.medscape.com/pi/global/ornaments/slideshow_flourish_trim_clr.gif") 0 5px no-repeat;
	line-height:15px;
	padding:2px 0 0 12px;
	border:0;
	font-size:1.1em;
	font-weight:normal;
}

#slide_col div.related_content img {
	width:72px;
	height:55px;
	float:left;
	margin-right:5px;
}

.slide_disclosure {
	color:#333;
	font-size:.9em;
}

/* E-mail This Styles */
#btn_email_sub {
	margin: 10px 0 10px 0;
	width: 50px;
	display: block;
	-moz-box-shadow:inset 0px 1px 0px 0px #94bbd8;
	-webkit-box-shadow:inset 0px 1px 0px 0px #94bbd8;
	box-shadow:inset 0px 1px 0px 0px #94bbd8;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #056aa0), color-stop(1, #035682) );
	background:-moz-linear-gradient( center top, #056aa0 5%, #035682 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#056aa0', endColorstr='#035682');
	background-color:#056aa0;
	border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border:1px solid #035682;
	color:#ffffff;
	text-align: center;
	font-family:arial;
	padding: 0 3px;
	font-weight: bold;
	font-size: 1.2em;
	text-decoration:none;
}
#btn_email_sub:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #035682), color-stop(1, #056aa0) );
	background:-moz-linear-gradient( center top, #035682 5%, #056aa0 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#035682', endColorstr='#056aa0');
	background-color:#035682;
}
#btn_email_sub a {
	text-decoration: none;
	color:#ffffff;
}
#emailform {
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	padding: 0 10px;
	background: #fbfbfb;
}
#emailform h3 {
	margin: 3px 0;
	color: #0d4661;
	font-size: 1.25em;
	border: none;
	font-weight: bold;
	padding: 6px 0 2px;
}
#emailform .byline {
   	color: #3d3d3d;
	font-family: arial,sans-serif;
	font-size: 0.85em;
	padding: 3px 0 5px 0;
}
#sentConfirm {
	border-top: 1px solid #a2a2a2;
	border-bottom: 1px solid #a2a2a2;
	padding: 0 10px;
	background: #fbfbfb;
}
#sentConfirm h3 {
	margin: 5px 0;
	color: #0d4661;
	font-size: 1.25em;
	border: none;
	font-weight: bold;
}
#email_body h1 {
	font-family: 'proxima_nova_ltsemibold', arial, sans-serif
	font-size: 1.7em;
	color: #000;
	margin: 3px 0 8px 0;
	padding: 0 0 0 5px;
}
#email_layer_header {
	display: block;
}
#email_layer {
	background: white;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	margin: 0;
	font-size: 12px;
	line-height: 1.4;
	text-align: left;
	z-index: 300;
	font-family: arial,sans-serif;
}
#email_layer img {
	border: 0;
}
#email_layer .email_privacy {
	font-weight: bold;
	font-size: 10px;
}
#email_layer .email_privacy a {
	color: #02437d;
	text-decoration: none;
}
#email_layer .email_privacy a:hover {
	text-decoration: underline;
}
#info_dismiss{
	width: 100%;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1D5E81), to(#03273B));
}
#info_tagline{
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 12px 0px 0px 10px;
	text-transform: uppercase;
}
.email_close{
	position: absolute;
	top: 3px;
	right: 5px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	margin: 5px 5px 0 0;
	background: -webkit-gradient(linear, left top, left bottom, from(white), to(#BCBBBB));
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #B7B7B7;
	padding: 7px 5px 4px;
}
#email_layer_header p{
	margin: 0px;
	padding: 8px;
}
#email_layer #email_sponsor_d, #email_layer #email_sponsor_m {
	background: #CCC;
	padding: 4px 0 5px 0;
	font-size: 10px;
	font-weight: bold;
}
#email_layer #email_layer_header{
	z-index: 500;
}
#email_body {
	padding: 8px 15px 30px 15px;
}
#email_layer b {
	font-size: 13px;
}
#modal {
	z-index: 300;
	position:fixed;
	top:0px;
	bottom:0px;
	left:0px;
	right:0px;
	filter: alpha(opacity=30);
	/*older IE*/
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
	/* IE */
	-moz-opacity: .30;
	/*older Mozilla*/
	-khtml-opacity: 0.3;
	/*older Safari*/
	opacity: 0.3;
	/*supported by current Mozilla, Safari, and Opera*/
	background-color:#000000;
	-moz-box-shadow: inset 0 0 30px 3px #000;
	-webkit-box-shadow: inset 0 0 30px 3px #000;
	box-shadow: inset 0 0 30px 3px #000;
}

#info_dismiss{
	height:100%;
	background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1D5E81), to(#03273B));
}
.addError {
	color: red;
	font-weight: bold;
}
#message {
	resize: none;
}

/* WHEN STYLING FOR DESKTOP LAYER, USE #emailLayerD_content IN FRONT OF YOUR STYLES */
#emailLayerD{
	position: fixed;
	top:15%;
	left:50%;
	margin-left: -405px;
	z-index:501;
	background: rgb(13,107,168);
	background: -moz-linear-gradient(-45deg, rgb(13,107,168) 81%, rgb(6,56,86) 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(81%,rgb(13,107,168)), color-stop(100%,rgb(6,56,86)));
	background: -webkit-linear-gradient(-45deg, rgb(13,107,168) 81%,rgb(6,56,86) 100%);
	background: -o-linear-gradient(-45deg, rgb(13,107,168) 81%,rgb(6,56,86) 100%);
	background: -ms-linear-gradient(-45deg, rgb(13,107,168) 81%,rgb(6,56,86) 100%);
	background: linear-gradient(-45deg, rgb(13,107,168) 81%,rgb(6,56,86) 100%);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border-top: 1px solid #4c94c1;
	border-left: 1px solid #4c94c1;
	border-right: 1px solid #063350;
	border-bottom: 1px solid #063350;
	-moz-box-shadow: 0 0 1px .5px #000;
	-webkit-box-shadow: 0 0 1px .5px #000;
	box-shadow: 0 0 1px .5px #000;
}
.emailLayerD_close{
	cursor:pointer;
	position:absolute;
	top:-17px;
	right:-17px;
	z-index:502;
	background:url(//img.medscape.com/pi/sp/agt/images/agt_close.png) top right no-repeat;
	width:34px;
	height:34px;
	font-size:0px;
	border: none;
	padding: 3px 9px 2px 9px;
}
.emailLayerD_close p{
	color:white;
	font-size: 0px;
	font-weight: bold;
	text-shadow:2px 2px 3px #000000;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}

#emailLayerD_content #email_layer .email_privacy {
	float: left;
}
#emailLayerD_content #email_layer{
	margin-top:5px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:5px;
	background: white;
	overflow-y: hidden;
	overflow-x: hidden;
	width: 600px;
}
#emailLayerD_content #email_layer #email_layer_header #info_dismiss{
	height:22px;
	background: rgb(80,80,80);
	background: -moz-linear-gradient(top, rgb(80,80,80) 0%, rgb(90,90,90) 53%, rgb(71,71,71) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(80,80,80)), color-stop(53%,rgb(90,90,90)), color-stop(100%,rgb(71,71,71)));
	background: -webkit-linear-gradient(top, rgb(80,80,80) 0%,rgb(90,90,90) 53%,rgb(71,71,71) 100%);
	background: -o-linear-gradient(top, rgb(80,80,80) 0%,rgb(90,90,90) 53%,rgb(71,71,71) 100%);
	background: -ms-linear-gradient(top, rgb(80,80,80) 0%,rgb(90,90,90) 53%,rgb(71,71,71) 100%);
	background: linear-gradient(top, rgb(80,80,80) 0%,rgb(90,90,90) 53%,rgb(71,71,71) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#505050', endColorstr='#474747',GradientType=0 );
}
#emailLayerD_content #email_layer #email_layer_header #info_tagline{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: white;
	padding: 4px 0px 0px 0px;
	text-transform: uppercase;
}
#emailLayerD_content #email_sponsor_d{
	text-align: right;
	background: none;
	border-bottom: 1px solid #343434;
	margin: 3px 15px;
}
#emailLayerD #copy_send {
	font-size: .9em;
	padding: 2px 0 4px 0;
}
#emailLayerD #email_layer #email_sponsor_m {
	display: none;
}
#emailLayerD .email_close{
	display: none;
}
#emailLayerD #pharm_logo {
	padding-left: 30px;
}
#emailLayerD .mail_form_row {
	padding: 3px 0;
	clear: both;
}
#emailLayerD .mail_form_left {
	float: left;
	text-align: right;
	width: 100px;
	padding: 0 20px 0 0;
	font-size: 0.9em;
	font-weight: bold;
}
#emailLayerD #fromEmail {
	width: 390px;
}
#emailLayerD #senderName {
	width: 390px;
}
#emailLayerD #toEmail {
	width: 390px;
}
#emailLayerD #subject {
	width: 390px;
}
#emailLayerD #message {
	width: 390px;
	height: 75px;
}
#emailLayerD #btn_email_sub {
	float: right;
	margin: 10px 45px 10px 0;
}
#emailLayerD #yourEmail {
	min-height: 40px;
}
#emailLayerD #email_layer_header {
	display: none;
}
#emailLayerD #charlimit {
	padding-left: 120px;
}