article #col-esq #avatar
{
	background: url(/images/asset/area-restrita/assets.png) no-repeat 0 -107px;
}





article #form input,
article #form select,
article #form textarea
{
	display: block;
	width: 230px;
	height: 16px;
	border: 1px solid #ECEDED;
	margin: 0 0 3px 0;

	font-family: 'Gesta-Light';
	font-size: 13px;
	color: #B1B3B4;
}

article #form input[type="radio"]
{
	width: 20px;
	display: inline-block;
	margin: 5px 0 0 0;
}

article #form label
{
	display: inline-block;
	margin: 5px 10px 10px 0;

	font-family: 'Gesta-Light';
	font-size: 13px;
	color: #B1B3B4;
}

article #form select
{
	height: 22px;
	margin: 5px 0 0 0;
}

article #form textarea
{
	height: 75px;
}

article #form input[type="submit"]
{
	display: block;
	width: 55px;
	height: 22px;
	border: 0 none;
	margin: 5px 0 0 179px;
	padding: 4px 8px;
	background: #ECEDED;
	cursor: pointer;
	
	font-family: 'Gesta-Light';
	font-size: 13px;
	color: #B1B3B4;
}

article #form input[type="submit"]:hover
{
	background: #EFB82A;
	color: #FFF;
}



article #links
{
	width: 233px;
	margin: 10px 0 0 0;
	text-align: right;
}

article #links a
{
	display: block;
	margin: 0 0 5px 0;

	font-family: 'Gesta-Light';
	font-size: 11px;
	color: #385888;
}