body{
	font-family: helvetica;
	font-size: 12px;
}

#header{
	height: 50px;
    margin-left: 50px;
}

#container
{
  display: block; 
  margin-left: 50px;
  height:auto;
  position: relative; 
  width: 860px;
}

#content{
	
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 900px;
	height: 500px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:2px solid #dadada;
}
	
.index_div{
	width: 900px;
	margin: auto;
	text-align: center;
	margin-top: 40px;
}

.login_div{
	width: 900px;
	margin: auto;
	text-align: center;
	margin-top: 40px;
}

.register_div{
	width: 900px;
	margin: auto;
	text-align: center;
	margin-top: 300px;
}


#form_login{
	margin-left: 85px;
}
#form_register{
	margin-left: 85px;
	
}

a.desc{	
	font-size: 12px;
	color: #000080;
}

a#register{
	text-decoration: none;
}

a#register:link{
	color: #048ABF;
}

a#register:visited{
	color: #048ABF;
}

a#login{
	text-decoration: none;
}

a#login:link{
	color: #048ABF;
}

a#login:visited{
	color: #048ABF;
}

a.title{
	font-size: 30px;
	font-weight: bold;
	color: #048ABF;
}

input {
	border:2px solid #dadada;
    border-radius:7px;
	
}
input:focus { 
    outline:none;
    border-color:#9ecaed;
    box-shadow:0 0 10px #9ecaed;
}


.error{
	font-weight: bold;
	font-size: 12px;
	color: #ff0000;
}

.info{
	font-weight: bold;
	font-size: 12px;
	color: #00ff00;
}

.info_block{
	border-bottom: thin solid #000000;
}

.small{
		font-size: 10px;
		color: #A9CF54;
		margin-left: 10px;
}

.profile_pic
{
	width: 100px;
}


