/*------------------------------------------------------------------------------

BusinessWeek
Reader Comment Screen Styles
Copyright (c) by The McGraw-Hill Companies Inc. All Rights Reserved

------------------------------------------------------------------------------*/

@import url("global.css");

body {
	margin: 0;
	padding: 0;
	border: none;
}

/*- Comment Form -------------------------------------------------------------*/

#commentForm {
	float: left;
}

#commentForm fieldset {
	border: solid 0 transparent;  /* removes fieldset borders in Opera 7 */
	width: 200px;
	text-align: right;
	margin: 0;
	padding: 0;
}

#commentForm fieldset p {
	margin-bottom: 1.5em;
	text-align: left;
}

#commentForm fieldset label {
	display: block;
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin-bottom: .3em;
}

#commentForm fieldset label.error {
	font-style: italic;
	color: #ec281b;
}

#commentForm fieldset input, fieldset textarea {
	width: 190px;
	border: 1px solid #ccc;
}

#commentForm fieldset label .instructions {
	font-weight: normal;
}

#commentForm fieldset textarea {
	height: 180px;
}

#commentForm fieldset .submitBtn {
	width: auto;
	margin: 0 10px 0 0;
}


/*- Comment Display ----------------------------------------------------------*/

#commentDisplay, #reviewDisplay {
	float: right;
	position: relative;
	width: 380px;
}

#commentDisplay h4, #reviewDisplay h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	margin-bottom: .3em;
}

#commentDisplay .viewLink, #reviewDisplay .viewLink {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 1.2em;
	text-transform: capitalize;
}

#commentDisplay .legalLinks, #reviewDisplay .legalLinks {	
	float: right;
	font-size: 1.1em;
	margin-top: 18px;
}

#commentDisplay ul, #reviewDisplay ul {
	width: 380px;
	border: 1px solid #ccc;
	overflow: auto;
}

#commentDisplay ul {
 	height: 280px;
}
 
#reviewDisplay ul {
 	height: 330px;
}

#commentDisplay ul li, #reviewDisplay ul li {
	font-size: 1.2em;
	line-height: 1.6em;
	margin: 10px 12px 14px 12px;
	padding-bottom: 14px;
	border-color: #e5e5e5;
	border-width: 0 0 1px 0;
	border-style: solid;
}

#commentDisplay ul li span, #reviewDisplay ul li span {
	display: block;
}

#commentDisplay ul li .userName, #reviewDisplay ul li .userName {
	font-weight: bold;
	line-height: 1.1em;
}

#commentDisplay ul li .timeStamp, #reviewDisplay ul li .timeStamp {
	font-size: .95em;
	color: #666;
}

#commentDisplay img, #reviewDisplay img {
	margin: 0 0 0 -2px;
}

/*- No Comments --------------------------------------------------------------*/

#noFeedback {
	float: right;
	width: 380px;
}

#noFeedback h4 {	
	font-size: 1.3em;
	line-height: 3em;
	padding-left: 50px;
	background: url(http://images.businessweek.com/icons/reader_comments/comment_icon.gif) no-repeat 4% 95%;
}

#noFeedback p {
	margin-top: -.6em;
	padding: 0 30px 0 50px;
	font-size: 1.3em;
	line-height: 1.6em;
	color: #999;
}

#noFeedback p a {
	display: block;
	margin-top: 1.3em;
}

/*- Comment Thank You --------------------------------------------------------*/

#thankYou {
	float: left;
	width: 200px;
}

#thankYou h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #666;
	line-height: 2em;
	background: url(http://images.businessweek.com/icons/reader_comments/check_icon.gif) no-repeat 0 55%;
	padding-left: 31px;
	
	margin: 3px 0 0 20px;
}

#thankYou p {
	margin: -.1em 0 0 20px;
	padding: 0 10px 0 31px;
	font-size: 1.3em;
	line-height: 1.3em;
	color: #999;
}

/*- Disclaimer ---------------------------------------------------------------*/

.disclaimer {
	font-size: .9em;
	padding: 15px;
}

.disclaimer p {
	margin-bottom: 1em;
	line-height: 1.2em;
}
