﻿#CommentsBox
{
	width:500px;
	 margin:0 auto;
	  font-family:Tahoma;
	  font-size:10px;
	}
#cmntHeader
{
	background-position: center bottom;
	background-image: url(  'images/cmntsheader.jpg' );
	background-repeat: no-repeat;
	height:58px;
	width:500px;
}
#cmntHeader2
{
	background-position: center bottom;
	background-image: url(  'images/cmntsheader_3.jpg' );
	background-repeat: no-repeat;
	height:58px;
	width:500px;
}
#cmntBody
{
	width: 500px;
	background-color: #E0DDEF;
}
.cmnt1
{	background-color: #E0DDEF;
	}
.cmnt1 a
{
	color: #FF9933;
	text-decoration: none;
}	
.cmnt1 a:hover
{
	color: #FF5050;
}	
.cmnt2
{
	background-color: #CCCBEF;
}	
.cmnt2 a
{
	color: #FF9933;
	text-decoration: none;
}	
.cmnt2 a:hover
{
	color: #FF5050;
}
#cmntNew
{
	width: 500px;
	background-color: #A5A3D0;
}
#cmntFooter
{
	background-position: center bottom;
	background-image: url(  'images/cmntsfooter.jpg' );
	background-repeat: no-repeat;
	height:17px;
	width:500px;
	}
.cmnttxt
{
	background-image: url( 'images/cmntbg1.jpg' );
	background-repeat: repeat-x;
	background-color: #E9E7F4;
	background-position: left top;
	width:300px;
}	

.cmnttxt2
{
	background-image: url( 'images/cmntbg2.jpg' );
	background-repeat: repeat-x;
	background-color: #E9E7F4;
	background-position: left top;
	width:300px;
}
.btnsave
{
 padding-right:300px;
	}
.cmntcontent
{
	
 padding-right:15px;
 padding-bottom:10px;
	}	
#progressholder
{
	width: 540px;
	margin: 0 auto;
	position: fixed;
	background-color: #CCCBEF;
	font-family:Tahoma;
	font-size:12px;
	
}	