#blanket {
	background-color: white;
	opacity: 0.65;
	filter: alpha(opacity=65);
	position: absolute;
	z-index: 9001;
	top: 0px;
	left: 0px;
	width: 100%;
	}

#popUpDiv {
	position: absolute;
	background-image: url(../img/formBG.png);
	background-repeat: no-repeat;
	width: 515px;
	height: 400px;
	z-index: 9002;
	}
	
#popupPadding {
	font-family: "Futura", Arial, sans-serif;
	margin: 35px 35px;
	}
	


fieldset {
	border: none;
	padding: 0;
	margin: 0;
	}
	
	fieldset h1 {
		display: block;
		width: 204px;
		height: 23px;
		background-image: url(../img/formTitle.png);
		background-repeat: none;
		margin-bottom: 10px;
		text-indent: -15000px;
		}
	
	fieldset ul {
		list-style: none;
		margin: 0;
		padding: 0;
		}
		
		fieldset ul li {
			font-size: 13px;
			margin-bottom: 10px;
			}
			
		fieldset ul li.radio {
			margin: 0;
			margin-right: 20px;
			}
			
	a {
		text-decoration: none;
		}
		
	label {
		float: left;
		width: 60px;
		color: #868b8e;
		font-size: 17px;
		}
		
	p.radioLabel {
		position: relative;
		display: inline;
		margin: 0;
		padding: 0;
		top : -.5em;
		}
		
	fieldset input {
		background-color: #ecedee;
		border: none;
		width: 360px;
		height: 22px;
		}
		
	input.radio {
		width: 15px;
		}
		
	input.submit {
		width: 94px;
		height: 35px;
		background-image: url(../img/submitButton.png);
		background-repeat: no-repeat;
		/* text-indent: -15000px; */
		}
	
		
	.formCol {
		float: left;
		}
		
	.formCol2 {
		float: left;
		width: 400px;
		}
		
	.formCol2 li {
		float:left;
		}
		
	.otherGroupText {
		width:240px;
		}	
	
	div.formCol2 li.otherGroupText {
		width: 235px;
		padding: 0 10px 0 5px;
	}
		
	div.formCol2 li.otherGroupText input {
		border: 0px solid #cc0000;
		width:235px;
	}
	
	.submitButton {
		float:right;
	}
	
.ipadrulesguidelines {
	position: relative;
	font-size: 9px;
	color: gray;
	}
		
.ipadhiddentext {
	display: none;
	font-size: 10px;
	color: gray;
	}	