.a_menu{
	font-size:14px;
	text-transform:uppercase;
	color:#595959;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
.a_menu_act{
	font-size:14px;
	text-transform:uppercase;
	color:#48d8fa;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	margin-left:5px;
	margin-right:5px;
}
.a_umenu{
	font-size:12px;
	text-transform:uppercase;
	color:#595959;
	font-weight:bold;
	text-decoration:none;
	display:block;
	float:left;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:12px;
	width:170px;
}
.umenu_act{
	width:20px;
	height:12px;
	clear:left;
	float:left;
	background-image:url('../img/point.jpg');
	background-repeat:no-repeat;	
}
.umenu{
	clear:left;
	width:20px;
	height:12px;
	float:left;
}
input{
	width:300px;
}
textarea{
	width:300px;
	height:200px;
}
.form_w200{
	width:200px
}