#homepage {
	margin-top: 20px;
	font-size: 12px;
	margin-bottom: 20px;
}

#homepage #left {
	width: 350px;
	float: left;
	margin-right: 50px;

}

#homepage #left h2 {
	font-size: 22px;
	margin: 0px 0px 10px 0px;
	font-weight: normal;
}

#homepage #left p {
	font-size: 1.2em;
	text-align: justify;
}

#homepage #right {
	width: 350px;
	float: left;	
}

#homepage #left img.example {
	border: 1px solid #ddd;
	margin: 10px 0px 10px 0;
	padding: 5px;
}

#homepage #left ul {
	list-style: square;
	margin: 0;
	padding: 0 0 0 20px;
}

/* HOME LOGIN */

#home-login {
}

#home-login input {
}

#home-login label {
	float:left;
	width:110px;
	text-align:left;
}


/* Style for the registration site */
#register-text {
	font-size: 14px;
	color: #333;
}

#register-text h3 {
	margin:0;
	padding:0;
	padding-bottom:10px;
	color:#222;
	font-size:22px;
	font-weight:normal;	
}


#RegisterForm, #main-login {
	border-width: 1px;
	border-style: dotted;
	border-color: #ccc;
	width:500px;
	margin-left:auto;
	margin-right:auto;
	padding-top: 20px;
	background-color: white;
}

#RegisterForm .RegisterField {
	margin-bottom: 10px;
}

#register-text p {
	font-size: 14px;
	line-height: 16px;
}

#RegisterForm .RegisterField label {
	display: block;
  	float: left;
	text-align:right;
  	width: 180px;
	font-size: 12px;
	font-weight:normal;
	padding-right: 10px;
	line-height: 140%;
}


#register-text .RegistrationErrors {
	margin-top: 10px;
	color: #333;
	padding: 4px;
	border: 1px solid #D34646;
	font-size: 12px;
}

#identity-type {
	font-size: 12px;
	margin: 0 80px 10px 80px;
	text-align: center;
}

#identity-type p {
	color: black;
	margin: 6px 0 6px 0;
}

/* MAIN LOGIN */
#main-login label {
	display: block;
  	float: left;
	text-align:right;
  	width: 180px;
	font-size: 12px;
	font-weight:normal;
	padding-right: 10px;
	line-height: 140%;
}

/* MAIN AD */
#home-ad-right {
	margin-top:20px;
    text-align:center;	
}

#signup-now {
	margin-bottom: 15px;
}

#signup-now > img {
	border: 0;
	margin: 0;
	padding: 0;
}
