body{
	margin-top: 12%;
	background: url("../media/colors.png") no-repeat -185px -195px;
	font-family: "Arial", sans-serif;
}	

a{
	outline: none;
}

form{
	width: 420px;
	margin-left: 37px; 
	padding-top: 125px;
	text-align: right;
}

label{
	font-size: 0.9em;
	color: #292929;
	cursor: pointer;
}

#identification{
	width: 604px;
	height: 277px;
	margin: 0 auto;
	background: url("../media/block_identification.png") no-repeat;
}

#input_left{
	float: left;
}

#email, #password{
	width: 175px;
	height: 20px;
	padding: 0px 4px;
	background: url("../media/input_shadow.png") repeat-x #FFFFFF;
	border: 1px solid #C6C0AC;
	color: #646464;
}

#email:focus, #password:focus{
	border: 1px solid #e0127a;
}

#submit{
	width: 67px;
	height: 67px;
	margin-right: 15px;
	background: url("../media/submit_identification.png") no-repeat top;
	border: none;
	cursor: pointer;
}

#submit:hover, #submit:focus{
	background: url("../media/submit_identification.png") no-repeat bottom;
}

#link_contact{
	width: 166px;
	height: 181px;
	margin: 91px 10px 0 0;
	float: right;
	display: block;
}

#return{
	margin-left: 37px;
	text-decoration: none;
	font-size: 0.8em;
	color: #989090;
}

#return:hover, #return:focus{
	text-decoration: underline;
}
