/* CSS Document */

#login_wrap {
width: 463px;
height: 180px;
float: left;
margin-left: 10px;
margin-top: 20px;
border:1px solid #ede2ea;
border-right: none;
background-color:#fff6fc;
}

#login_wrap_add {
width: 475px;
float: left;
margin: 10px 0px 0px 72px;
padding: 0px 0px 10px 0px;
display: inline;
border:1px solid #ede2ea;
background-color:#fff6fc;
}

#autentificare {
width:475px;
height:180px;
border:1px solid #f7cfeb;
border-right:none;
float:left;
}

.title_aut {
font-size:15px;
line-height:17px;
color:#ae0d73;
font-weight:bold;
margin-left:100px;
padding-bottom:10px;
padding-top:30px;
}

#register_log {
width:412px;
height:160px;
border:1px solid #ede2ea;
float:left;
background-color:#fff;
padding-left: 30px;
padding-right: 15px;
padding-top: 20px;
margin-top: 20px;
}

.title_aut_reg {
font-size:12px;
line-height:17px;
color:#ae0d73;
font-weight:bold;
padding-bottom:10px;
padding-top:10px;
}

.title_aut_reg a{
color:#ae0d73;
text-decoration:none;
}

.title_aut_reg a:hover{
color:#ae0d73;
text-decoration: underline;
}
.login_register_box{
float: left;
width: 950px;
}

a.link_user_anonim {
	float: left;
	padding-top: 2px;
	text-decoration: underline;
	color: #bc0d8e;
	line-height: 16px;
}
a.link_user_anonim:hover {
	text-decoration: none !important;
	color: #bc0d8e;
}
a.link_user_anonim:visited {
	text-decoration: underline;
	color: #bc0d8e;
}
