.join {
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
}
.cent {
	padding-left: 35px;
	font-size: 13px;
}

h1 {
	font-size: 35px;
	color: #f574ba;
	margin: 0px;
	line-height: 36px;
	letter-spacing: -1px;
}
h2 {
	font-size: 13px;
	color: #b9b9b9;
	margin: 0px;
	padding-bottom: 20px;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#textfield, #textfield2, #textfield3 {
	width: 305px;
	border: 1px solid #999;
	font-size: 15px;
	color: #000;
	padding: 5px;
}
.join table {
	font-size: 12px;
}
.join a {
	color: #000;
	text-decoration: none;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}
.highlight {
	opacity:1;               /*Firefox & Chrome*/
	filter:alpha(opacity=100);   /* IE */

}
.highlight:hover {
	opacity:0.5;               /*Firefox & Chrome*/
	filter:alpha(opacity=50);   /* IE */

	}
