.form-item label {
	font-weight: 400;
}

#edit-submit {
    text-indent: -99999px;
    text-align: center;
		width: 73px;
		height: 73px;
    background-color: transparent;
    background-image: url(../images/secondary/submitCircleButton.png);
    background-repeat: no-repeat;
		border: 0px none;
    cursor: pointer;
}

.form-text, .form-select {
    margin-left: 0px;
    margin-top: 5px;
    margin-bottom: 20px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 4px;
		font-size: 12pt;
		line-height: 15pt;
		font-family: "proxima-nova", sans-serif;    
}

.form-submit {
		text-transform: uppercase;
		font-size: 12pt;
		line-height: 15pt;
		font-family: "proxima-nova", sans-serif;
		padding-top: 5px;
		padding-bottom: 5px;
		background-color: #bca462;
		border: 0px none;
		margin-top:8px !important;
		margin-left:2px !important;
		color: #000;
		font-weight: 600;
}

#edit-actions {
    margin-bottom: 100px;
}

.file a {
	font-size: 11pt;
}

.file {
	margin-bottom: 4px;
}

.file .file-icon {
	margin-top:5px;
}

#membersOnlyProfileLink {
	color: #dc1119;
}

.userProfileForm a {
	font-weight: 600;
	margin-top:10px;
	margin-bottom:10px;
}

.userProfileForm a:hover {
	text-decoration:underline;
}

.form-managed-file input {
	color: #fff;
}

