#boysform {
	margin: 0px;
	padding: 0px;
}
.labels {
	color: #990000;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5%;
}
.checker {
	margin-left: 5%;
}

.checkLabel {
	float: right;
	width: 90%;
	margin: 0px;
	padding: 0px;
	color: #990000;
}
.textInput  {
	display: block;
	padding: 0px;
	width: 90%;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
	background-color: #CCCCCC;
	color: #333333;
}
.submitter {
	padding: 0px;
	height: 50px;
	width: 90%;
	margin-top: 0px;
	margin-right: 5%;
	margin-bottom: 0px;
	margin-left: 5%;
}
#loader {
	height: 60px;
	width: 100%;
	position: relative;
	top: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	padding: 20px;
	color: #F33;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 80%;
	line-height: 20px;
	overflow: hidden;
}

.pad40 {
	margin: 0px;
	padding: 40px;
	position: relative;
}
.clearer {
	margin: 0px;
	padding: 0px;
	clear: both;
	position: relative;
}
#status {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
.relbox {
	margin: 0px;
	padding: 0px;
	position: relative;
}
.close {
	width: 50px;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #CCC;
	line-height: 20px;
	height: 20px;
	text-align: center;
	display: block;
	position: absolute;
	right: 50px;
	top: 0px;
	z-index: 99999;
	cursor:pointer;
	display:none;
}
.close:hover{
	background:#333;
	color:#fff;
}
#close_form {
	width: 50px;
	font-size: 80%;
	margin: 0px;
	padding: 0px;
	color: #333;
	background-color: #CCC;
	line-height: 20px;
	height: 20px;
	text-align: center;
	display: block;
	position: absolute;
	right: 50px;
	top: 0px ! important;
	z-index: 99999;
}
.hidden {
	visibility: hidden;
	margin: 0px;
	padding: 0px;
	height: 0px;
	width: 0px;
}
.pack, .forms{
	display:none;
	overflow:hidden;
}
