@CHARSET "UTF-8";

.nri_comment_reply_modal
{
	display: none;
	position: absolute;
	top: 1000px;
	left: 0;
	width: 700px;
	min-height: 50px;
	overflow: hidden;
	z-index: 1550;
	background: #FFF url(http://mm.news-record.com/drupal/sites/all/modules/nri_comment/images/module_bg.jpg) repeat-x left top;
	border: 3px solid #333;
	border-width: 0 3px 3px 0;
	padding-bottom: 5px;
}

/* ie6 hack */
* html .nri_comment_reply_modal 
{
	height:50px;
	overflow:visible;
}

.nri_comment_reply_modal h3.nrcTxt_ModHeader
{
	display: block;
	height: 20px;
	line-height: 17px;
	font-family: "trebuchet ms",arial,helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	padding: 0 7px;
	background: transparent url(http://mm.news-record.com/drupal/sites/all/modules/nri_comment/images/header_bg.gif) repeat-x left top;	
}

.nri_comment_reply_modal form
{
	margin: .5em 10px;
}

.nri_comment_reply_modal .nri_comment_username,
.nri_comment_reply_modal form label
{
	font-size: 85%;
	color: #666;
}

.nri_comment_reply_modal textarea
{
	width: 100%;
	height: 8em;
}

.nri_comment_reply_modal .nri_comment_username .nrcTxt_username
{
	font-weight: bold;
}

.nri_comment_reply_error {
	position: absolute;
	top: 5px;
	left: 47px;
	z-index: 1552;
	width: 196px;
	padding: 20px 10px 5px 45px;
	min-height: 115px;
	background: #FFF url(http://mm.news-record.com/drupal/sites/all/modules/nri_comment/images/error_bg.png) no-repeat left top;
	border-width: 1px 2px 2px 1px;
	border-color: #000 #999 #999 #000;
	border-style: solid;
	font-size: 10px;
}

.nri_comment_reply_error li
{
	display: block;
	list-style: none;
	background: url(http://mm.news-record.com/drupal/sites/all/modules/nri_comment/images/error_bullet.png) no-repeat left 3px;
	padding-left: 10px;
	min-height: 10px;
	margin-bottom: 3px;
}

/* submit, preview buttons */
.nri_comment_reply_modal form #edit-preview,
.nri_comment_reply_modal form #edit-submit
{
	display: -moz-inline-box;
	display: inline-block;
	position: relative;
	margin-left: 10px;
	overflow: hidden;
	text-indent: -900%;
	border: none;
	cursor: hand;
	cursor: pointer;
	width:113px;
	height:21px;
	background: transparent url(http://mm.news-record.com/drupal/sites/all/modules/nri_comment/images/ctrl_submit_comment.gif) no-repeat left top;
	
	*padding-top: 500px; /* ie 6,7 hack */
	*text-indent: 0;
}

.nri_comment_reply_modal .nrc_waiting
{
	position: absolute;
	top: 0; left; 0; bottom: 0; right: 0;
	width: 100%;
	height: 100%;
	min-height: 50px;
	background: #FFC url(http://mm.news-record.com/drupal/sites/all/modules/nri_comment/images/loading_animation.gif) no-repeat center center;
	filter: alpha(opacity = 75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	text-align: center;
	z-index: 1551;
}

.nri_comment_reply_modal form #edit-preview
{
	float: left;
	margin-left: 465px;
	width:84px;
	height:21px;
	background: transparent url(http://mm.news-record.com/drupal/sites/all/modules/nri_comment/images/ctrl_preview_comment.gif) no-repeat left top;
}


/* comment post interface */
/*
.nri_comment_reply_modal
.nri_comment_reply_modal .nri_comment_wrapper
h3.nrcTxt_ModHeader
#nri-comment-form

#form-item-edit-comment
#form-item-edit-comment textarea

fieldset.collapsible
fieldset.collapsed
.description
.form-submit
#edit-preview
#edit-submit

*/
