/*********form.css**************/

.nudge a

{
	float: left;
	border-radius: 10px;
	margin-bottom: 50px;
	width: 400px;
	font-size: 150%;
	font-weight: bold;
	border-style: solid;
	border-width: 4px;
	border-color: gray;
	margin-left: 150px;
	margin-top: 20px;
	padding: 50px;
	text-align: center;
	line-height: 1.5;
	background-color: #dce;
	color: #550;
}

.nudge a:hover
{
	background-color: #efe;
}


div#formlinkcontainer
{
	width: 180px;
	float: left;
}
 
div#formlinkcontainer h3
{
	text-align: center;
}


div#formlink
{
	height: 270px;
	width: 180px;
	border-style: solid;
	border-width: 1px;
	background-image: url(stymages/formthumb.jpg)
}



h3
{
	font-size: 170%;
	line-height: 1.75;
	margin: 20px;
}

a aformlink
{
	max-width: 180px;
}

#formlink:hover
{
	border-style: solid;
	border-color: red;
	border-width: 2px;
}

#membership_details
{
	float: left;
	margin-top: 50px;
	min-height: 1000px;
}
#membership_details h2
{
	font-size: 200%;
}



