﻿#commentTitle {
	margin-bottom: 10px;
}
#commentContainer {
	background-color:#F4F1E8;
	border:1px solid #DBD4BE;
	padding: 5px 5px 5px 5px;
	margin-bottom: 10px;
	vertical-align:top;
}
#commentContainer a img{
	border:none;
}
#authorPhoto {
	float:left;
	vertical-align: top;
}
#authorName {
	vertical-align:top;
}
#commentMessage {
	text-indent:20px;
	padding-top:5px;
	padding-bottom: 5px;
	background-color:white;
	margin-left:50px;
}
#commentInfo {
	padding-left: 50px;
}
#editComment {
	padding-left: 50px;
}
#commentForm .clear {
	clear: both;
}
#commentForm #comment {
	width: 100%;
	height: 150px;
	border: solid 1px #DBD4BE
}
#commentForm #btnSubmit {
	-moz-border-radius-bottomleft:3px;
	-moz-border-radius-bottomright:3px;
	-moz-border-radius-topleft:3px;
	-moz-border-radius-topright:3px;
	background:#DBD4BE none repeat scroll 0 0;
	border:medium none;
	color:#000;
	float:right;		
	font-size:10px;
	margin-top:20px;
	padding:5px 10px;
	text-transform:uppercase;
}
/*http://www.jankoatwarpspeed.com/post/2008/05/22/CSS-Message-Boxes-for-different-message-types.aspx*/
.info, .success, .warning, .error, .validation {
	border: 1px solid;
	margin: 10px 0px;
	padding: 15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
.info {
	color: #00529B;
	background-color: #BDE5F8;
	background-image: url("Images/info.png");
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
	background-image:url("Images/success.png");
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
	background-image: url("Images/warning.png");
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
	background-image: url("Images/error.png");
}

/* jquery styles */
.ui-dialog { border: 5px solid #ffffff; -moz-border-radius-topleft:10px; -moz-border-radius-topright:10px; -moz-border-radius-bottomleft:10px; -moz-border-radius-bottomright:10px; }
.ui-dialog-titlebar{ -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px; padding:0px 10px; background-image: url(http://cdn.cbn.com/redesign-prototype/images/globalNavBG.jpg); line-height:30px; color:#fff; font-size:14px; font-weight:bold; }
a.ui-dialog-titlebar-close{ position:absolute; right:10px; top:0px; color:#fff; text-decoration: none; }
a.ui-dialog-titlebar-close:hover { text-decoration: none; }
.ui-dialog-content{ -moz-border-radius-bottomleft:5px; -moz-border-radius-bottomright:5px;padding:10px; background-color:#fff; background-image:url(http://cdn.cbn.com/redesign-prototype/images/int-bg-fadeup.jpg); background-position:bottom left; background-repeat:repeat-x; color:#333; font-size:1.2em; line-height:1.75em;}
