@charset "utf-8";
/* CSS Document */

#commentForm {
	width:560px;
	height:400px;
	padding-left:25px;
	
}

#post, #email {
	padding-left:25px;
}

fieldset {
	background-color:#824e99;
}

legend {
	font-size:11px;
}


label  {
	color:#FFF;
	font-size:16px;
}

label.error {
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: red;
}

#note {
	text-align:center;
}

h1 {
	text-decoration:none;
}

 input[type=text]:hover {  
         background-color:#FF9;
         border-color:#999999;  
} 

textarea:hover {
	background-color:#FF9;
    border-color:#999999;
}


