html, body {border: 0; margin: 0; padding: 0; zoom: 1 ;}

body {
  	font-family: tahoma, arial, helvetica, Verdana, sans-serif;
	background: #fff;
	font-size:11px;
  	width: 100%;
  	color: black;
}

a:link {color: #000066;text-decoration: none;}
a:visited {text-decoration:none;color: #000066;}
a:hover {text-decoration:underline;color: #0000FF;}
a:active {text-decoration:none;color: #FF0000;}
/*	
a:link {text-decoration:none; color:#00248F;}
a:visited {text-decoration:none; color:#00248F;}
a:hover {text-decoration:underline; color:#FF9900;}
a:active {text-decoration:none; color:#FF9900;}
*/

a:link, a:visited, a:active {text-decoration:none; color:#000;}
a:hover {text-decoration:underline;}

a img {
  border: none;/*remove border for linked images*/
}

h1 {
	font-size: 1.6em;
	height: 20px;
	padding-top: 0;
}

h2{
	font-size: 1.2em;
	height: 20px;
	padding-top: 0;
}

.highlight {background:#ff0;}

/***** Main Layout ****/
#container {
  	width: 100%;
  	text-align: center;/* IE fix to center the page */
}

#content {
	min-height: 300px;
	width:100%;
  	margin: 0 auto;/* center the page in Firefox */
  	text-align: center;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}

#blanket {
   background-color:#111;
   opacity: 0.65;
   filter:alpha(opacity=65);
   position:absolute;
   z-index: 9001; 
   top:0px;
   left:0px;
   width:100%;
   overflow:hidden;
}
#popUpDiv {
	top:0px;
	position:absolute;
	z-index: 9002;
	-moz-border-radius : 5px;
	border-radius:5px;
	-webkit-border-radius:5px;
	padding:10px;
	padding-left:50px;
	margin:0 15px 15px 15px;
	overflow:hidden;
}

#popUpDiv a {!important;text-decoration:none;}

.menux{
		color:#f1c704;
		font-weight:bold;
		}
		.inputstyle{
		border: #fce05f;  
    	outline: 0;
		background-color:#fef7d4;
		font-family: tahoma, arial, helvetica, Verdana, sans-serif;
		font-size:10px;
		margin-top:2px;
		color:#000;
		height:12px;
		}
