#profile{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #ccc;
}

#profile label, #profile-pass label{
	display:block;
	padding-bottom:10px;
	font-size:12px;
	color:#000;
}

#profile #buttons,#profile-pass #buttons, .form-logo #buttons{
	text-align:right;
	width:380px;
}
#profile #buttons input, #profile-pass #buttons input, .form-logo #buttons input{
	background: url(../images/button_70px.jpg) center top no-repeat;
	width:70px;
	text-align:center;
	font-size:11px;
	color:#FFF;
	height:23px;
	border:none;
	padding-top:0px;
	margin-left:5px;
	margin-top:3px;
}
#profile #buttons input:hover, #profile-pass #buttons input:hover, .form-logo #buttons input:hover{
	background:url(../images/button_70px.jpg) center bottom no-repeat;
	cursor:pointer;
}



#profile .alert-error, #profile-pass .alert-error, .form-logo .alert-error{
	background:url(../images/error.jpg) left center no-repeat #EEEEEE;
	padding-top:15px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:70px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:13px;
	color:#333;
	width:290px;
	margin-bottom:10px;
	border:1px solid #e1e1e1;
}
#profile .alert-ok, .form-logo .alert-ok{
	background:url(../images/ok.jpg) left center no-repeat #EEEEEE;
	padding-top:15px;
	padding-bottom:20px;
	padding-right:20px;
	padding-left:70px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:13px;
	color:#333;
	margin-bottom:10px;
	border:1px solid #e1e1e1;
}

#profile label input, #CONTATOS label select, #profile label textarea{
	padding:5px;
	font-size:12px;
	width:370px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border: solid 1px #D7D7D7;
}
#profile #location label{
	float:left;
}
#profile #location label input, #profile #location label select{
	padding:5px;
	font-size:12px;
	width:180px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border: solid 1px #D7D7D7;
}
#profile #location label select{
	padding:4px;
}
#profile #location .right{
	margin-left:10px;
}
#profile #location{
	height:100%;
	overflow:hidden;
}
#profile-pass label input{
	padding:5px;
	font-size:12px;
	width:180px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border: solid 1px #D7D7D7;
}

#profile h1, #profile-pass h1, .form-logo h1{
	font-size:30px;
	color:#333;
	padding-bottom:10px;
	letter-spacing:-1px;
	font-family:Helvetica, Arial, Sans-serif;
	font-weight:bold;
}

.form-logo{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #ccc;
	font-size:12px;
}

.form-logo .no-logo{
	background:#f1f1f1;
	width:300px;
	height:65px;
	border:1px solid #e1e1e1;
	text-align:center;
	color:#ccc;
	font-size:12px;
	margin-top:10px;
	margin-bottom:10px;
	padding-top:45px;
}
.form-logo .perfil-logo{
	width:300px;
	height:130px;
	margin-top:10px;
	margin-bottom:10px;
	position:relative;
	border:1px solid #e1e1e1;
}

.form-logo .perfil-logo:hover .itens, .form-logo .perfil-logo:hover .del{
	display:block;
}
.form-logo .perfil-logo .itens{
	margin:auto;
	position:relative;
	height:126px;
	background:#ccc;
	filter:alpha(opacity=40);
	opacity:0.40;
	display:none;
	border:2px dashed #999;
}
.form-logo .perfil-logo .del{
	background:#fff url(../images/icon_dell_files.jpg) no-repeat center center;
	width:40px;
	height:40px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	border:2px solid #eee;
	position:absolute;
	z-index:10;
	left:10px;
	top:10px;
	display:none;
}
.form-logo .perfil-logo .del:hover{
	border:2px solid #FC0;
}
