@charset "utf-8";

#auth .tab{
	font-size:14px;
	font-weight:bold;
	border-radius: 2px;
	border-bottom-left-radius:none;
	border-bottom-right-radius:none;
	padding:2px;
	color: #FFF;
	text-decoration: none;
	background-color: #4E9B00;
}	

#auth #left{
	
	float:left;
	width:40%;	
	height:1000px;
}
#auth #edit{
	position:relative;
	float:left;
	margin-left:15px;
	padding-left:15px;
	width:50%;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: dotted;
	border-top-color: #757C13;
	border-right-color: #757C13;
	border-bottom-color: #757C13;
	border-left-color: #757C13;
}

#auth .usertag{
	position:relative;
	/* css3 */
	-moz-box-shadow: 2px 2px 6px #999;
	-webkit-box-shadow: 2px 2px 6px #999;
	box-shadow: 2px 2px 6px #999;
	-webkit-border-radius:2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	
	
	
	height:40px;
	padding:4px;
	margin-right:7px;
	margin-bottom:7px;	
}
#auth .usertag:hover{
	background-color:#E8EAD6;		
}
#auth .usertag .action{
	right:5px;
	top:5px;
	position:absolute;	
}
#auth  a {
	text-decoration:none!important;
}
#auth .usertag .img {
	width:35px;
	height:35px;
	overflow:hidden;
	float:left;

}
#auth .usertag .img img{
	width:35px;
}
#auth .usertag .info{
	margin-left:4px;
	font-size:11px;
	float:left;	
	
}
#auth .photo{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: dotted;
	border-top-color: #757C13;
	border-right-color: #757C13;
	border-bottom-color: #757C13;
	border-left-color: #757C13;
	margin-left: 0px;
	padding-left: 20px;
}

/* login vormgeven */
#login form input[type=text], #login form input[type=password]{
	width:280px;
	background-color:#FFF;	
}