/*POPUP PAGE */

#editPositioner {
	display:none;
	left:0;
	top:0;
	position:fixed;
	text-align:center;
	width:100%;
	z-index:700;
}

#editContainer {
	background-color:#FFFFFF;
	margin:50px auto;
	text-align:left;
	width:400px;
}

#editContainer form {
	margin:20px;
}

#editContainer input {
	width:210px;
	margin:0 0 8px 0;
	border:1px solid #aeb3c2;
}

#editContainer textarea {
	width:210px;
	margin:0 0 8px 0;
	border:1px solid #aeb3c2;
}

.editContainerTitel 
{
	background-image:url(../images/popup_bg.jpg);
	text-align:left;
	width:392px;
	height:19px;
	padding:5px 0 0 8px;
	color:#ffffff;
	font-size:11px;
}

.editContainerTitel2 
{
	background-image:url(../images/popup_bg.jpg);
	text-align:left;
	width:360px;
	height:19px;
	padding:5px 0 0 8px;
	color:#ffffff;
	font-size:11px;
}

.editContainerClose {
	float:right;
	margin-top:-20px;
	margin-right:5px;

}


#editOverlay {
	display:none;
	background-color:#000000;
	height:100%;
	width:100%;
	top:0;
	left:0;
	position:fixed;
	opacity:0.8;
	filter:alpha(opacity='80');
	z-index:699;
}

.edit img {
	cursor:pointer;
}

.delete img {
	cursor:pointer;
}

.rechts img {
	cursor:pointer;
}

#inloggen_tab 
{
	margin-top:16px;
}
#inloggen_tab a 
{
	color:#9e9ead;
	text-decoration:none;
}
#inloggen_tab a:hover
{
	text-decoration:underline;
}



.popup_back
{
	width:431px; background-image:url(../images/popup_back.jpg); overflow:hidden;
}
.popup_title
{
	float:left;
	margin-top:13px;
	margin-left:14px;
	font-size:12px;
	color:#fff;
}
.popup_close
{
	margin-left:401px; 
	padding-top:12px;
	cursor:pointer;
}

.popup_close_profiel
{
	margin-left:401px; 
	margin-top:12px;
	cursor:pointer;
}

.popup_close_profiel img
{
	margin: -15px 3px 3px 3px; 
	padding-top:0;
	cursor:pointer;
}


.popup_content
{
	margin-top:5px;
}
.popup_send
{

	margin:10px 0 10px 298px;
}

.popup_delete
{
	width:431px; height:149px; background-image:url(../images/popup_back.jpg);
}

.editProfileLeft
{
width:100px;
font-weight:bold;
}


.editProfileOnderbalk
{ height:7px; width:431px; background-color:#FFF; } 


.editProfileRight
{


}

.editProfileButton
{
	width:100px; 
	float:right; 
	text-align:right; 
	margin:5px 0 20px 0;
}


.editProfileError
{
	color:red; float:left; width:200px; margin:20px 0 0 0;
}



