.error {
	color: #FF0000;
	font-weight: bold;
}


#test{
	width:400px;
	font-family: Verdana, Arial, sans-serif; 
	font-size:11px;
	text-align:left;
	margin-top:10px;
}
#test ul {
	list-style:none;
	
	
}
#test li{
	margin-left:0px;
	text-align:left;
	}
#test #line {
	clear:left;
	height:5px;
	border-top:1px solid black;
	width: 400px;
	margin-top:30px;
	margin-bottom:10px;
}
#test #line_dashed {
	height:5px;
	border-top:1px dotted black;
	width: 400px;
	margin-bottom:20px;
}
.left {
	width:100px;
}
.msg {
	width:380px;
	border:3px solid #98CB00;
	padding:5px;
}
.title{
	color: #363; 
	font-family: Arial, Verdana, sans-serif; 
	font-size: 1.3em; line-height: 1.3em; 
	margin-bottom: 20px; 
	font-weight: bold; 
	text-transform: uppercase
}

.button {
	border: 1px solid #99CC00;
	background-color:	#99CC00;
	font-family: Verdana, Arial, sans-serif; 
	font-size:11px;
	color:white;
	font-weight: bold;
	margin-top:5px;
	
	}
textarea {
	font-family: Verdana, Arial, sans-serif; 
	font-size:11px;
}

	
