body{
	background: #333;
	font-family: "Lucida Grande" arial sans-serif;
	font-size: 12px;
}

#form_holder{
	margin: 100px auto 0 auto;
	width: 291px;
	height: 455px;
	background: #efefef;
	border: solid 5px #fff;
}

form{
}

.visible{display: block;}
.invisible{display: none;}
#jsalert{background:red; color:white;padding; 5px; margin-bottom: 7px;}
