.ProfileUploadCont {
	position:absolute;
	width:210px;
	height:210px;
	margin-top:5px;
	border-radius:10px;
	background:rgba(0,0,0,0.9);
}
.ProfileContainer{
	z-index:100;
	position:absolute;
	display:block;
	width:60%;
	min-width:550px;
	min-height:500px;
	left:20%;
	top:10%;
	border-radius:10px;
	overflow:hidden;
	background:rgba(0,0,0,0.9);
	color:white;
	font: 13px/100% Verdana, Tahoma, sans-serif;
}
.ProfileHead{
	position:relative;
	display:block;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	width:30%;
	left:35%;
	background:linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	background:-ms-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	background:-moz-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	background:-webkit-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	text-align:center;
	font-size:14px;
	font-weight:bold;
	padding:10px 10px 10px 10px;
	margin-top:5%;
	margin-bottom:5%;
}
.ProfileHeadContainer{
	position:relative;
	display:block;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	width:80%;
	left:10%;
	background:linear-gradient(bottom,rgba(0,0,0,0.2) 0%,rgba(200,50,0,0.2) 50%,rgba(0,0,0,0.2) 100%);
	background:-ms-linear-gradient(bottom,rgba(0,0,0,0.2) 0%,rgba(200,50,0,0.2) 50%,rgba(0,0,0,0.2) 100%);
	background:-moz-linear-gradient(bottom,rgba(0,0,0,0.2) 0%,rgba(200,50,0,0.2) 50%,rgba(0,0,0,0.2) 100%);
	background:-webkit-linear-gradient(bottom,rgba(0,0,0,0.2) 0%,rgba(200,50,0,0.2) 50%,rgba(0,0,0,0.2) 100%);
	text-align:center;
	padding:10px 10px 10px 10px;
}
.ProfileNormalContainer{
	position:relative;
	display:block;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	min-height:40px;
	width:80%;
	left:10%;
	background:linear-gradient(bottom,rgba(0,0,0,0.2) 0%,rgba(200,50,0,0.2) 50%,rgba(0,0,0,0.2) 100%);
	background:-ms-linear-gradient(bottom,rgba(0,0,0,0.2) 0%,rgba(200,50,0,0.2) 50%,rgba(0,0,0,0.2) 100%);
	background:-moz-linear-gradient(bottom,rgba(0,0,0,0.2) 0%,rgba(200,50,0,0.2) 50%,rgba(0,0,0,0.2) 100%);
	background:-webkit-linear-gradient(bottom,rgba(0,0,0,0.2) 0%,rgba(200,50,0,0.2) 50%,rgba(0,0,0,0.2) 100%);
	padding:5px 5px 5px 5px;
	margin-top:1%;
	margin-bottom:1%;
}
.ProfileNormalSpan{
	position:absolute;
	display:block;
	width:20%;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	background:linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	background:-ms-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	background:-moz-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	background:-webkit-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(100,100,100) 50%,rgb(0,0,0) 100%);
	margin-top:5px;
	margin-bottom:5px;
	margin-left:1%;
	margin-right:1%;
	padding:10px 10px 10px 10px;
}
.ProfileNormalButton{
	position:absolute;
	display:block;
	width:20%;
	text-align:center;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	background:linear-gradient(bottom,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	background:-ms-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	background:-moz-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	background:-webkit-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(200,100,0) 50%,rgb(0,0,0) 100%);
	margin-top:5px;
	margin-bottom:5px;
	margin-left:1%;
	margin-right:1%;
	padding:10px 10px 10px 10px;
}
.ProfileNormalButton:hover{
	position:absolute;
	display:block;
	width:20%;
	text-align:center;
	cursor:pointer;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	background:linear-gradient(bottom,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	background:-ms-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	background:-moz-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	background:-webkit-linear-gradient(bottom,rgb(0,0,0) 0%,rgb(255,200,0) 50%,rgb(0,0,0) 100%);
	margin-top:5px;
	margin-bottom:5px;
	margin-left:1%;
	margin-right:1%;
	padding:10px 10px 10px 10px;
}
.ProfileEditField{
	border:1px solid rgba(200,100,50,0.5);
	position:absolute;
	display:block;
	width:20%;
	height:60%;
	cursor:text;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	background:rgba(0,0,0,0.1);
	color:#fff;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:1%;
	margin-right:1%;
	padding:5px 5px 5px 5px;
}
.ProfileEditField:focus{
	outline:none;
	border:1px solid rgba(255,200,50,0.5);
	position:absolute;
	display:block;
	width:20%;
	cursor:text;
    -moz-box-sizing: border-box; /* в Firefox нужен префикс */
    box-sizing: border-box;
	background:rgba(50,50,0,0.4);
	color:#fff;
	text-align:center;
	margin-top:10px;
	margin-bottom:10px;
	margin-left:1%;
	margin-right:1%;
	padding:5px 5px 5px 5px;
}
