body {
	font-family: arial, helvetica, serif;
}
a:link { 
	color: #000066;
	text-decoration: none;
	}
a:visited { 
	color: #000066;
	text-decoration: none;
	}
a:hover { 
	color: #FF0000;
	text-decoration: none;
	}
a:active { 
	color: #666666;
	text-decoration: none;
	}



BODY.dropin {
	position: relative;
	
	margin: 0px;
	padding: 0px;
	
}
	
#register {
	position: absolute;
	top: 0px;
	left: 0px;
	
	width: 234px;
	height: 234px;
}



P#download {
	position: absolute;
	top: 165px;
	left: 0px;
	
	margin: 0px;
	padding: 0px;
	
	width: 225px;
	
	font: bold 12px Arial,sans-seriff;
	color: #FFF;
	line-height: 14px;
	
	text-align: center;
}

A#offer:link, 
A#offer:visited, 
A#offer:active {
	color: #FFF;
	text-decoration: none;
}

A#offer:hover {
	color: #C00;
	text-decoration: underline;
}




P#x {
	position: absolute;
	top: 19px;
	left: 107px;
	
	margin: 0px;
	padding: 0px;
	
	width: 20px;
	
	font: bold 12px Arial,sans-seriff;
	color: #FFF;
	line-height: 14px;
}

A#close:link, 
A#close:visited, 
A#close:active {
	border: 1px solid #dadeeb;
	
	background-color: #394d95;
	
	padding-left: 3px;
	padding-right: 3px;
	padding-bottom: 1px;
	
	color: #dadeeb;
	text-decoration: none;
}

A#close:hover {
	border: 1px solid #030d31;
	
	background-color: #9ca6ca;
	color: #061a62;
}

