
#filter_freeacess
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height:1000px;
	background-color:#000000;/*#CCA*/
	z-index:10;
	opacity:0.7;/*0.5*/
	filter: alpha(opacity=70);
}


#box_freeacess
{
	display: none;
	position: absolute;
	top: 30%;
	left: 5%;
	width: 400px;
	height: 225px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle_freeacess
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:488px;
	height:24px;
	padding:0;
	padding-top:4px;
	padding-left:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color:#006699;
	color:white;
	text-align:center;
	font-weight:bold;
}

div.buttons
{
	margin-left:auto;
	margin-right:auto;
	width:7.8%;
	min-width:100px;
	padding-top:10px;
	text-align:center;
	clear:both;
}
input.but
{
	width:100px;
	color:#000000;
}

div.close_button
{
	position:absolute;
	right:0;
	top:0;
}
/* for full access pop-up*/

#filter_fullaccess
{
	display: none;
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 1000px;
	background-color:#000000;/*#CCA*/
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=70);
}


#box_fullaccess
{
	display: none;
	position: absolute;
	top: 20%;
	left: 20%;
	width: 450px;
	height: 200px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
}

#boxtitle_fullaccess
{
	/*position:absolute;
	float:center;
	top:0;
	left:0;
	width:496px;
	height:24px;
	padding:0;
	padding-top:4px;
	left-padding:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;*/
	margin-top:-20px;
	margin-left:auto;
	margin-right:auto;
	color:#09c;
}

a.link_fullaccess:link
{
	color:#09c;
}

a.link_fullaccess:hover
{
	color:#800000;
}
div.align_center
{
	 margin-left:auto;
	margin-right:auto;
	text-align:center;
}
p.popboxes_form
{
	font-size:10pt;
}
p.popboxes_text
{
	font-size:10pt;
}
ul.popboxes_text
{
	font-size:10pt;
}
p.popboxes_text_free
{
	font-size:10pt;
	margin-top:-10px;
	margin-bottom:20px;
}
input.login
{
	width:200px;
	height:20px;
	margin-bottom:10px;
	border:1px solid #000000;
}
label.login
{
	width:8%;
	min-width:100px;
	float:left;
	text-align: left;
    margin-right: 0.5em;
    margin-bottom:10px;
    display: block;
    color:#000000;
    font-family: verdana, arial, helvetica, sans-serif;
}

/*validation message*/
#incom_field_msg
{
	color:#ff0000;
	font-size:10pt;
}
span.mandatory
{
	color:#000000;
	font-weight:normal;
	font-size:100%;
}
/*******************popup box after full signup*******************************/
#filter_afterFreeAccess
{
	/*display: none;*/
	position: absolute;
	top: 0%;
	left: 0%;
	width: 100%;
	height:100%;
	min-height: 800px;
	background-color:#000000;/*#CCA*/
	letter-spacing:normal;
	z-index:10;
	opacity:0.7;
	filter: alpha(opacity=70);
}


#box_afterFreeAccess
{
	/*display: none;*/
	position: absolute;
	top: 20%;
	left: 20%;
	width: 400px;/*450*/
	height: 230px;
	padding: 48px;
	margin:0;
	border: 1px solid black;
	background-color: white;
	z-index:101;
	overflow: none;
	letter-spacing:normal;
}

#boxtitle_afterFreeAccess
{
	position:absolute;
	float:center;
	top:0;
	left:0;
	width:488px;/*538*/
	height:24px;
	padding:0;
	padding-top:4px;
	padding-left:8px;
	margin:0;
	border-bottom:4px solid #3CF;
	background-color: #09c;
	color:white;
	text-align:center;
	font-weight:bold;
}

img.instruction_image
{
	display:block;
	margin-left:auto;
	margin-right:auto;
	
}
img.center
{
	display:block;
	margin-left:auto;
	margin-right:auto;
}
div.image
{
	display:block;
}
div.proceedButton
{
	margin-left:auto;
	margin-right:auto;
	width:100%;
	text-align:center;
	clear:both;
	margin-top:-40px;
}

