.UsrProWrap {
	width: 550px;
	background-color: #FFF;
	padding: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 200px;
	box-shadow: 0px 0px 5px rgba(0,0,0,0.8);
	border-radius: 5px;
}
.UsrProTitle {
	color: #666;
	font-size: 14px;
}
.UsrProContent {
	background-color: #efefef;
	border: 1px solid #CCC;
	margin-top: 10px;
	border-radius: 3px;
	padding: 10px;
}
.UsrRemContent {
	background-color: #efefef;
	border: 1px solid #CCC;
	margin-top: 10px;
	border-radius: 3px;
	padding: 10px;
}
.UsrProLabel {
	color: #666;
	font-size: 10px;
	text-align: right;
	width: 100px;
	vertical-align: top;
	padding: 9px 0;
}
.NotesContent .UsrProLabel {
	width: 68px;
	white-space: nowrap;
}
.LabelWidth80 .UsrProLabel {
	width: 80px;
}
.UserProField {
	padding: 5px;
}
.UserProData {
	font-size: 10px;
	padding-left: 10px;
}
.UsrProBtmBtns {
	text-align: right;
	cursor: default;
	margin-top: 10px;
}
.UsrProWrap .UserProField input {
	color: #666;
	font-size: 10px;
	margin: 0;
	outline: medium none;
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
}
.UserProField textarea {
	color: #666;
	font-family: Arial, Helvetica, sans-serif !important;
	font-size: 10px;
	margin: 0;
	outline: medium none;
	padding: 3px;
	border: 1px solid #ccc;
	border-radius: 3px;
	width: 98%;
	height: 100px;
	resize: vertical;
}

.UserProField span {
	display: inline-block;
}
.AttachFile a {
	display: inline-block;
	text-decoration: none;
	border-radius: 3px;
	background-color: #FFF;
	padding: 3px 5px;
	border: solid 1px #CCC;
	font-size: 10px;
	color: #666;
	background-attachment: scroll;
    background-image: url("../img/btn-backimg-gry.jpg");
    background-position: left center;
    background-repeat: repeat-x;
}
.AttachedFile {
	margin-right: 10px;
}
.AttachedFile .Xed {
	height: 12px;
	width: 12px;
	display: inline-block;
	background-attachment: scroll;
	background-image: url(../img/red-x.png);
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	top: 3px;
	border-radius: 3px;
	border: solid 1px transparent;
}
.AttachedFile .Xed:hover {
	background-color: #FFF;
	border: solid 1px #CCC;
}

.AttachedFile .Del2 {
	height: 12px;
	width: 12px;
	display: inline-block;
	background-attachment: scroll;
	background-image: url("../images/dashboard/del.png");
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	top: 3px;
	border-radius: 3px;
	border: solid 1px transparent;
}
.AttachedFile .Del2:hover {
	background-color: #FFF;
	border: solid 1px #CCC;
}

.AttachedFile .FileLink:hover {
	color: #F60;
}
#email_popup .UserProField input {
	width: 98%;
}
#email_popup .UsrProLabel {
	width: 80px;
}

.ImageWrap {
	border: 1px solid #CCCCCC;
	display: inline-block;
	width: 204px;
	height: 204px;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-position: center center;
	/*background-image: url(img/Business-Team.jpg);*/
	background-size: cover;
}
.ImageWrap.NoImage {
	background-color: #FFF;
	text-align: center;
	padding: 72px 10px;
	color: #999;
	height: auto;
}