/* GENERIC */

#container {
	margin:auto;
	width:980px;
}

#intro {
	width:950px;
	min-height:300px;
	margin:auto;
	margin-top:150px;
	background-color:#fff; 
	border-radius:10px;
	opacity: 0.95;
}

#content {
	width:640px;
	float:left;
}

#logo {
	width:205px;
	height:70px;
	float:left;
	padding-top:55px;
	text-align:right;
}

#welcome {
	width:360px;
	float:right;
	padding-left:40px;
	padding-top:30px;
	margin-top:40px;
	border:1px solid #eee;
	border-width:0 0 0 1px;
}

#login {
	width:240px;
	padding-left:40px;
	padding-top:30px;
	margin-top:40px;
	border:1px solid #eee;
	border-width:0 0 0 1px;
	float:right;
	font-size:11px;
}

input.text {
	width:180px;
}

#btn_submit {
	width:50px;
	height:30px;
	background-color:#bcfed8;
	border:0;
	cursor:pointer;
}

#result {
	width:180px;
	float:right;
	color:#900;
	padding-top:5px;
}


/* FOOTER */

#footer {
	width:100%;
	padding-top:40px;
	font-size:11px;
	line-height:14px;
	color:#999;
}
