
.input_cmt_save, .saveadd {  
	color:SlateGray; 
	margin:0px 10px;
	padding:3px 10px;
	font-size:90%;
	font-weight:bold;
	cursor:pointer;
}
.input_cmt_save:hover, .saveadd:hover { color:DarkSlateGray }

.input_cmt_btn { margin:2px 5px 2px 5px; }
.input_cmt_btn:hover { cursor:pointer; font-weight:bold }
.input_cmt_btn:active { background-color:SkyBlue}

.time { color:DimGray}
.author { color:DimGray}

#cmtsys_div3{ 
	display: none;
}

#showComment {
	color:green;
	cursor:pointer;
}


.toggle { margin-left:100px }

.hidden {
	display: none;
}

.inputCmt {
	width:97% ; 
	resize:vertical; 
	min-height:130px; 
	max-height:500px;
	overflow-y:yes; 
	overflow-x:hidden; 
	padding:0.4em; 
	padding-bottom:0.2em;
	line-height:1.8; 
	background-color:White; 
	border:2px solid DarkGray;
	border-radius:5px;
}

.inputCmtInf {
	margin-top:10px;
}

.input_cmt_email {
	margin-left:5px;
	height:20px;
	padding-left:5px;
}

div.inputCmt2 {
	min-height:100px; 
	max-height:500px;
	height:auto;
	margin-left:40px; 
	margin-top:20px; 
	margin-bottom:20px;
	margin-right:10px;
	resize:vertical; 
}

.inputCmtText2 {
	width:97% ; 
	height:150px; 
	max-height:450px;
	resize:vertical; 
	overflow-y:yes; 
	overflow-x:hidden; 
	padding:0.4em; 
	padding-bottom:0.2em; 
	line-height:1.8; 
	background-color:white;
	margin:5px 5px 5px 5px;
	border-radius:5px;
}


.cmt1, .cmt2 {
	height:auto;
	max-height:500px;
	background-color:White; 
	margin-bottom:2px; 
	margin-right:2px; 
}

.cmt1 { margin-top:30px; margin-left:0px; }
.cmt2 { margin-top:10px; margin-left:40px; }

.cmtdiv1, .cmtdiv2 {
	height:auto;
	max-height:500px;
	margin-top:3px; 
	margin-bottom:10px; 
	margin-right:10px; 
	margin-left:2px; 
}


.cmtText1, .cmtText2 {
	width:98%;
	height:auto;
	max-height:500px;
	resize:none; 
	overflow-y:yes; 
	overflow-x:hidden; 
	padding:0.4em; 
	padding-bottom:0.2em; 
	line-height:1.8; 
	background-color:White;
	margin:0px 0px 0px 0px;
	border:1px solid LightGray;
	border-radius:5px;
}


.addcomment {
	cursor:pointer;
	background-color:Silver;
	border-style:solid;
	border-width:1px;
	border-color:Silver;
	color:White;
	font: bold; 
	font-size:13px;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	margin-top:20px;
	margin-bottom:20px;
	margin-right:22px;
	margin-left:43px;
	border-radius:3px;
}

.more {
	cursor:pointer;
	background-color:SlateGray;
	border-style:solid;
	border-width:1px;
	border-color:cadetblue;
	color:White;
	font: bold; 
	font-size:18px;
	padding:3px;
	margin-top:10px;
	margin-bottom:2px;
	margin-right:2px;
	margin-left:2px;
}

textarea {
	font-family: inherit;
	font-size:100%;
}
