.profile {

}

.profile .heading {
	margin-bottom: 10px;
	overflow: hidden;
}



.profile .heading h1 {
	font-size: 30px;
	margin-left: 20px;
}

.profile button {
	
	background-color: #F5D303;
	background-image: url("../images/nav1_active_bg.png");
	background-repeat: repeat-x;

	border-top: 1px solid #FFF09B;
	border-left: 1px solid #FFF09B;	
	border-right: 1px solid #FFE035;
	border-bottom: 1px solid #FFE035;
	
	text-align: center;
	color: #C30F1D;
	font-size: 12px;
	
	height: 25px;
	line-height: 25px;
	
	display: inline-block;
	
	padding: 0;
	margin: 0;
	margin-left: 5px;
	margin-top: 5px;
	
	padding-left: 8px;
	padding-right: 8px;
	
	cursor: pointer;
	text-decoration: none;
}

.profile .editable_input, .profile .editable_textarea {
	background-image: url("../images/edit.png");
	background-position: top left;
	background-repeat: no-repeat;
	margin: 5px;
	padding-left: 20px;
}

.profile .editable {
	text-align: right;
}

