/* CSS Document */
	#registerDropDown {
		position:absolute;
		width:300px;
		height:100px;
		border:2px solid #CCCCCC;
		border-top:0;
		border-left:0;
		margin:0;
		z-index:600;
	}
	#registerDropDown iframe {
		margin:0;
		width:100%;
		height:100%;
	}
	.hidden {
		display:none !important;
		width:1px !important;
		background-color:red;
	}
	.show {
		display:inline !important;
	}
