#content a{
	text-decoration:none;
	color:#690;
}
#content a:hover{
	text-decoration:underline;
	color:#f29924;
}
#content h3{
	color:#cc9;
	font-size:18px;
	padding-bottom:7px;
	font-weight:bold;
	border-bottom:3px solid #cc9;
}
#content .zone{
	color:#333;
	font-size:12px;
}
#content .zoneBody{
	padding:8px 8px 30px;
}

/*zoneAbout*/
#zoneAbout li{
	color:#690;
	border-bottom:1px dashed #999;
	margin:0 5px;
	padding:4px 3px;
	float:left;
	width:46%;
}
#zoneAbout span{
	color:#333;
	padding-left:15px;
}

/*zoneIntro*/
#zoneIntro{
	clear:both;
	padding-top:30px;
}

/*zoneDynamic*/
#zoneDynamic ul li{
	list-style-type:square;
	margin-left:20px;
}

/*Form*/
form p{
	margin:2px 0;
}
form strong{
	color:#f29924;
}
input{
	border:1px solid #999;
	width:250px;
}
textarea{
	border:1px solid #999;
	height:150px;
	width:400px;
}
input.code{
	width:60px;
}
input.button{
	width:auto;
}
