div#popUpBox div {
	font-family: verdana, arial, sans-serif;
	font-size:11px;			
	color: #DFDFDF;
	float: left;
}
#popUpBox {
	width: 470px;
	height: 300px;	
	background-image: url("../images/popUp/bg.png");
	background-repeat: no-repeat;	
}

#popUpCloseButton {
	margin-left: 420px;
	margin-top: 15px;
}

#popUpHeader {
	margin-left: 35px;
	float: left;
	font-size: 12px;
	width: 80%;
}

#popUpText {	
	margin-left: 35px;
	float: left;
	width: 100%;	
}

#popUpForm {	
	margin-left: 35px;
	float: left;
    margin-top: 15px;	
}
#submitBtn {
	float: left;
	
}

#emailField {
	float: left;
	width: 100px;
}
#submitAndDownload {	
	background-repeat:no-repeat;
	border:0 none;	
	cursor:pointer;
	float:left;
	
}
#download {
	background-image:url('../images/popUp/btnDownload.png');
	background-repeat: no-repeat;	
}

#popupEmail {
	background:#232323 none repeat scroll 0 0;
	border:2px solid #65524A;
	color:white;
	opacity:0.75;
	padding:4px 3px;
	width:190px;
}

/*
.clear {
	clear: both;
}*/