#head {
	height: 265px;
	background-image: url('img/header_bg.jpg');
	position: relative;
}

#login {
	width: 360px;
	overflow: hidden;
	position: relative;
	top: 98px;
	left: 540px;
	color: #c0c0c0;
}

#login a {
	color: white;
}

#login form {
	width: 365px;
	margin: 5px;
}

#login input {
	float: left;
	margin-right: 5px;
	border: solid 1px #b0b0b0;
	padding: 2px 3px 2px 22px;
	background: white no-repeat 3px 3px;
	width: 110px;
}

#login input.account {
	background-image: url('img/icon_user.gif');
}

#login input.secret {
	background-image: url('img/icon_pass.gif');
}

#userinfo {
	text-align: right;
	color: white;
	padding: 5px;
	width: 350px;
	position: absolute;
	top: 90px;
	right: 10px;
}

#shadow {
	width: 916px;
	background-image: url('img/background-page.gif');
	margin: 0px auto 0px auto;
}

#outline {
	width: 900px;
	margin: 0px auto 10px auto;
}

#content {
	margin: 10px 10px 0px 20px;
	min-height: 500px;
	height: auto !important;
	height: 500px;
}

#foot {
	background-image: url('img/foot.gif');
	color: white;
	height: 40px;
	line-height: 30px;
	text-align: center;
	margin-top: 20px;
	clear: both;
}

#foot a {
	color: white;
}

#foot a:hover {
	background-color: #ff4444;
}

#menu {
	background-image: url('img/fondo_menu.gif');
	height: 30px;
}

#menu a img {
	float: left;
	margin: 0px 8px;
	border:none;
}

/**** CSS for contents ****/
.bridge {
	padding: 45px 0px;
	overflow: auto;
	width: 100%;
}

.bridge .bridge_left {
	width: 545px;
	margin-left: 20px;
	float: left;
	display: inline;
}


.bridge .bridge_right {
	width:239px;
	margin-right: 20px;
	float: right;
	display: inline;
}

.faq_q{
	font-weight:bold;
	color:#900;
}

.terms {
	font-size: 17px;
	color: #900;
}

.terms p {
	font-size: 12px;
	color: #303030;
	text-align: justify;
}
