/* Edit Profile styles */

textarea {
    font-family: Lucida grande, arial, sans-serif;
    font-size: 11px;
    background: #FFFFFF url(/images/input_bg.png) no-repeat scroll left top;
    border: 1px solid #ccc;
}

#editProfile h2 {
	/*margin: 10px 0 0 0;*/
	color: #594d2e;
}


#editBoxAbove {
	height: 40px;
}


#editProfile .contentArea {
	padding: 10px;
    
}

#editProfile .tabPane {
    
	height: 400px;
    padding:0;
    margin:0;
}



#editProfile input, #editProfile textarea, #editProfile select {
	padding: 3px;
	font-family: arial, sans-serif;
	font-size: 12px;
}


#editProfile h3 {
	line-height: 1.2em;
	margin: 0;
	padding: 0 0 5px 0;
}


#editProfileTargetFrame {
	width: 0; 
	height: 0; 
	border: 0; 
	visibility: hidden;
}








.jobEditWindow {
	background: url(/images/edit_window.png) no-repeat left top;
	position: absolute;
	top: 124px;
	left: 80px;
	width:350px;
	z-index:5000;
}
.jobEditWindow h3 {
	color:#FFFFFF;
	float:left;
	font-size:11px;
	height:19px;
	line-height:11px;
	padding-left:4px;
}
.jobEditWindow .closeButton {
	float:right;
	padding:2px;
}
.jobEditWindow .closeButton img {
	border: 0;
}
.jobEditWindow .jobEditWindowInner {
	border-bottom:1px solid #8090A6;
	padding:8px 4px 3px;
}

.jobEditWindow .jobEditWindowContent {
	background:#FFFFFF none repeat scroll 0%;
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:5px;
}

.jobEditWindow label {
    width: 80px;
}

.jobEditWindow .editInputBox {
    width: 210px;
}

.jobEditWindow .padding {
    padding: 2px 2px 2px 10px;
}

.jobEditWindow .padded {
    padding: 2px 5px;
}








.editWindow {
	background: url(/images/edit_window.png) no-repeat left top;
	position: absolute;
	top: 124px;
	left: 80px;
	width:350px;
	z-index:5000;
}
.editWindow h3 {
	color:#FFFFFF;
	float:left;
	font-size:11px;
	height:19px;
	line-height:11px;
	padding-left:4px;
}
.editWindow .closeButton {
	float:right;
	padding:2px;
}
.editWindow .closeButton img {
	border: 0;
}
.editWindow .editWindowInner {
	border-bottom:1px solid #8090A6;
	padding:8px 4px 3px;
}

.editWindow .editWindowContent {
	background:#FFFFFF none repeat scroll 0%;
	clear:both;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	padding:5px;
}

.editWindow label {
    width: 80px;
}

.editWindow .editInputBox {
    width: 210px;
}

.editWindow .padding {
    padding: 2px 2px 2px 10px;
}

.editWindow .padded {
    padding: 2px 5px;
}
