

a {
	color:#23b4d3;
}
a:hover, a:focus {
	color:#7bdbf0;
}

#welcome2 {
	line-height: 1.4em;
	display: none;
}

#welcome2,#signupform2 {
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 2px solid #596066;
	color: #666;
	font-size: 18px;
	font-weight: bold;
	padding: 1em;
	background-color: #f7d1d6;
        text-align: center;
}

#signupform2 label {
	font-weight: bold;
	font-size: 24px;
	text-shadow: 2px 2px 2px #fff;
}

#signupform2 #foragb {
	font-weight: normal;
	font-size: 14px;
}

#foragb a {
	color: #000
}

.span5 input[type="submit"] {
	background: url(../img/signup.png);
	text-indent: -999em;
	width: 348px;
	height: 56px;
	border: none
}


#welcome {
	display: none;
}
#signup {
	text-align: center;
}

#signup p {
	padding: 0 2em;
}



.hidden {
	display: none
}

.color-c00 {
	color: #c00;
}
.hpop {
	color: #000000;
	font-size: 24.5px;
	line-height: 40px;
	font-family: inherit;
    font-weight: bold;
    margin: 10px 0;
    text-rendering: optimizelegibility;
}