﻿@charset "utf-8";

.profil-main-content{    
    width: 473px;
    height: 540px;
    background-image: url(images/profil/profil-bg.png);
	background-repeat: no-repeat; 
	margin: 40px auto 0 auto;
	padding: 30px 50px 50px 50px; 
}
.profil-labels{
    width: 150px;
    float: left;
}
.profil-containers{
    padding: 10px;
}
.profil-button{
    text-align: right;
}
.r-padding{
    padding-right: 48px;
    }