@charset "utf-8"; /* R[hUTF-8 *//* CSS Document */

/*
custom css for gc citizen enquete

*/

/* init */

body#ver2	 	{background: #161a86; }
body			{background: #000219 url(../images/NC_bg_body.jpg) repeat-x center top}

.title			{ background: url(../images/enq_Head.jpg) top center; width:800px; height:150px; }

h2				{ text-indent:-9999px; } /* content title */

#contents		{ background-color:#fff;}

#footer			{ background: url(../images/enq_Foot.jpg) top center; height:30px; padding:1px; }
address			{
	color:#FFF;
	font-size:10px;
	margin:8px 0 0;
	text-align:center;
}


#finish			{ }
#finish h3		{ border-bottom:none; margin-bottom:30px; }


#finish #alert	{ width:auto; margin:0; font-weight:bold; }

#finish hr		{ display:none;}


/* === {^
========================================================================================= */

#closebt{
	width: 140px;
	margin: 0 auto;
	text-align: center;
}

#closebt a{
	background: url(../images/close.jpg) no-repeat 0 0;
	height: 35px;
	width: 140px;
	display: block;
}

#closebt a:hover{
	background: url(../images/close.jpg) no-repeat 0 -35px;
	height: 35px;
	width: 140px;
	display: block;
}

#closebt strong{
	position: absolute;
	width: 0;
	height: 0;
	overflow: hidden;
}
