/************************************************ CONTAINER *******************************************************/
#container {
	height: 650px;
}

/*********************************************** PRESENTATION *****************************************************/
#presentation {
	text-align: justify;
	width: 300px;
	height:150px;
	position: absolute;
	right:42px;
	top: 30px;
}

/************************************************** IMAGE ********************************************************/
#image {
	float: left;
	width: 614px;
	height: 493px;
	margin-left: 12px;
	position: relative;
}

/************************************************** FROM *********************************************************/
#form {
	position: absolute;
	right: 0px;
	bottom: 0px;
}

/************************************************ WRAPPER ********************************************************/
#wrapper {
	background-image:url(../img/bg_login.png);
	background-repeat:no-repeat;
	width:340px;
	height:393px;
	padding-top:30px;
	padding-right:20px;
	text-align: left;
}

/************************************************* RIBBON ********************************************************/
#ribbon {
	background-image:url(../img/ribbon_login.png);
	background-repeat:no-repeat;
	width:340px;
	height:52px;
	padding-top:5px;
	color:#ffffff;
	font-weight:bold;
}

#ribbon_password {
	background-image:url(../img/ribbon_password.png);
	background-repeat:no-repeat;
	width:340px;
	height:52px;
	padding-top:5px;
	color:#ffffff;
	font-weight:bold;
}

/*************************************************** LOGO ********************************************************/
#logo {
	background:url(../img/logo_small.png) no-repeat;
	width:340px;
	height:130px;
}

/*********************************************** LOGIN_WRAPPER ***************************************************/
#login_wrapper {
	margin-left:40px;
}

/********************************************** BOTTOM_WRAPPER ***************************************************/
#bottom_wrapper {
	margin-left:40px;
	margin-top:30px;
	height:50px;
	position: relative;
}